Skip to content
Commit 8b8cb52a authored by Sven Van Asbroeck's avatar Sven Van Asbroeck Committed by Shawn Guo
Browse files

bus: imx-weim: support multiple address ranges per child node



Ensure that timing values for the child node are applied to
all chip selects in the child's address ranges.

Note that this does not support multiple timing settings per
child; this can be added in the future if required.

Example:
&weim {
	acme@0 {
		compatible = "acme,whatever";
		reg = <0 0 0x100>, <0 0x400000 0x800>,
				<1 0x400000 0x800>;
		fsl,weim-cs-timing = <0x024400b1 0x00001010 0x20081100
				0x00000000 0xa0000240 0x00000000>;
	};
};

Signed-off-by: default avatarSven Van Asbroeck <TheSven73@googlemail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 4c783b01
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment