Skip to content

Commit e4f634d

Browse files
superna9999khilman
authored andcommitted
arm64: dts: meson-g12-common: fix dwc2 clock names
Use the correct dwc2 clock name. Fixes: 9baf7d6 ("arm64: dts: meson: g12a: Add G12A USB nodes") Signed-off-by: Neil Armstrong <[email protected]> Signed-off-by: Kevin Hilman <[email protected]> Reviewed-by: Martin Blumenstingl <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 4e025fd commit e4f634d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2319,7 +2319,7 @@
23192319
reg = <0x0 0xff400000 0x0 0x40000>;
23202320
interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
23212321
clocks = <&clkc CLKID_USB1_DDR_BRIDGE>;
2322-
clock-names = "ddr";
2322+
clock-names = "otg";
23232323
phys = <&usb2_phy1>;
23242324
phy-names = "usb2-phy";
23252325
dr_mode = "peripheral";

0 commit comments

Comments
 (0)