From: Mathias Kresin Date: Mon, 26 Nov 2018 13:17:47 +0000 (+0100) Subject: ramips: rt2880: fix pci cells definition X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=be3e69d99189636d5f0854bd3a91e004b2c370e0;p=openwrt%2Fstaging%2Fdangole.git ramips: rt2880: fix pci cells definition Set the correct number of cells to fix "property has invalid length" dtc compiler warnings. Signed-off-by: Mathias Kresin --- diff --git a/target/linux/ramips/dts/rt2880.dtsi b/target/linux/ramips/dts/rt2880.dtsi index 0d7a97fafb..c163657eda 100644 --- a/target/linux/ramips/dts/rt2880.dtsi +++ b/target/linux/ramips/dts/rt2880.dtsi @@ -193,8 +193,8 @@ pci: pci@440000 { compatible = "ralink,rt288x-pci"; reg = <0x00440000 0x20000>; - #address-cells = <1>; - #size-cells = <1>; + #address-cells = <3>; + #size-cells = <2>; status = "disabled"; };