ARM64: tegra: Add chosen node for tegra132 norrin
authorJon Hunter <jonathanh@nvidia.com>
Mon, 25 Jan 2016 20:25:55 +0000 (20:25 +0000)
committerOlof Johansson <olof@lixom.net>
Mon, 1 Feb 2016 20:20:11 +0000 (12:20 -0800)
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>
arch/arm64/boot/dts/nvidia/tegra132-norrin.dts

index 7dfe1c0..62f33fc 100644 (file)
@@ -12,6 +12,8 @@
                rtc1 = "/rtc@0,7000e000";
        };
 
+       chosen { };
+
        memory {
                device_type = "memory";
                reg = <0x0 0x80000000 0x0 0x80000000>;