Skip to content

Commit d678062

Browse files
committed
Merge tag 'v5.0-rockchip-dts64fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes
Fix for new dtc graph warnings and a regulator fix for rock64. * tag 'v5.0-rockchip-dts64fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: arm64: dts: rockchip: enable usb-host regulators at boot on rk3328-rock64 arm64: dts: rockchip: fix graph_port warning on rk3399 bob kevin and excavator
2 parents d50ce40 + 26e2d7b commit d678062

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

arch/arm64/boot/dts/rockchip/rk3328-rock64.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
pinctrl-0 = <&usb30_host_drv>;
4141
regulator-name = "vcc_host_5v";
4242
regulator-always-on;
43+
regulator-boot-on;
4344
vin-supply = <&vcc_sys>;
4445
};
4546

@@ -51,6 +52,7 @@
5152
pinctrl-0 = <&usb20_host_drv>;
5253
regulator-name = "vcc_host1_5v";
5354
regulator-always-on;
55+
regulator-boot-on;
5456
vin-supply = <&vcc_sys>;
5557
};
5658

arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
backlight = <&backlight>;
2323
power-supply = <&pp3300_disp>;
2424

25-
ports {
25+
port {
2626
panel_in_edp: endpoint {
2727
remote-endpoint = <&edp_out_panel>;
2828
};

arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
backlight = <&backlight>;
4444
power-supply = <&pp3300_disp>;
4545

46-
ports {
46+
port {
4747
panel_in_edp: endpoint {
4848
remote-endpoint = <&edp_out_panel>;
4949
};

arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
pinctrl-0 = <&lcd_panel_reset>;
9292
power-supply = <&vcc3v3_s0>;
9393

94-
ports {
94+
port {
9595
panel_in_edp: endpoint {
9696
remote-endpoint = <&edp_out_panel>;
9797
};

0 commit comments

Comments
 (0)