[U-Boot] [PATCH 2/2] rk3399: gru: Fix DTS compilation issues.

Christoph Muellner christoph.muellner at theobroma-systems.com
Tue May 7 08:49:14 UTC 2019


A previous commit changed the USB3 node names, which breaks compilation
of the gru DTS files.

This patch addresses this issue by fixing the referenced node names.

Signed-off-by: Christoph Muellner <christoph.muellner at theobroma-systems.com>
---

 arch/arm/dts/rk3399-gru-chromebook.dtsi | 7 +------
 arch/arm/dts/rk3399-gru.dtsi            | 7 +------
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/arch/arm/dts/rk3399-gru-chromebook.dtsi b/arch/arm/dts/rk3399-gru-chromebook.dtsi
index c6495adcca..3edb9f51fa 100644
--- a/arch/arm/dts/rk3399-gru-chromebook.dtsi
+++ b/arch/arm/dts/rk3399-gru-chromebook.dtsi
@@ -348,16 +348,11 @@ ap_i2c_tp: &i2c5 {
 	status = "okay";
 };
 
-&usbdrd3_1 {
+&dwc3_typec1 {
 	status = "okay";
 	extcon = <&usbc_extcon1>;
 };
 
-&usbdrd_dwc3_1 {
-	status = "okay";
-	dr_mode = "host";
-};
-
 &pinctrl {
 	discrete-regulators {
 		pp1500_en: pp1500-en {
diff --git a/arch/arm/dts/rk3399-gru.dtsi b/arch/arm/dts/rk3399-gru.dtsi
index ca0fc391b2..9f8760078f 100644
--- a/arch/arm/dts/rk3399-gru.dtsi
+++ b/arch/arm/dts/rk3399-gru.dtsi
@@ -636,16 +636,11 @@ ap_i2c_audio: &i2c8 {
 	status = "okay";
 };
 
-&usbdrd3_0 {
+&dwc3_typec0 {
 	status = "okay";
 	extcon = <&usbc_extcon0>;
 };
 
-&usbdrd_dwc3_0 {
-	status = "okay";
-	dr_mode = "host";
-};
-
 &vopb {
 	status = "okay";
 };
-- 
2.11.0



More information about the U-Boot mailing list