Skip to content

Commit

Permalink
dwc-overlay: Use label so overrides can apply.
Browse files Browse the repository at this point in the history
  • Loading branch information
prudy authored and Phil Elwell committed Mar 17, 2016
1 parent d171758 commit 916634f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions arch/arm/boot/dts/overlays/dwc2-overlay.dts
Expand Up @@ -8,7 +8,7 @@
target = <&usb>;
#address-cells = <1>;
#size-cells = <1>;
__overlay__ {
dwc2_usb: __overlay__ {
compatible = "brcm,bcm2835-usb";
reg = <0x7e980000 0x10000>;
interrupts = <1 9>;
Expand All @@ -21,9 +21,9 @@
};

__overrides__ {
dr_mode = <&usb>, "dr_mode";
g-np-tx-fifo-size = <&usb>,"g-np-tx-fifo-size:0";
g-rx-fifo-size = <&usb>,"g-rx-fifo-size:0";
g-tx-fifo-size = <&usb>,"g-tx-fifo-size:0";
dr_mode = <&dwc2_usb>, "dr_mode";
g-np-tx-fifo-size = <&dwc2_usb>,"g-np-tx-fifo-size:0";
g-rx-fifo-size = <&dwc2_usb>,"g-rx-fifo-size:0";
g-tx-fifo-size = <&dwc2_usb>,"g-tx-fifo-size:0";
};
};

0 comments on commit 916634f

Please sign in to comment.