mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
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:
parent
69c570ebc3
commit
6ff2e5bb81
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user