mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
49 lines
1.4 KiB
Diff
49 lines
1.4 KiB
Diff
From b9ca0fa8a68c1d2e551636bbabcfa27570ec6708 Mon Sep 17 00:00:00 2001
|
|
From: Alex Bee <knaerzche@gmail.com>
|
|
Date: Sun, 18 Sep 2022 10:35:52 +0200
|
|
Subject: [PATCH 47/59] WIP/1002: arm64: dts: rockchip: disable fusb for
|
|
rk3399-roc-pc
|
|
|
|
As it will lead to an unbootable device in case one if those ports
|
|
is used to power up the device.
|
|
|
|
See https://lkml.org/lkml/2022/6/20/413
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi
|
|
index fc9279627ef6..610518ff30ee 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi
|
|
@@ -215,7 +215,7 @@ vdd_log: regulator-vdd-log {
|
|
regulator-name = "vdd_log";
|
|
regulator-always-on;
|
|
regulator-boot-on;
|
|
- regulator-min-microvolt = <450000>;
|
|
+ regulator-min-microvolt = <430000>;
|
|
regulator-max-microvolt = <1400000>;
|
|
pwm-supply = <&vcc3v3_sys>;
|
|
};
|
|
@@ -536,7 +536,7 @@ fusb1: usb-typec@22 {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&fusb1_int>;
|
|
vbus-supply = <&vcc_vbus_typec1>;
|
|
- status = "okay";
|
|
+ status = "disabled";
|
|
};
|
|
};
|
|
|
|
@@ -553,7 +553,7 @@ fusb0: usb-typec@22 {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&fusb0_int>;
|
|
vbus-supply = <&vcc_vbus_typec0>;
|
|
- status = "okay";
|
|
+ status = "disabled";
|
|
};
|
|
|
|
mp8859: regulator@66 {
|
|
--
|
|
2.34.1
|
|
|