diff options
author | Jon Hunter <jonathanh@nvidia.com> | 2016-01-25 20:25:55 +0000 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-02-01 12:20:11 -0800 |
commit | 43acf83166eb85082e03b25c9ccd4851e7203ea1 (patch) | |
tree | c12fad3afc2d995c6978b57cda4670078012ec24 /arch | |
parent | c65cd255e4b7dd529b9f35f7e4b05fe154adbb5f (diff) | |
download | linux-stable-43acf83166eb85082e03b25c9ccd4851e7203ea1.tar.gz linux-stable-43acf83166eb85082e03b25c9ccd4851e7203ea1.tar.bz2 linux-stable-43acf83166eb85082e03b25c9ccd4851e7203ea1.zip |
ARM64: tegra: Add chosen node for tegra132 norrin
The NVIDIA bootloader, nvtboot, expects the "chosen" node to be present
in the device-tree blob and if it is not then it fails to boot the kernel.
Add the chosen node so we can boot the kernel on Tegra132 Norrin with the
nvtboot bootloader.
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/nvidia/tegra132-norrin.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra132-norrin.dts b/arch/arm64/boot/dts/nvidia/tegra132-norrin.dts index 7dfe1c085966..62f33fc84e3e 100644 --- a/arch/arm64/boot/dts/nvidia/tegra132-norrin.dts +++ b/arch/arm64/boot/dts/nvidia/tegra132-norrin.dts @@ -12,6 +12,8 @@ rtc1 = "/rtc@0,7000e000"; }; + chosen { }; + memory { device_type = "memory"; reg = <0x0 0x80000000 0x0 0x80000000>; |