Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Martin Blumenstingl and committed by
Kishon Vijay Abraham I
b8a40022 4320f9d4

+2 -2
+2 -2
Documentation/devicetree/bindings/phy/meson-usb2-phy.txt
··· 16 16 17 17 Example: 18 18 19 - usb0_phy: usb_phy@0 { 19 + usb0_phy: usb-phy@c0000000 { 20 20 compatible = "amlogic,meson-gxbb-usb2-phy"; 21 21 #phy-cells = <0>; 22 - reg = <0x0 0x0 0x0 0x20>; 22 + reg = <0x0 0xc0000000 0x0 0x20>; 23 23 resets = <&reset RESET_USB_OTG>; 24 24 clocks = <&clkc CLKID_USB>, <&clkc CLKID_USB0>; 25 25 clock-names = "usb_general", "usb";