diff options
author | Joshua Clayton <stillcompiling@gmail.com> | 2016-11-02 02:51:45 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-11-05 14:45:45 +0300 |
commit | 1be81ea5860744520e06d0dfb9e3490b45902dbb (patch) | |
tree | ee890133e9d183f5aac5c8e3d0134399ce521608 /arch/arm/boot/dts/imx6q-evi.dts | |
parent | 46311707939f0cac228e07c59e0d86c310efa95c (diff) | |
download | linux-1be81ea5860744520e06d0dfb9e3490b45902dbb.tar.xz |
ARM: dts: imx6: Add imx-weim parameters to dtsi's
imx-weim should always set address-cells to 2,
and size_cells to 1.
On imx6, fsl,weim-cs-gpr will always be &gpr
Set these common parameters in the dtsi file,
rather than in a downstream dts.
Signed-off-by: Joshua Clayton <stillcompiling@gmail.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-evi.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-evi.dts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx6q-evi.dts b/arch/arm/boot/dts/imx6q-evi.dts index 6de21ff47c3a..7c7c1a855ece 100644 --- a/arch/arm/boot/dts/imx6q-evi.dts +++ b/arch/arm/boot/dts/imx6q-evi.dts @@ -232,10 +232,7 @@ }; &weim { - #address-cells = <2>; - #size-cells = <1>; ranges = <0 0 0x08000000 0x08000000>; - fsl,weim-cs-gpr = <&gpr>; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_weimfpga &pinctrl_weimcs>; status = "okay"; |