Skip to content

Commit 07975ef

Browse files
committed
Merge tag 'v6.2-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes
Fixes to adapt to correct binding behaviour and fixes for devices on some boards Most notably may be the adaption of lower thermal limits for the pinephone pro, where the original hiher ones could result in (possibly permanent) display issues. * tag 'v6.2-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: arm64: dts: rockchip: align rk3399 DMC OPP table with bindings arm64: dts: rockchip: set sdmmc0 speed to sd-uhs-sdr50 on rock-3a arm64: dts: rockchip: fix probe of analog sound card on rock-3a arm64: dts: rockchip: add missing #interrupt-cells to rk356x pcie2x1 arm64: dts: rockchip: fix input enable pinconf on rk3399 ARM: dts: rockchip: add power-domains property to dp node on rk3288 arm64: dts: rockchip: add io domain setting to rk3566-box-demo arm64: dts: rockchip: remove unsupported property from sdmmc2 for rock-3a arm64: dts: rockchip: drop unused LED mode property from rk3328-roc-cc arm64: dts: rockchip: reduce thermal limits on rk3399-pinephone-pro arm64: dts: rockchip: use correct reset names for rk3399 crypto nodes Link: https://lore.kernel.org/r/3514663.mvXUDI8C0e@phil Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 6d796c5 + b67b097 commit 07975ef

File tree

8 files changed

+26
-9
lines changed

8 files changed

+26
-9
lines changed

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,6 +1181,7 @@
11811181
clock-names = "dp", "pclk";
11821182
phys = <&edp_phy>;
11831183
phy-names = "dp";
1184+
power-domains = <&power RK3288_PD_VIO>;
11841185
resets = <&cru SRST_EDP>;
11851186
reset-names = "dp";
11861187
rockchip,grf = <&grf>;

arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,13 @@
9696
linux,default-trigger = "heartbeat";
9797
gpios = <&rk805 1 GPIO_ACTIVE_LOW>;
9898
default-state = "on";
99-
mode = <0x23>;
10099
};
101100

102101
user_led: led-1 {
103102
label = "firefly:yellow:user";
104103
linux,default-trigger = "mmc1";
105104
gpios = <&rk805 0 GPIO_ACTIVE_LOW>;
106105
default-state = "off";
107-
mode = <0x05>;
108106
};
109107
};
110108
};

arch/arm64/boot/dts/rockchip/rk3399-op1-opp.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
};
112112
};
113113

114-
dmc_opp_table: dmc_opp_table {
114+
dmc_opp_table: opp-table-3 {
115115
compatible = "operating-points-v2";
116116

117117
opp00 {

arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,13 @@
104104
};
105105
};
106106

107+
&cpu_alert0 {
108+
temperature = <65000>;
109+
};
110+
&cpu_alert1 {
111+
temperature = <68000>;
112+
};
113+
107114
&cpu_l0 {
108115
cpu-supply = <&vdd_cpu_l>;
109116
};

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@
589589
clocks = <&cru HCLK_M_CRYPTO0>, <&cru HCLK_S_CRYPTO0>, <&cru SCLK_CRYPTO0>;
590590
clock-names = "hclk_master", "hclk_slave", "sclk";
591591
resets = <&cru SRST_CRYPTO0>, <&cru SRST_CRYPTO0_S>, <&cru SRST_CRYPTO0_M>;
592-
reset-names = "master", "lave", "crypto";
592+
reset-names = "master", "slave", "crypto-rst";
593593
};
594594

595595
crypto1: crypto@ff8b8000 {
@@ -599,7 +599,7 @@
599599
clocks = <&cru HCLK_M_CRYPTO1>, <&cru HCLK_S_CRYPTO1>, <&cru SCLK_CRYPTO1>;
600600
clock-names = "hclk_master", "hclk_slave", "sclk";
601601
resets = <&cru SRST_CRYPTO1>, <&cru SRST_CRYPTO1_S>, <&cru SRST_CRYPTO1_M>;
602-
reset-names = "master", "slave", "crypto";
602+
reset-names = "master", "slave", "crypto-rst";
603603
};
604604

605605
i2c1: i2c@ff110000 {
@@ -2241,13 +2241,11 @@
22412241
pcfg_input_pull_up: pcfg-input-pull-up {
22422242
input-enable;
22432243
bias-pull-up;
2244-
drive-strength = <2>;
22452244
};
22462245

22472246
pcfg_input_pull_down: pcfg-input-pull-down {
22482247
input-enable;
22492248
bias-pull-down;
2250-
drive-strength = <2>;
22512249
};
22522250

22532251
clock {

arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,17 @@
353353
};
354354
};
355355

356+
&pmu_io_domains {
357+
pmuio2-supply = <&vcc_3v3>;
358+
vccio1-supply = <&vcc_3v3>;
359+
vccio3-supply = <&vcc_3v3>;
360+
vccio4-supply = <&vcca_1v8>;
361+
vccio5-supply = <&vcc_3v3>;
362+
vccio6-supply = <&vcca_1v8>;
363+
vccio7-supply = <&vcc_3v3>;
364+
status = "okay";
365+
};
366+
356367
&pwm0 {
357368
status = "okay";
358369
};

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,8 @@
571571
};
572572

573573
&i2s1_8ch {
574+
pinctrl-names = "default";
575+
pinctrl-0 = <&i2s1m0_sclktx &i2s1m0_lrcktx &i2s1m0_sdi0 &i2s1m0_sdo0>;
574576
rockchip,trcm-sync-tx-only;
575577
status = "okay";
576578
};
@@ -730,14 +732,13 @@
730732
disable-wp;
731733
pinctrl-names = "default";
732734
pinctrl-0 = <&sdmmc0_bus4 &sdmmc0_clk &sdmmc0_cmd &sdmmc0_det>;
733-
sd-uhs-sdr104;
735+
sd-uhs-sdr50;
734736
vmmc-supply = <&vcc3v3_sd>;
735737
vqmmc-supply = <&vccio_sd>;
736738
status = "okay";
737739
};
738740

739741
&sdmmc2 {
740-
supports-sdio;
741742
bus-width = <4>;
742743
disable-wp;
743744
cap-sd-highspeed;

arch/arm64/boot/dts/rockchip/rk356x.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,7 @@
966966
clock-names = "aclk_mst", "aclk_slv",
967967
"aclk_dbi", "pclk", "aux";
968968
device_type = "pci";
969+
#interrupt-cells = <1>;
969970
interrupt-map-mask = <0 0 0 7>;
970971
interrupt-map = <0 0 0 1 &pcie_intc 0>,
971972
<0 0 0 2 &pcie_intc 1>,

0 commit comments

Comments
 (0)