diff options
author | Joshua Clayton <stillcompiling@gmail.com> | 2016-11-02 00:51:45 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-11-05 12:45:45 +0100 |
commit | 1be81ea5860744520e06d0dfb9e3490b45902dbb (patch) | |
tree | ee890133e9d183f5aac5c8e3d0134399ce521608 /arch/arm/boot/dts/imx6qdl.dtsi | |
parent | ARM: dts: imx: Fix "ERROR: code indent should use tabs where possible" (diff) | |
download | linux-1be81ea5860744520e06d0dfb9e3490b45902dbb.tar.xz linux-1be81ea5860744520e06d0dfb9e3490b45902dbb.zip |
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/imx6qdl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index 1bbd36f40424..d7bed1f8ff1d 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -1092,10 +1092,13 @@ }; weim: weim@021b8000 { + #address-cells = <2>; + #size-cells = <1>; compatible = "fsl,imx6q-weim"; reg = <0x021b8000 0x4000>; interrupts = <0 14 IRQ_TYPE_LEVEL_HIGH>; clocks = <&clks IMX6QDL_CLK_EIM_SLOW>; + fsl,weim-cs-gpr = <&gpr>; }; ocotp: ocotp@021bc000 { |