mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
dts: arch32: support 32bit g12a bringup [1/1]
PD#169652 Problem: support 32bit g12a Solution: add 32bit dts for g12a when KERNEL_A32_SUPPORT=true kernel 32bit build, otherwise kernel 64bit build defaultly. Verify: u212 can boot to console, but surfaceflinger can't work Change-Id: Ia3e92267afbaaa069f3658a101756e4034d08b4d Signed-off-by: Hanjie Lin <hanjie.lin@amlogic.com>
This commit is contained in:
1357
arch/arm/boot/dts/amlogic/g12a_s905d2_u200.dts
Normal file
1357
arch/arm/boot/dts/amlogic/g12a_s905d2_u200.dts
Normal file
File diff suppressed because it is too large
Load Diff
1357
arch/arm/boot/dts/amlogic/g12a_s905d2_u200_1g.dts
Normal file
1357
arch/arm/boot/dts/amlogic/g12a_s905d2_u200_1g.dts
Normal file
File diff suppressed because it is too large
Load Diff
1332
arch/arm/boot/dts/amlogic/g12a_s905x2_u212.dts
Normal file
1332
arch/arm/boot/dts/amlogic/g12a_s905x2_u212.dts
Normal file
File diff suppressed because it is too large
Load Diff
1319
arch/arm/boot/dts/amlogic/g12a_s905x2_u212_1g.dts
Normal file
1319
arch/arm/boot/dts/amlogic/g12a_s905x2_u212_1g.dts
Normal file
File diff suppressed because it is too large
Load Diff
1283
arch/arm/boot/dts/amlogic/g12a_s905y2_u221.dts
Normal file
1283
arch/arm/boot/dts/amlogic/g12a_s905y2_u221.dts
Normal file
File diff suppressed because it is too large
Load Diff
2541
arch/arm/boot/dts/amlogic/mesong12a.dtsi
Normal file
2541
arch/arm/boot/dts/amlogic/mesong12a.dtsi
Normal file
File diff suppressed because it is too large
Load Diff
1518
arch/arm/boot/dts/amlogic/mesong12a_skt-panel.dtsi
Normal file
1518
arch/arm/boot/dts/amlogic/mesong12a_skt-panel.dtsi
Normal file
File diff suppressed because it is too large
Load Diff
@@ -80,7 +80,7 @@ static struct reg_map reg_maps_def[] = {
|
||||
static struct reg_map reg_maps_txlx[] = {
|
||||
[CBUS_REG_IDX] = { /* CBUS */
|
||||
.phy_addr = 0xffd00000,
|
||||
.size = 0xa00000,
|
||||
.size = 0x100000,
|
||||
},
|
||||
[PERIPHS_REG_IDX] = { /* PERIPHS */
|
||||
.phy_addr = 0xff634400,
|
||||
@@ -120,7 +120,7 @@ static struct reg_map reg_maps_txlx[] = {
|
||||
static struct reg_map reg_maps_g12a[] = {
|
||||
[CBUS_REG_IDX] = { /* CBUS */
|
||||
.phy_addr = 0xffd00000,
|
||||
.size = 0xa00000,
|
||||
.size = 0x100000,
|
||||
},
|
||||
[PERIPHS_REG_IDX] = { /* PERIPHS */
|
||||
.phy_addr = 0xff634400,
|
||||
|
||||
Reference in New Issue
Block a user