diff options
author | Adam Ford <aford173@gmail.com> | 2021-12-02 08:38:27 -0600 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-12-14 10:45:47 +0800 |
commit | b357ffd8604ae45ec4bb1ebec072cd4ca4ce839c (patch) | |
tree | df65f1454d65ea3efd45fe77c85ec3e98affb656 /arch/arm/boot/dts/imx51.dtsi | |
parent | 0de4ab81ab26f09d4dbf8142a881b4607070d01f (diff) |
ARM: dts: imx: Change spba to spba-bus
With the updated dt-bindings for the spba-bus, rename spba@xxxx
to spba-bus@xxxx. There are no functional changes.
Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx51.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx51.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi index 01cfcbe5928e..ba496fdfe8cb 100644 --- a/arch/arm/boot/dts/imx51.dtsi +++ b/arch/arm/boot/dts/imx51.dtsi @@ -178,7 +178,7 @@ reg = <0x70000000 0x10000000>; ranges; - spba@70000000 { + spba-bus@70000000 { compatible = "fsl,spba-bus", "simple-bus"; #address-cells = <1>; #size-cells = <1>; |