diff options
author | Michal Suchanek <hramrach@gmail.com> | 2015-07-30 23:12:43 +0900 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-08-14 02:09:05 +0900 |
commit | e0b12512b40c7a1cc0825773d118ecfdb464be41 (patch) | |
tree | fa320da9f9825289a9e4e1e62d76b2563c973626 /arch/arm/boot/dts/exynos5250-snow.dts | |
parent | 5600f8cc8aa8bdcf335e84a7f85eae204b379bae (diff) |
ARM: dts: Add SPI CS on exynos5250-snow
Although there is only one choice of chipselect it is necessary to
specify it. The driver cannot claim the gpio otherwise.
Signed-off-by: Michal Suchanek <hramrach@gmail.com>
Acked-by: Javier Martinez Canillas <javier@osg.samsung.com>
Acked-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/exynos5250-snow.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos5250-snow.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts index a4133df953f3..0720caab5511 100644 --- a/arch/arm/boot/dts/exynos5250-snow.dts +++ b/arch/arm/boot/dts/exynos5250-snow.dts @@ -692,6 +692,7 @@ status = "okay"; samsung,spi-src-clk = <0>; num-cs = <1>; + cs-gpios = <&gpa2 5 GPIO_ACTIVE_HIGH>; }; &usbdrd_dwc3 { |