diff options
author | Marco Franchi <marcofrk@gmail.com> | 2018-01-24 14:22:12 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-02-12 14:13:13 +0100 |
commit | 6de57233aa24ccadb909f86ec6fd53ff25e6e2e0 (patch) | |
tree | e93add2999d9ddf959d672950e5be2cb7163b268 /arch/arm/boot/dts/imx6qdl-cubox-i.dtsi | |
parent | ARM: dts: imx6sx: add ARM power domain support (diff) | |
download | linux-6de57233aa24ccadb909f86ec6fd53ff25e6e2e0.tar.xz linux-6de57233aa24ccadb909f86ec6fd53ff25e6e2e0.zip |
ARM: dts: imx: Pass empty memory size on board dts
In preparation for removing 'reg = <0 0>;' from the dtsi SoC files, pass
'reg = <0 0 >;' to the dts/dtsi board files that do not pass the memory
size.
Signed-off-by: Marco Franchi <marco.franchi@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-cubox-i.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-cubox-i.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-cubox-i.dtsi b/arch/arm/boot/dts/imx6qdl-cubox-i.dtsi index d1cfdc264126..4c5f5132345e 100644 --- a/arch/arm/boot/dts/imx6qdl-cubox-i.dtsi +++ b/arch/arm/boot/dts/imx6qdl-cubox-i.dtsi @@ -42,6 +42,11 @@ #include <dt-bindings/gpio/gpio.h> / { + /* Will be filled by the bootloader */ + memory { + reg = <0 0>; + }; + ir_recv: ir-receiver { compatible = "gpio-ir-receiver"; gpios = <&gpio3 9 1>; |