arm: dts: rockchip: Update EVB/Puma devices to upstream USB/dwc3 conventions
authorPeter Robinson <pbrobinson@gmail.com>
Mon, 20 Jan 2020 09:15:26 +0000 (09:15 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 19 Feb 2020 08:45:38 +0000 (16:45 +0800)
The upstream linux kernel for the Rockchip 3399 SoC use usbdrd3 naming so move
the two remaining devices over to that for their device trees to make it
easier to sync with upstream DTs.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3399-evb.dts
arch/arm/dts/rk3399-puma.dtsi

index 8e887f3..4129e90 100644 (file)
        status = "okay";
 };
 
-&dwc3_typec0 {
+&usbdrd3_0 {
        vbus-supply = <&vcc5v0_typec0>;
        status = "okay";
 };
        status = "okay";
 };
 
-&dwc3_typec1 {
+&usbdrd3_1 {
        vbus-supply = <&vcc5v0_typec1>;
        status = "okay";
 };
index 74368da..aae9998 100644 (file)
        status = "disabled";
 };
 
-&dwc3_typec0 {
+&usbdrd3_0 {
        status = "okay";
 };
 
        status = "disabled";
 };
 
-&dwc3_typec1 {
+&usbdrd3_1 {
        status = "okay";
        tsd,usb-port-power = "usbhub_enable";
 };