mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
dts: g12a: add s905d2_u200 and s905y2_u221
PD#156734: add s905d2_u200 and s905y2_u221 for g12a 1. rename g12a_skt.dts to g12a_s905d2_u200.dts 2. cp g12a_dts.dts to g12a_s905d2_skt.dts, and change caps and f_max for sd_emmc_a 3. cp g12a_skt_buidroot.dts to g12a_s905d2_skt_buildroot.dts, and change caps and f_max for sd_emmc_a 4. cp g12a_skt.dts to g12a_s905y2_u221.dts, disable ethmac 5. cp g12a_skt.dts to g12a_s905y2_u211.dts 6. set f_max for sd_emmc_c to 50000000 Change-Id: Iffbeffc6dd730cff1c5ac371e237edcc8354b042 Signed-off-by: jianxin.pan <jianxin.pan@amlogic.com>
This commit is contained in:
@@ -14329,7 +14329,7 @@ F: drivers/amlogic/media/common/vpu/vpu_power_init.c
|
||||
|
||||
AMLOGIC dts for g12a skt
|
||||
M: Qiufang Dai <qiufang.dai@amlogic.com>
|
||||
F: arch/arm64/boot/dts/amlogic/g12a_skt.dts
|
||||
F: arch/arm64/boot/dts/amlogic/g12a_*.dts
|
||||
|
||||
AMLOGIC G12A Audio DRIVER
|
||||
M: Xing Wang <xing.wang@amlogic.com>
|
||||
|
||||
1187
arch/arm64/boot/dts/amlogic/g12a_s905d2_skt.dts
Normal file
1187
arch/arm64/boot/dts/amlogic/g12a_s905d2_skt.dts
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* arch/arm64/boot/dts/amlogic/g12a_skt.dts
|
||||
* arch/arm64/boot/dts/amlogic/g12a_s905d2_skt_buildroot.dts
|
||||
*
|
||||
* Copyright (C) 2017 Amlogic, Inc. All rights reserved.
|
||||
*
|
||||
@@ -1052,7 +1052,7 @@
|
||||
"MMC_CAP_CMD23";
|
||||
/* caps2 = "MMC_CAP2_HS200", "MMC_CAP2_HS400";*/
|
||||
f_min = <400000>;
|
||||
f_max = <200000000>;
|
||||
f_max = <40000000>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -1077,14 +1077,10 @@
|
||||
"MMC_CAP_MMC_HIGHSPEED",
|
||||
"MMC_CAP_SD_HIGHSPEED",
|
||||
"MMC_CAP_NONREMOVABLE",
|
||||
"MMC_CAP_UHS_SDR12",
|
||||
"MMC_CAP_UHS_SDR25",
|
||||
"MMC_CAP_UHS_SDR50",
|
||||
"MMC_CAP_UHS_SDR104",
|
||||
"MMC_PM_KEEP_POWER",
|
||||
"MMC_CAP_SDIO_IRQ";
|
||||
f_min = <400000>;
|
||||
f_max = <200000000>;
|
||||
f_max = <50000000>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* arch/arm64/boot/dts/amlogic/g12a_skt.dts
|
||||
* arch/arm64/boot/dts/amlogic/g12a_s905d2_u200.dts
|
||||
*
|
||||
* Copyright (C) 2017 Amlogic, Inc. All rights reserved.
|
||||
*
|
||||
@@ -1076,7 +1076,7 @@
|
||||
"MMC_CAP_CMD23";
|
||||
/* caps2 = "MMC_CAP2_HS200", "MMC_CAP2_HS400";*/
|
||||
f_min = <400000>;
|
||||
f_max = <200000000>;
|
||||
f_max = <40000000>;
|
||||
};
|
||||
};
|
||||
|
||||
1191
arch/arm64/boot/dts/amlogic/g12a_s905x2_u211.dts
Normal file
1191
arch/arm64/boot/dts/amlogic/g12a_s905x2_u211.dts
Normal file
File diff suppressed because it is too large
Load Diff
1191
arch/arm64/boot/dts/amlogic/g12a_s905y2_u221.dts
Normal file
1191
arch/arm64/boot/dts/amlogic/g12a_s905y2_u221.dts
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user