@@ -138,7 +138,7 @@ vcc5v0_sys: regulator-vcc5v0-sys {
vcc5v_usb: regulator-vcc5v-usb {
compatible = "regulator-fixed";
enable-active-high;
- gpio = <&gpio4 RK_PB0 GPIO_ACTIVE_HIGH>;
+ gpios = <&gpio4 RK_PB0 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&usb_host_pwren_h>;
regulator-name = "vcc5v_usb";
@@ -293,7 +293,7 @@ regulator-state-mem {
&i2c6 {
status = "okay";
- hym8563: rtc@51 {
+ rtc@51 {
compatible = "haoyu,hym8563";
reg = <0x51>;
#clock-cells = <0>;
@@ -309,7 +309,7 @@ hym8563: rtc@51 {
&i2c7 {
status = "okay";
- es8316: audio-codec@11 {
+ audio-codec@11 {
compatible = "everest,es8316";
reg = <0x11>;
assigned-clocks = <&cru I2S0_8CH_MCLKOUT>;
@@ -471,7 +471,6 @@ &sdhci {
};
&sdio {
- max-frequency = <200000000>;
bus-width = <4>;
cap-sdio-irq;
disable-wp;
@@ -481,9 +480,6 @@ &sdio {
non-removable;
pinctrl-names = "default";
pinctrl-0 = <&sdiom0_pins>;
- sd-uhs-sdr12;
- sd-uhs-sdr25;
- sd-uhs-sdr50;
sd-uhs-sdr104;
vmmc-supply = <&vcc3v3_wf>;
vqmmc-supply = <&vcc_1v8_s3>;
@@ -492,7 +488,6 @@ &sdio {
};
&sdmmc {
- max-frequency = <200000000>;
bus-width = <4>;
cap-mmc-highspeed;
cap-sd-highspeed;
@@ -530,7 +525,7 @@ &spi2 {
pmic@0 {
compatible = "rockchip,rk806";
- reg = <0x0>;
+ reg = <0>;
gpio-controller;
#gpio-cells = <2>;
interrupt-parent = <&gpio0>;
no functional change is intended. Signed-off-by: FUKAUMI Naoki <naoki@radxa.com> --- arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-)