mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
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 <dev@kresin.me>
This commit is contained in:
parent
e4d9217fe5
commit
be3e69d991
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue