Skip to content

Commit 43f3b77

Browse files
committed
Merge tag 'amlogic-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into arm/fixes
arm64: dts: fixes for v5.7-rc Misc arm64 DT-only fixes * tag 'amlogic-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic: arm64: dts: meson-g12: remove spurious blank line arm64: dts: meson-g12b-khadas-vim3: add missing frddr_a status property arm64: dts: meson-g12-common: fix dwc2 clock names arm64: dts: meson-g12b-ugoos-am6: fix usb vbus-supply Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents deca1d1 + adf27a8 commit 43f3b77

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
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";

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
32
/*
43
* Copyright (c) 2019 BayLibre, SAS

arch/arm64/boot/dts/amlogic/meson-g12b-khadas-vim3.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@
154154
clock-latency = <50000>;
155155
};
156156

157+
&frddr_a {
158+
status = "okay";
159+
};
160+
157161
&frddr_b {
158162
status = "okay";
159163
};

arch/arm64/boot/dts/amlogic/meson-g12b-ugoos-am6.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@
545545
&usb {
546546
status = "okay";
547547
dr_mode = "host";
548-
vbus-regulator = <&usb_pwr_en>;
548+
vbus-supply = <&usb_pwr_en>;
549549
};
550550

551551
&usb2_phy0 {

0 commit comments

Comments
 (0)