mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-18 10:52:59 +00:00
![Sebastian Hesselbarth](/assets/img/avatar_default.png)
This patch adds basic support for the SolidRun CuBox to DT based mach-dove. There are still some issues related to ongoing orion/mvebu development, e.g. gpio-led will not work as there is no DT pinctrl for dove yet and we don't have board specific setup code. Nevertheless, the DT description is already introduced here. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
8 lines
224 B
Clojure
8 lines
224 B
Clojure
zreladdr-y += 0x00008000
|
|
params_phys-y := 0x00000100
|
|
initrd_phys-y := 0x00800000
|
|
|
|
dtb-$(CONFIG_MACH_DOVE_DT) += dove-dove-db.dtb
|
|
dtb-$(CONFIG_MACH_DOVE_DT) += dove-cm-a510.dtb
|
|
dtb-$(CONFIG_MACH_DOVE_DT) += dove-cubox.dtb
|