Skip to content

Commit

Permalink
Merge tag 'mvebu-dt-fixes-3.15-2' of git://git.infradead.org/linux-mv…
Browse files Browse the repository at this point in the history
…ebu into fixes

Merge 'ARM: mvebu: DT fixes for v3.15 (incr #2)' from Jason Cooper:

mvebu DT fixes for v3.15 (incremental #2)

 - kirkwood: fix mis-located pcie controller nodes

* tag 'mvebu-dt-fixes-3.15-2' of git://git.infradead.org/linux-mvebu:
  ARM: dts: kirkwood: fix mislocated pcie-controller nodes

Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
olofj committed May 11, 2014
2 parents 90f4c59 + 788296b commit e5e49fe
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
18 changes: 10 additions & 8 deletions arch/arm/boot/dts/kirkwood-mv88f6281gtw-ge.dts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@
bootargs = "console=ttyS0,115200n8 earlyprintk";
};

mbus {
pcie-controller {
status = "okay";

pcie@1,0 {
status = "okay";
};
};
};

ocp@f1000000 {
pinctrl@10000 {
pmx_usb_led: pmx-usb-led {
Expand Down Expand Up @@ -73,14 +83,6 @@
ehci@50000 {
status = "okay";
};

pcie-controller {
status = "okay";

pcie@1,0 {
status = "okay";
};
};
};

gpio-leds {
Expand Down
18 changes: 10 additions & 8 deletions arch/arm/boot/dts/kirkwood-nsa310-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
/ {
model = "ZyXEL NSA310";

mbus {
pcie-controller {
status = "okay";

pcie@1,0 {
status = "okay";
};
};
};

ocp@f1000000 {
pinctrl: pinctrl@10000 {

Expand All @@ -26,14 +36,6 @@
status = "okay";
nr-ports = <2>;
};

pcie-controller {
status = "okay";

pcie@1,0 {
status = "okay";
};
};
};

gpio_poweroff {
Expand Down

0 comments on commit e5e49fe

Please sign in to comment.