Преглед изворни кода

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 <[email protected]>
Mathias Kresin пре 6 година
родитељ
комит
be3e69d991
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      target/linux/ramips/dts/rt2880.dtsi

+ 2 - 2
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";
 	};