mirror of
https://github.com/armbian/build.git
synced 2025-08-10 05:06:57 +02:00
* Move all legacy u-boot patches under one general legacy folder * Move 32b Rockchip under 2022.04 and legacy for Miqi Tested * Move Rock 3A patch dir under legacy * Move / merge meson64 patch folder into v2022.07 Merge 2022.04 (mainly Rockchip 32) into 2022.07, tested * Remove not needed patch * Add last kernel version to config
17 lines
379 B
Diff
17 lines
379 B
Diff
diff --git a/arch/arm/dts/rk3288-miqi.dts b/arch/arm/dts/rk3288-miqi.dts
|
|
index 29e60dd1..47429966 100644
|
|
--- a/arch/arm/dts/rk3288-miqi.dts
|
|
+++ b/arch/arm/dts/rk3288-miqi.dts
|
|
@@ -10,6 +10,11 @@
|
|
model = "mqmaker MiQi";
|
|
compatible = "mqmaker,miqi", "rockchip,rk3288";
|
|
|
|
+ aliases {
|
|
+ mmc0 = &sdmmc;
|
|
+ mmc1 = &emmc;
|
|
+ };
|
|
+
|
|
chosen {
|
|
stdout-path = "serial2:115200n8";
|
|
};
|