diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-08-18 14:46:46 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2021-08-18 14:46:47 +0200 |
commit | 911f0faf485817a1e70bcaad8121201ef0f30ae2 (patch) | |
tree | 776e6fc68a272e9ea56ba8aca4c21c0609590144 /arch/arm64/boot | |
parent | Merge tag 'sunxi-dt-for-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/... (diff) | |
parent | arm64: dts: HiSilicon: hi3660: address a PCI warning (diff) | |
download | linux-911f0faf485817a1e70bcaad8121201ef0f30ae2.tar.xz linux-911f0faf485817a1e70bcaad8121201ef0f30ae2.zip |
Merge tag 'hisi-arm64-dt-for-5.15' of git://github.com/hisilicon/linux-hisi into arm/dt
ARM64: DT: HiSilicon ARM64 DT updates for 5.15
- Address a PCI bus range warning of the hi3660 SoC
* tag 'hisi-arm64-dt-for-5.15' of git://github.com/hisilicon/linux-hisi:
arm64: dts: HiSilicon: hi3660: address a PCI warning
Link: https://lore.kernel.org/r/611B9BE9.8050904@hisilicon.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r-- | arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi index f1ec87c05842..2d5c1a348716 100644 --- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi @@ -1002,7 +1002,7 @@ <0x0 0xf3f20000 0x0 0x40000>, <0x0 0xf5000000 0x0 0x2000>; reg-names = "dbi", "apb", "phy", "config"; - bus-range = <0x0 0x1>; + bus-range = <0x0 0xff>; #address-cells = <3>; #size-cells = <2>; device_type = "pci"; |