diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2018-06-12 20:01:14 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2018-06-17 21:16:04 +0800 |
commit | e3ec0d03bb1df69e8c9aba3eebba0690dc8e538b (patch) | |
tree | d4192e946bef2f3849d7177f58456010f3981ab5 /arch | |
parent | a715415bb5948c84cc44c601b193188990f7238b (diff) | |
download | u-boot-e3ec0d03bb1df69e8c9aba3eebba0690dc8e538b.zip u-boot-e3ec0d03bb1df69e8c9aba3eebba0690dc8e538b.tar.gz u-boot-e3ec0d03bb1df69e8c9aba3eebba0690dc8e538b.tar.bz2 |
x86: cherryhill: Fix DTC warning
Fix warning when compiling cherryhill.dts with latest DTC:
"Warning (avoid_unnecessary_addr_size): /pci/pch@1f,0: unnecessary
#address-cells/#size-cells without "ranges" or child "reg" property"
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/dts/cherryhill.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/dts/cherryhill.dts b/arch/x86/dts/cherryhill.dts index c3a6aad..3e29683 100644 --- a/arch/x86/dts/cherryhill.dts +++ b/arch/x86/dts/cherryhill.dts @@ -75,8 +75,6 @@ pch@1f,0 { reg = <0x0000f800 0 0 0 0>; compatible = "intel,pch9"; - #address-cells = <1>; - #size-cells = <1>; irq-router { compatible = "intel,irq-router"; |