Skip to content

Commit 247431d

Browse files
committed
rock5b: raise eMMC compatibility as done for ROCK 5A
armbian/linux-rockchip@7628960 Everything is wired the same way, and mainline defines the same pinctl, only on vendor it is missing: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3588-base-pinctrl.dtsi#n368 Signed-off-by: MichaIng <micha@dietpi.com>
1 parent 66c3002 commit 247431d

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
diff --git a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
2+
index 6dcfc6d46b9d5..659d372a5d703 100644
3+
--- a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
4+
+++ b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
5+
@@ -324,6 +324,10 @@ &dfi {
6+
status = "okay";
7+
};
8+
9+
+&emmc_data_strobe {
10+
+ rockchip,pins = <2 RK_PA2 1 &pcfg_pull_down>;
11+
+};
12+
+
13+
&i2c1 {
14+
status = "okay";
15+
pinctrl-names = "default";
16+
@@ -485,6 +489,8 @@ &sdhci {
17+
mmc-hs400-1_8v;
18+
mmc-hs400-enhanced-strobe;
19+
mmc-hs200-1_8v;
20+
+ pinctrl-names = "default";
21+
+ pinctrl-0 = <&emmc_rstnout &emmc_bus8 &emmc_clk &emmc_cmd &emmc_data_strobe>;
22+
status = "okay";
23+
};
24+

0 commit comments

Comments
 (0)