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/imx31.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/imx31.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx31.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx31.dtsi b/arch/arm/boot/dts/imx31.dtsi index 948d2a543f8d..2adb923c0b27 100644 --- a/arch/arm/boot/dts/imx31.dtsi +++ b/arch/arm/boot/dts/imx31.dtsi @@ -166,7 +166,7 @@ }; }; - spba@50000000 { + spba-bus@50000000 { compatible = "fsl,spba-bus", "simple-bus"; #address-cells = <1>; #size-cells = <1>; |