Skip to content

Commit 421c06b

Browse files
committed
arm64: dts: ti: k3-am65-wakeup: Drop un-necessary properties from dmsc node
The DMSC node does'nt require any of "#address-cells", "#size-cells" or "ranges" property as the child nodes are representations of SoC's system controller itself, so align it with the bindings. Signed-off-by: Nishanth Menon <[email protected]> Reviewed-by: Tero Kristo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 830454b commit 421c06b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
dmsc: dmsc@44083000 {
1010
compatible = "ti,am654-sci";
1111
ti,host-id = <12>;
12-
#address-cells = <1>;
13-
#size-cells = <1>;
14-
ranges;
1512

1613
mbox-names = "rx", "tx";
1714

0 commit comments

Comments
 (0)