summaryrefslogtreecommitdiff
path: root/arch/sandbox
diff options
context:
space:
mode:
authorRob Clark <robdclark@gmail.com>2018-01-10 13:33:30 +0300
committerTom Rini <trini@konsulko.com>2018-01-15 19:35:38 +0300
commitf2006808f099465707c8a815dd1d0ec093f3449b (patch)
tree9c10c354b33fcfc98895cd471e8f8ddfdd660914 /arch/sandbox
parent42091fa9e8147d536591f5c7abae12fd58b0d4c1 (diff)
downloadu-boot-f2006808f099465707c8a815dd1d0ec093f3449b.tar.xz
dm: core: parse chosen node
This is the node that would contain, for example, the framebuffer setup by an earlier stage. Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/dts/test.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index e67d428eb2..3f9e788e6c 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -478,6 +478,13 @@
wdt0: wdt@0 {
compatible = "sandbox,wdt";
};
+
+ chosen {
+ chosen-test {
+ compatible = "denx,u-boot-fdt-test";
+ reg = <9 1>;
+ };
+ };
};
#include "sandbox_pmic.dtsi"