Commit 6ff2e5bb authored by Vignesh Raghavendra's avatar Vignesh Raghavendra

arm64: dts: ti: k3-*: Convert DMSS to simple-bus

"simple-mfd" as standalone compatible is frowned upon, so model DMSS
(Data Movement Subsystem) node as simple-bus as there is really no need
for these nodes to be MFD.

Link: https://lore.kernel.org/r/20231005151302.1290363-2-vigneshr@ti.comSigned-off-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
parent 69c570eb
...@@ -82,7 +82,7 @@ audio_refclk1: clock-controller@82e4 { ...@@ -82,7 +82,7 @@ audio_refclk1: clock-controller@82e4 {
dmss: bus@48000000 { dmss: bus@48000000 {
bootph-all; bootph-all;
compatible = "simple-mfd"; compatible = "simple-bus";
#address-cells = <2>; #address-cells = <2>;
#size-cells = <2>; #size-cells = <2>;
dma-ranges; dma-ranges;
......
...@@ -42,7 +42,7 @@ gic_its: msi-controller@1820000 { ...@@ -42,7 +42,7 @@ gic_its: msi-controller@1820000 {
dmss: bus@48000000 { dmss: bus@48000000 {
bootph-all; bootph-all;
compatible = "simple-mfd"; compatible = "simple-bus";
#address-cells = <2>; #address-cells = <2>;
#size-cells = <2>; #size-cells = <2>;
dma-ranges; dma-ranges;
......
...@@ -99,7 +99,7 @@ gic_its: msi-controller@1820000 { ...@@ -99,7 +99,7 @@ gic_its: msi-controller@1820000 {
dmss: bus@48000000 { dmss: bus@48000000 {
bootph-all; bootph-all;
compatible = "simple-mfd"; compatible = "simple-bus";
#address-cells = <2>; #address-cells = <2>;
#size-cells = <2>; #size-cells = <2>;
dma-ranges; dma-ranges;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment