diff options
| author | Rob Clark <[email protected]> | 2018-01-10 11:33:30 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-01-15 11:35:38 -0500 |
| commit | f2006808f099465707c8a815dd1d0ec093f3449b (patch) | |
| tree | 9c10c354b33fcfc98895cd471e8f8ddfdd660914 /arch | |
| parent | 42091fa9e8147d536591f5c7abae12fd58b0d4c1 (diff) | |
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 <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/sandbox/dts/test.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index e67d428eb2f..3f9e788e6c3 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" |
