mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00

Use upstream device tree files and bindings. To do so: - imply (enable) OF_UPSTREAM option for E850-96 target - point DEFAULT_DEVICE_TREE in E850-96 config to upstream dts - remove now not needed local dts files, binding docs and headers - update MAINTAINERS and board/samsung/e850-96/MAINTAINERS correspondingly Upstream device tree files for Exynos850 SoC and E850-96 board are pretty much the same as local (removed) ones, so the conversion is rather straightforward and painless in this case. The appended dts file (arch/arm/dts/exynos850-e850-96-u-boot.dtsi) stays unchanged. The only remaining local dt-bindings doc for E850-96 board is exynos-pmu.yaml. It wasn't removed as it's quite different from Linux kernel version. Particularly U-Boot local version of exynos-pmu.yaml describes "samsung,uart-debug-1" property, which is not present in Linux kernel binding. Later it might be upstreamed to Linux kernel, and once it's done the U-Boot exynos-pmu.yaml binding can be removed. No functional change. Acked-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
21 lines
574 B
Text
21 lines
574 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_CPU_INIT=y
|
|
CONFIG_ARCH_EXYNOS=y
|
|
CONFIG_TEXT_BASE=0xf8800000
|
|
CONFIG_SYS_MALLOC_LEN=0x81f000
|
|
CONFIG_SYS_MALLOC_F_LEN=0x4000
|
|
CONFIG_ARCH_EXYNOS9=y
|
|
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
|
|
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xf8c00000
|
|
CONFIG_DEFAULT_DEVICE_TREE="exynos/exynos850-e850-96"
|
|
CONFIG_SYS_LOAD_ADDR=0x80000000
|
|
# CONFIG_AUTOBOOT is not set
|
|
# CONFIG_DISPLAY_CPUINFO is not set
|
|
# CONFIG_NET is not set
|
|
CONFIG_CLK_EXYNOS850=y
|
|
# CONFIG_MMC is not set
|
|
CONFIG_SOC_SAMSUNG=y
|
|
CONFIG_EXYNOS_PMU=y
|
|
CONFIG_EXYNOS_USI=y
|
|
CONFIG_SYSRESET=y
|
|
CONFIG_SYSRESET_SYSCON=y
|