diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-11-29 16:54:43 -0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-12-26 16:15:44 +0800 |
commit | bc2c39b562a31565163e8b2926eeb3e58aef3956 (patch) | |
tree | fa3ac14aabac342065fe48a655619ed5a76ae8d8 /arch/arm/boot/dts/imx6sx.dtsi | |
parent | 94fb15dedb5811441858cf65d4c2d1412c661d7e (diff) | |
download | blackbird-obmc-linux-bc2c39b562a31565163e8b2926eeb3e58aef3956.tar.gz blackbird-obmc-linux-bc2c39b562a31565163e8b2926eeb3e58aef3956.zip |
ARM: dts: imx6sx: Fix spba-bus unit address
The correct unit address for spba-bus is 0x2240000, so change it
accordingly in order to fix the following build warning with W=1:
arch/arm/boot/dts/imx6sx-sabreauto.dtb: Warning (simple_bus_reg): Node /soc/aips-bus@2200000/spba-bus@2200000 simple-bus unit address format error, expected "2240000"
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6sx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi index 07ba5183a904..5a5f796813d1 100644 --- a/arch/arm/boot/dts/imx6sx.dtsi +++ b/arch/arm/boot/dts/imx6sx.dtsi @@ -1150,7 +1150,7 @@ reg = <0x02200000 0x100000>; ranges; - spba-bus@2200000 { + spba-bus@2240000 { compatible = "fsl,spba-bus", "simple-bus"; #address-cells = <1>; #size-cells = <1>; |