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.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
This commit is contained in:
Vignesh Raghavendra 2023-10-05 20:43:01 +05:30
parent 69c570ebc3
commit 6ff2e5bb81
3 changed files with 3 additions and 3 deletions

View File

@ -82,7 +82,7 @@ audio_refclk1: clock-controller@82e4 {
dmss: bus@48000000 {
bootph-all;
compatible = "simple-mfd";
compatible = "simple-bus";
#address-cells = <2>;
#size-cells = <2>;
dma-ranges;

View File

@ -42,7 +42,7 @@ gic_its: msi-controller@1820000 {
dmss: bus@48000000 {
bootph-all;
compatible = "simple-mfd";
compatible = "simple-bus";
#address-cells = <2>;
#size-cells = <2>;
dma-ranges;

View File

@ -99,7 +99,7 @@ gic_its: msi-controller@1820000 {
dmss: bus@48000000 {
bootph-all;
compatible = "simple-mfd";
compatible = "simple-bus";
#address-cells = <2>;
#size-cells = <2>;
dma-ranges;