From be3e69d99189636d5f0854bd3a91e004b2c370e0 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Mon, 26 Nov 2018 14:17:47 +0100 Subject: 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 --- target/linux/ramips/dts/rt2880.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; }; -- cgit v1.2.3