summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Müllner <christoph.muellner@theobroma-systems.com>2019-05-04 00:09:04 +0200
committerChristoph Müllner <christoph.muellner@theobroma-systems.com>2019-05-04 00:09:04 +0200
commit21ebf4e38c798cd5f3dd7ed9b7200744bd61cc1e (patch)
treee90d59fc919491bbcd4fd845cdfceb1ede68d85b
parent1a7d23ed2bf392ebce22f1b8bf6e2e13297387c4 (diff)
rk3399: gru: Fix DTS compilation issues.
A previous commit changed the USB 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@theobroma-systems.com>
-rw-r--r--arch/arm/dts/rk3399-gru-chromebook.dtsi7
-rw-r--r--arch/arm/dts/rk3399-gru.dtsi7
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 df19263acc..5e8e302bfa 100644
--- a/arch/arm/dts/rk3399-gru.dtsi
+++ b/arch/arm/dts/rk3399-gru.dtsi
@@ -637,16 +637,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";
};