arm64: dts: ti: k3-am65-wakeup: Drop un-necessary properties from dmsc node
authorNishanth Menon <nm@ti.com>
Mon, 10 May 2021 14:50:32 +0000 (09:50 -0500)
committerNishanth Menon <nm@ti.com>
Fri, 14 May 2021 17:47:29 +0000 (12:47 -0500)
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 <nm@ti.com>
Reviewed-by: Tero Kristo <kristo@kernel.org>
Link: https://lore.kernel.org/r/20210510145033.7426-4-nm@ti.com
arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi

index 444842a..80d4df7 100644 (file)
@@ -9,9 +9,6 @@
        dmsc: dmsc@44083000 {
                compatible = "ti,am654-sci";
                ti,host-id = <12>;
-               #address-cells = <1>;
-               #size-cells = <1>;
-               ranges;
 
                mbox-names = "rx", "tx";