diff options
author | Nishanth Menon <nm@ti.com> | 2021-05-10 16:50:32 +0200 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2021-05-14 19:47:29 +0200 |
commit | 421c06b8761abd7d953148f5b955b4149df9846e (patch) | |
tree | 4e50883f55fc26550abb08b4fb939a56f39561e2 | |
parent | arm64: dts: ti: k3-am65-wakeup: Add debug region to TI-SCI node (diff) | |
download | linux-421c06b8761abd7d953148f5b955b4149df9846e.tar.xz linux-421c06b8761abd7d953148f5b955b4149df9846e.zip |
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 <nm@ti.com>
Reviewed-by: Tero Kristo <kristo@kernel.org>
Link: https://lore.kernel.org/r/20210510145033.7426-4-nm@ti.com
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi index 444842a2d556..80d4df775f43 100644 --- a/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi @@ -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"; |