diff options
Diffstat (limited to 'arch/arm/boot/dts/imx23.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx23.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx23.dtsi b/arch/arm/boot/dts/imx23.dtsi index ac2a9da62b6c..43ccbbf754a3 100644 --- a/arch/arm/boot/dts/imx23.dtsi +++ b/arch/arm/boot/dts/imx23.dtsi | |||
@@ -16,6 +16,14 @@ | |||
16 | #size-cells = <1>; | 16 | #size-cells = <1>; |
17 | 17 | ||
18 | interrupt-parent = <&icoll>; | 18 | interrupt-parent = <&icoll>; |
19 | /* | ||
20 | * The decompressor and also some bootloaders rely on a | ||
21 | * pre-existing /chosen node to be available to insert the | ||
22 | * command line and merge other ATAGS info. | ||
23 | * Also for U-Boot there must be a pre-existing /memory node. | ||
24 | */ | ||
25 | chosen {}; | ||
26 | memory { device_type = "memory"; reg = <0 0>; }; | ||
19 | 27 | ||
20 | aliases { | 28 | aliases { |
21 | gpio0 = &gpio0; | 29 | gpio0 = &gpio0; |