diff options
author | Stefan Agner <stefan@agner.ch> | 2019-01-21 16:53:27 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-02-11 02:22:26 +0100 |
commit | 063182a4c85673c735508dc01dd07fffbe7defb1 (patch) | |
tree | c17072f51c5c3c9ccd1ae7c77810e39114188541 /arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts | |
parent | ARM: dts: imx6: Add support for Phytec phyBOARD i.MX6UL Segin (diff) | |
download | linux-063182a4c85673c735508dc01dd07fffbe7defb1.tar.xz linux-063182a4c85673c735508dc01dd07fffbe7defb1.zip |
ARM: dts: colibri: use valid range configuration for weim
A valid WEIM range configuration must specify range entries for
all four chip selects. This fixes an error on boot:
imx-weim: probe of 21b8000.weim failed with error -22
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts b/arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts index d5f7a1703aae..9a5d6c94cca4 100644 --- a/arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts +++ b/arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts @@ -228,10 +228,11 @@ &weim { status = "okay"; - /* weim memory map: 32MB on CS0, 32MB on CS1, 32MB on CS2 */ + /* weim memory map: 32MB on CS0, CS1, CS2 and CS3 */ ranges = <0 0 0x08000000 0x02000000 1 0 0x0a000000 0x02000000 - 2 0 0x0c000000 0x02000000>; + 2 0 0x0c000000 0x02000000 + 3 0 0x0e000000 0x02000000>; /* SRAM on Colibri nEXT_CS0 */ sram@0,0 { |