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

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: default avatarVignesh Raghavendra <vigneshr@ti.com>
parent 69c570eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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;