Skip to content

Commit 78c9480

Browse files
committed
Merge tag 'v6.0-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes
Drop some not-specified properties, fix phy-supply properties, fix edp clock on Gru, fix usb port on BPI-R2-Pro, fix license typo, fix wlan-wake-pin on Gru-Bob and lower the sd-card speed on Quartz64-B * tag 'v6.0-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: arm64: dts: rockchip: Remove 'enable-active-low' from rk3566-quartz64-a arm64: dts: rockchip: Remove 'enable-active-low' from rk3399-puma arm64: dts: rockchip: fix property for usb2 phy supply on rk3568-evb1-v10 arm64: dts: rockchip: fix property for usb2 phy supply on rock-3a arm64: dts: rockchip: Set RK3399-Gru PCLK_EDP to 24 MHz arm64: dts: rockchip: fix upper usb port on BPI-R2-Pro arm64: dts: rockchip: Fix typo in lisense text for PX30.Core arm64: dts: rockchip: Pull up wlan wake# on Gru-Bob arm64: dts: rockchip: Lower sd speed on quartz64-b Link: https://lore.kernel.org/r/2645885.mvXUDI8C0e@phil Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 02181e6 + ea89926 commit 78c9480

9 files changed

+20
-8
lines changed

arch/arm64/boot/dts/rockchip/px30-engicam-px30-core.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
/*
33
* Copyright (c) 2020 Fuzhou Rockchip Electronics Co., Ltd
44
* Copyright (c) 2020 Engicam srl
5-
* Copyright (c) 2020 Amarula Solutons
6-
* Copyright (c) 2020 Amarula Solutons(India)
5+
* Copyright (c) 2020 Amarula Solutions
6+
* Copyright (c) 2020 Amarula Solutions(India)
77
*/
88

99
#include <dt-bindings/gpio/gpio.h>

arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,8 @@
8888
};
8989
};
9090
};
91+
92+
&wlan_host_wake_l {
93+
/* Kevin has an external pull up, but Bob does not. */
94+
rockchip,pins = <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_up>;
95+
};

arch/arm64/boot/dts/rockchip/rk3399-gru-chromebook.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,14 @@
244244
&edp {
245245
status = "okay";
246246

247+
/*
248+
* eDP PHY/clk don't sync reliably at anything other than 24 MHz. Only
249+
* set this here, because rk3399-gru.dtsi ensures we can generate this
250+
* off GPLL=600MHz, whereas some other RK3399 boards may not.
251+
*/
252+
assigned-clocks = <&cru PCLK_EDP>;
253+
assigned-clock-rates = <24000000>;
254+
247255
ports {
248256
edp_out: port@1 {
249257
reg = <1>;
@@ -578,6 +586,7 @@ ap_i2c_tp: &i2c5 {
578586
};
579587

580588
wlan_host_wake_l: wlan-host-wake-l {
589+
/* Kevin has an external pull up, but Bob does not */
581590
rockchip,pins = <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>;
582591
};
583592
};

arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
vcc5v0_host: vcc5v0-host-regulator {
6363
compatible = "regulator-fixed";
6464
gpio = <&gpio4 RK_PA3 GPIO_ACTIVE_LOW>;
65-
enable-active-low;
6665
pinctrl-names = "default";
6766
pinctrl-0 = <&vcc5v0_host_en>;
6867
regulator-name = "vcc5v0_host";

arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@
189189

190190
vcc3v3_sd: vcc3v3_sd {
191191
compatible = "regulator-fixed";
192-
enable-active-low;
193192
gpio = <&gpio0 RK_PA5 GPIO_ACTIVE_LOW>;
194193
pinctrl-names = "default";
195194
pinctrl-0 = <&vcc_sd_h>;

arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@
506506
disable-wp;
507507
pinctrl-names = "default";
508508
pinctrl-0 = <&sdmmc0_bus4 &sdmmc0_clk &sdmmc0_cmd &sdmmc0_det>;
509-
sd-uhs-sdr104;
509+
sd-uhs-sdr50;
510510
vmmc-supply = <&vcc3v3_sd>;
511511
vqmmc-supply = <&vccio_sd>;
512512
status = "okay";

arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@
678678
};
679679

680680
&usb_host0_xhci {
681-
extcon = <&usb2phy0>;
681+
dr_mode = "host";
682682
status = "okay";
683683
};
684684

arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@
656656
};
657657

658658
&usb2phy0_otg {
659-
vbus-supply = <&vcc5v0_usb_otg>;
659+
phy-supply = <&vcc5v0_usb_otg>;
660660
status = "okay";
661661
};
662662

arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@
581581
};
582582

583583
&usb2phy0_otg {
584-
vbus-supply = <&vcc5v0_usb_otg>;
584+
phy-supply = <&vcc5v0_usb_otg>;
585585
status = "okay";
586586
};
587587

0 commit comments

Comments
 (0)