x86: cherryhill: Fix DTC warning
authorBin Meng <[email protected]>
Wed, 13 Jun 2018 03:01:14 +0000 (20:01 -0700)
committerBin Meng <[email protected]>
Sun, 17 Jun 2018 13:16:04 +0000 (21:16 +0800)
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
arch/x86/dts/cherryhill.dts

index c3a6aad77b2617447157a7db88ed4a128d0685e5..3e29683bd92dd29ca8993626991efea52001e488 100644 (file)
@@ -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";