Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Stefan Agner and committed by
Shawn Guo
063182a4 82ae9038

+3 -2
+3 -2
arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts
··· 228 228 &weim { 229 229 status = "okay"; 230 230 231 - /* weim memory map: 32MB on CS0, 32MB on CS1, 32MB on CS2 */ 231 + /* weim memory map: 32MB on CS0, CS1, CS2 and CS3 */ 232 232 ranges = <0 0 0x08000000 0x02000000 233 233 1 0 0x0a000000 0x02000000 234 - 2 0 0x0c000000 0x02000000>; 234 + 2 0 0x0c000000 0x02000000 235 + 3 0 0x0e000000 0x02000000>; 235 236 236 237 /* SRAM on Colibri nEXT_CS0 */ 237 238 sram@0,0 {