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:
jianxin.pan
2018-03-08 17:19:11 +08:00
committed by Jianxin Pan
parent 34e8129ead
commit 72bd4fb5d5
6 changed files with 3575 additions and 10 deletions

View File

@@ -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>

File diff suppressed because it is too large Load Diff

View File

@@ -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>;
};
};

View File

@@ -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>;
};
};

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff