diff options
| author | Kaustabh Chakraborty <kauschluss@disroot.org> | 2026-02-03 18:38:46 +0530 |
|---|---|---|
| committer | Minkyu Kang <mk7.kang@samsung.com> | 2026-02-23 15:35:33 +0900 |
| commit | 579349593a8444166e6e7d1d65326c4b56ab104b (patch) | |
| tree | a76a205e2540464c567817e3a4bc912eed3d40ea /arch | |
| parent | be1b1cd641f058a19d2ec5e1ab3bb4d81a3e1e78 (diff) | |
ARM: dts: exynos7870-a2corelte: add properties to make S-BOOT happy
Add properties in the DTSI file which is required for S-BOOT when used
an external device tree when booting into U-Boot. S-BOOT is Samsung's
proprietary bootloader, which chainloads U-Boot.
Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/exynos7870-a2corelte-u-boot.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/exynos7870-a2corelte-u-boot.dtsi b/arch/arm/dts/exynos7870-a2corelte-u-boot.dtsi index c22ed7efea5..7d97afcc64f 100644 --- a/arch/arm/dts/exynos7870-a2corelte-u-boot.dtsi +++ b/arch/arm/dts/exynos7870-a2corelte-u-boot.dtsi @@ -4,6 +4,11 @@ */ / { + /* These properties are required by S-BOOT. */ + model_info-chip = <7870>; + model_info-hw_rev = <0>; + model_info-hw_rev_end = <255>; + chosen { #address-cells = <2>; #size-cells = <1>; |
