]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Documentation: dt-bindings: update the meson-usb2-phy example
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sat, 1 Oct 2016 12:18:58 +0000 (14:18 +0200)
committerKishon Vijay Abraham I <kishon@ti.com>
Fri, 18 Nov 2016 12:49:14 +0000 (18:19 +0530)
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>
Documentation/devicetree/bindings/phy/meson-usb2-phy.txt

index 9da5ea2341543461194e4ca6260a3538e86fa289..bc616c109fe5e9e8677e4f86920124b4aea8e82f 100644 (file)
@@ -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";