diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2016-10-01 14:18:58 +0200 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2016-11-18 13:49:14 +0100 |
commit | b8a40022bccc769e909df8a14809dd10a6be079b (patch) | |
tree | deb4fc725bc7b8e86a8489dafdfcf424bf2839b6 /Documentation/devicetree/bindings/phy | |
parent | phy: sun4i: check PMU presence when poking unknown bit of pmu (diff) | |
download | linux-b8a40022bccc769e909df8a14809dd10a6be079b.tar.xz linux-b8a40022bccc769e909df8a14809dd10a6be079b.zip |
Documentation: dt-bindings: update the meson-usb2-phy example
Update the example so the node name uses a dash (instead of an
underscore) as per convention.
Additionally it updates the example register offset to a real example
(the old value was taken from a draft where there was an additional PHY
bus).
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'Documentation/devicetree/bindings/phy')
-rw-r--r-- | Documentation/devicetree/bindings/phy/meson-usb2-phy.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/phy/meson-usb2-phy.txt b/Documentation/devicetree/bindings/phy/meson-usb2-phy.txt index 9da5ea234154..bc616c109fe5 100644 --- a/Documentation/devicetree/bindings/phy/meson-usb2-phy.txt +++ b/Documentation/devicetree/bindings/phy/meson-usb2-phy.txt @@ -16,10 +16,10 @@ Optional properties: Example: -usb0_phy: usb_phy@0 { +usb0_phy: usb-phy@c0000000 { compatible = "amlogic,meson-gxbb-usb2-phy"; #phy-cells = <0>; - reg = <0x0 0x0 0x0 0x20>; + reg = <0x0 0xc0000000 0x0 0x20>; resets = <&reset RESET_USB_OTG>; clocks = <&clkc CLKID_USB>, <&clkc CLKID_USB0>; clock-names = "usb_general", "usb"; |