diff options
author | Adam Ford <aford173@gmail.com> | 2021-12-02 17:38:27 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-12-14 05:45:47 +0300 |
commit | b357ffd8604ae45ec4bb1ebec072cd4ca4ce839c (patch) | |
tree | df65f1454d65ea3efd45fe77c85ec3e98affb656 /arch/arm/boot/dts/imx6qdl.dtsi | |
parent | 0de4ab81ab26f09d4dbf8142a881b4607070d01f (diff) | |
download | linux-b357ffd8604ae45ec4bb1ebec072cd4ca4ce839c.tar.xz |
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/imx6qdl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index f5de5def876d..6dc1b970bcad 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -481,7 +481,7 @@ status = "okay"; }; - spba@203c000 { + spba-bus@203c000 { reg = <0x0203c000 0x4000>; }; }; |