device: changes for s905x3 ac213 bring up [3/3]

PD#SWPL-6970

Problem:
for s905x3 ac213 bring up, support multi-dts

Solution:
s905x3 ac213 bring up

Verify:
AC213

Change-Id: I4a22f4ce5b927db7d0197028abb12e6b669e7dc8
Signed-off-by: xiaoliang.wang <xiaoliang.wang@amlogic.com>
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
This commit is contained in:
xiaoliang.wang
2019-04-04 10:29:23 +08:00
committed by Luke Go
parent aa952593a4
commit 6e85ee7b23
7 changed files with 3164 additions and 4 deletions

View File

@@ -14790,6 +14790,19 @@ M: Shunzhou Jiang <shunzhou.jiang@amlogic.com>
F: drivers/amlogic/power/power_ctrl.c
F: include/linux/amlogic/power_ctrl.h
AMLOGIC TL1 VAD
M: Wenbiao Zhang <wenbiao.zhang@amlogic.com>
F: include/linux/amlogic/vad_api.h
AMLOGIC SM1 S905X3 DTS
M: Xiaoliang Wang <xiaoliang.wang@amlogic.com>
F: arch/arm/boot/dts/amlogic/g12a_s905x2_u212.dts
F: arch/arm/boot/dts/amlogic/g12a_s905x2_u212_1g.dts
F: arch/arm64/boot/dts/amlogic/g12a_s905x2_u212.dts
F: arch/arm64/boot/dts/amlogic/g12a_s905x2_u212_1g.dts
F: arch/arm/boot/dts/amlogic/sm1_s905x3_ac213.dts
F: arch/arm64/boot/dts/amlogic/sm1_s905x3_ac213.dts
HARDKERNEL S922D odroidn2
M: Joy Cho <joy.cho@hardkernel.com>
F: arch/arm64/configs/odroidn2_defconfig

View File

@@ -22,7 +22,7 @@
/ {
model = "Amlogic";
amlogic-dt-id = "g12a_s905x2_u212";
amlogic-dt-id = "g12a_u212_2g";
compatible = "amlogic, g12a";
interrupt-parent = <&gic>;
#address-cells = <1>;

View File

@@ -22,7 +22,7 @@
/ {
model = "Amlogic";
amlogic-dt-id = "g12a_s905x2_u212_1g";
amlogic-dt-id = "g12a_u212_1g";
compatible = "amlogic, g12a";
interrupt-parent = <&gic>;
#address-cells = <1>;

File diff suppressed because it is too large Load Diff

View File

@@ -22,7 +22,7 @@
/ {
model = "Amlogic";
amlogic-dt-id = "g12a_s905x2_u212";
amlogic-dt-id = "g12a_u212_2g";
compatible = "amlogic, g12a";
interrupt-parent = <&gic>;
#address-cells = <2>;

View File

@@ -22,7 +22,7 @@
/ {
model = "Amlogic";
amlogic-dt-id = "g12a_s905x2_u212_1g";
amlogic-dt-id = "g12a_u212_1g";
compatible = "amlogic, g12a";
interrupt-parent = <&gic>;
#address-cells = <2>;

File diff suppressed because it is too large Load Diff