mirror of
https://github.com/armbian/build.git
synced 2025-09-19 20:51:12 +02:00
* merge patches from rockchip and rk322x families for current and edge kernels * adjust patches for tinkerboard to remove some cruft and overclocking * rework kernel configs * fix rk322x dmc to avoid lockup on rk3288 * migrate rockchip-6.6 into patch series, rename all patches with more understandable names * add gen-series.sh script in tools directory (it is a naive tool to create patch series when you don't want to rebase everything)
21 lines
514 B
Diff
21 lines
514 B
Diff
diff --git a/arch/arm/boot/dts/rockchip/rk3288.dtsi b/arch/arm/boot/dts/rockchip/rk3288.dtsi
|
|
index 511ca864c1b2..d7ecb6b4de40 100644
|
|
--- a/arch/arm/boot/dts/rockchip/rk3288.dtsi
|
|
+++ b/arch/arm/boot/dts/rockchip/rk3288.dtsi
|
|
@@ -25,10 +25,10 @@ aliases {
|
|
i2c3 = &i2c3;
|
|
i2c4 = &i2c4;
|
|
i2c5 = &i2c5;
|
|
- mshc0 = &emmc;
|
|
- mshc1 = &sdmmc;
|
|
- mshc2 = &sdio0;
|
|
- mshc3 = &sdio1;
|
|
+ mmc0 = &sdmmc;
|
|
+ mmc1 = &sdio0;
|
|
+ mmc2 = &emmc;
|
|
+ mmc3 = &sdio1;
|
|
serial0 = &uart0;
|
|
serial1 = &uart1;
|
|
serial2 = &uart2;
|
|
|