diff options
| author | Olof Johansson <olof@lixom.net> | 2017-01-16 22:09:05 -0800 |
|---|---|---|
| committer | Olof Johansson <olof@lixom.net> | 2017-01-16 22:09:05 -0800 |
| commit | dcde6b16eb6fda3f6434074e08b141c3d1f93308 (patch) | |
| tree | 53a899b18d44171e399fa780bd1030bb1117b8d1 | |
| parent | Merge tag 'arm-soc/for-4.10/defconfig-fixes' of http://github.com/Broadcom/st... (diff) | |
| parent | ARM: dts: NSP: Fix DT ranges error (diff) | |
| download | linux-dcde6b16eb6fda3f6434074e08b141c3d1f93308.tar.gz linux-dcde6b16eb6fda3f6434074e08b141c3d1f93308.zip | |
Merge tag 'arm-soc/for-4.10/devicetree-fixes' of http://github.com/Broadcom/stblinux into fixes
This pull request contains Broadcom ARM-based SoC Device Tree fixes for v4.10, please
pull the following:
- Jon fixes an invalid value for the "ranges" property of the bus nodes on NorthStar
Plus SoCs
* tag 'arm-soc/for-4.10/devicetree-fixes' of http://github.com/Broadcom/stblinux:
ARM: dts: NSP: Fix DT ranges error
Signed-off-by: Olof Johansson <olof@lixom.net>
| -rw-r--r-- | arch/arm/boot/dts/bcm-nsp.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi index b6142bda661e..15f07f9af3b3 100644 --- a/arch/arm/boot/dts/bcm-nsp.dtsi +++ b/arch/arm/boot/dts/bcm-nsp.dtsi @@ -160,7 +160,7 @@ axi { compatible = "simple-bus"; - ranges = <0x00000000 0x18000000 0x0011c40a>; + ranges = <0x00000000 0x18000000 0x0011c40c>; #address-cells = <1>; #size-cells = <1>; |
