Commit 421c06b8 authored by Nishanth Menon's avatar Nishanth Menon
Browse files

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: default avatarNishanth Menon <nm@ti.com>
Reviewed-by: default avatarTero Kristo <kristo@kernel.org>
Link: https://lore.kernel.org/r/20210510145033.7426-4-nm@ti.com
parent 830454bb
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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";