Skip to content

Commit 1bb6bb5

Browse files
fabiobaltieriCommit Bot
authored andcommitted
zephyr: drop various empty named-pwms nodes
Drop few empty named-pwms nodes from top level dts files. Having those laying around generates compiler warning if the board is built with CONFIG_LTO=n. BRANCH=none BUG=b:217741090 TEST=cq dry run Signed-off-by: Fabio Baltieri <[email protected]> Change-Id: Ib18620668716e5ad9a25526585a063e356b02f20 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3542405 Reviewed-by: Jack Rosenthal <[email protected]>
1 parent e620514 commit 1bb6bb5

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

zephyr/boards/arm/brya/brya.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@
8787
};
8888
};
8989

90-
named-pwms {
91-
compatible = "named-pwms";
92-
};
93-
9490
named-adc-channels {
9591
compatible = "named-adc-channels";
9692

zephyr/boards/arm/npcx7/npcx7.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@
3434
compatible = "named-i2c-ports";
3535
};
3636

37-
named-pwms {
38-
compatible = "named-pwms";
39-
};
40-
4137
named-adc-channels {
4238
compatible = "named-adc-channels";
4339
};

zephyr/boards/arm/npcx9/npcx9.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@
3333
compatible = "named-i2c-ports";
3434
};
3535

36-
named-pwms {
37-
compatible = "named-pwms";
38-
};
39-
4036
named-adc-channels {
4137
compatible = "named-adc-channels";
4238
};

0 commit comments

Comments
 (0)