mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 10:46:50 +07:00
ARM: dts: Add G2D node to SMDK4412
Added G2D DT node to SMDK4412 board. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
3a0d48f6f8
commit
6344121d50
@ -27,6 +27,10 @@ chosen {
|
|||||||
bootargs ="root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttySAC1,115200 init=/linuxrc";
|
bootargs ="root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttySAC1,115200 init=/linuxrc";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
g2d@10800000 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
sdhci@12530000 {
|
sdhci@12530000 {
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_bus4 &sd2_cd>;
|
pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_bus4 &sd2_cd>;
|
||||||
|
Loading…
Reference in New Issue
Block a user