arm64: dts: rockchip: Adjust node name for rk3588 evb

rk_headset -> rk_headset: rk-headset
vbus5v0_typec: vbus-typec-regulator -> vbus5v0_typec: vbus5v0-typec
vcc5v0_host: vcc5v0-host-regulator -> vcc5v0_host: vcc5v0-host

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: I888a2adc48efa33310f7c00d0fe90cb14a511801
This commit is contained in:
Tao Huang
2021-11-03 10:26:59 +08:00
parent ea6ea2ba87
commit 010d9df4b9
9 changed files with 22 additions and 22 deletions

View File

@@ -25,7 +25,7 @@
};
};
rk_headset {
rk_headset: rk-headset {
status = "disabled";
compatible = "rockchip_headset";
headset_gpio = <&gpio1 RK_PD5 GPIO_ACTIVE_LOW>;
@@ -34,7 +34,7 @@
io-channels = <&saradc 3>;
};
vbus5v0_typec: vbus-typec-regulator {
vbus5v0_typec: vbus5v0-typec {
compatible = "regulator-fixed";
regulator-name = "vbus5v0_typec";
regulator-min-microvolt = <5000000>;
@@ -46,7 +46,7 @@
pinctrl-0 = <&typec5v_pwren>;
};
vcc5v0_host: vcc5v0-host-regulator {
vcc5v0_host: vcc5v0-host {
compatible = "regulator-fixed";
regulator-name = "vcc5v0_host";
regulator-boot-on;

View File

@@ -41,7 +41,7 @@
};
};
rk_headset {
rk_headset: rk-headset {
status = "disabled";
compatible = "rockchip_headset";
headset_gpio = <&gpio1 RK_PA4 GPIO_ACTIVE_LOW>;
@@ -50,7 +50,7 @@
io-channels = <&saradc 3>;
};
vcc5v0_host: vcc5v0-host-regulator {
vcc5v0_host: vcc5v0-host {
compatible = "regulator-fixed";
regulator-name = "vcc5v0_host";
regulator-boot-on;

View File

@@ -42,7 +42,7 @@
};
};
rk_headset {
rk_headset: rk-headset {
status = "disabled";
compatible = "rockchip_headset";
headset_gpio = <&gpio1 RK_PD2 GPIO_ACTIVE_LOW>;
@@ -51,7 +51,7 @@
io-channels = <&saradc 3>;
};
vbus5v0_typec: vbus-typec-regulator {
vbus5v0_typec: vbus5v0-typec {
compatible = "regulator-fixed";
regulator-name = "vbus5v0_typec";
regulator-min-microvolt = <5000000>;
@@ -63,7 +63,7 @@
pinctrl-0 = <&typec5v_pwren>;
};
vcc5v0_host: vcc5v0-host-regulator {
vcc5v0_host: vcc5v0-host {
compatible = "regulator-fixed";
regulator-name = "vcc5v0_host";
regulator-boot-on;

View File

@@ -10,7 +10,7 @@
#include "rk806-single.dtsi"
/ {
vbus5v0_typec: vbus-typec-regulator {
vbus5v0_typec: vbus5v0-typec {
compatible = "regulator-fixed";
regulator-name = "vbus5v0_typec";
regulator-min-microvolt = <5000000>;
@@ -22,7 +22,7 @@
pinctrl-0 = <&typec5v_pwren>;
};
vcc5v0_host: vcc5v0-host-regulator {
vcc5v0_host: vcc5v0-host {
compatible = "regulator-fixed";
regulator-name = "vcc5v0_host";
regulator-boot-on;

View File

@@ -24,7 +24,7 @@
};
};
rk_headset {
rk_headset: rk-headset {
status = "disabled";
compatible = "rockchip_headset";
headset_gpio = <&gpio1 RK_PD2 GPIO_ACTIVE_LOW>;

View File

@@ -42,7 +42,7 @@
};
};
rk_headset {
rk_headset: rk-headset {
status = "okay";
compatible = "rockchip_headset";
headset_gpio = <&gpio1 RK_PD0 GPIO_ACTIVE_LOW>;
@@ -51,7 +51,7 @@
io-channels = <&saradc 3>;
};
vbus5v0_typec: vbus-typec-regulator {
vbus5v0_typec: vbus5v0-typec {
compatible = "regulator-fixed";
regulator-name = "vbus5v0_typec";
regulator-min-microvolt = <5000000>;
@@ -63,7 +63,7 @@
pinctrl-0 = <&typec5v_pwren>;
};
vcc5v0_host: vcc5v0-host-regulator {
vcc5v0_host: vcc5v0-host {
compatible = "regulator-fixed";
regulator-name = "vcc5v0_host";
regulator-boot-on;

View File

@@ -41,7 +41,7 @@
};
};
rk_headset {
rk_headset: rk-headset {
status = "okay";
compatible = "rockchip_headset";
headset_gpio = <&gpio1 RK_PD0 GPIO_ACTIVE_LOW>;
@@ -50,7 +50,7 @@
io-channels = <&saradc 3>;
};
vbus5v0_typec: vbus-typec-regulator {
vbus5v0_typec: vbus5v0-typec {
compatible = "regulator-fixed";
regulator-name = "vbus5v0_typec";
regulator-min-microvolt = <5000000>;
@@ -62,7 +62,7 @@
pinctrl-0 = <&typec5v_pwren>;
};
vcc5v0_u2host: vcc5v0-u2host-regulator {
vcc5v0_u2host: vcc5v0-u2host {
compatible = "regulator-fixed";
regulator-name = "vcc5v0_u2host";
regulator-boot-on;
@@ -76,7 +76,7 @@
pinctrl-0 = <&vcc5v0_u2host_en>;
};
vcc5v0_u3host: vcc5v0-u3host-regulator {
vcc5v0_u3host: vcc5v0-u3host {
compatible = "regulator-fixed";
regulator-name = "vcc5v0_u3host";
regulator-boot-on;

View File

@@ -10,7 +10,7 @@
#include "rk806-double.dtsi"
/ {
vbus5v0_typec: vbus-typec-regulator {
vbus5v0_typec: vbus5v0-typec {
compatible = "regulator-fixed";
regulator-name = "vbus5v0_typec";
regulator-min-microvolt = <5000000>;

View File

@@ -42,7 +42,7 @@
};
};
rk_headset {
rk_headset: rk-headset {
status = "okay";
compatible = "rockchip_headset";
headset_gpio = <&gpio1 RK_PD0 GPIO_ACTIVE_LOW>;
@@ -51,7 +51,7 @@
io-channels = <&saradc 3>;
};
vbus5v0_typec: vbus-typec-regulator {
vbus5v0_typec: vbus5v0-typec {
compatible = "regulator-fixed";
regulator-name = "vbus5v0_typec";
regulator-min-microvolt = <5000000>;
@@ -63,7 +63,7 @@
pinctrl-0 = <&typec5v_pwren>;
};
vcc5v0_host: vcc5v0-host-regulator {
vcc5v0_host: vcc5v0-host {
compatible = "regulator-fixed";
regulator-name = "vcc5v0_host";
regulator-boot-on;