[PATCH v2] ARM: dts: Add SPI CS on exynos5250-snow
Michal Suchanek
hramrach at gmail.com
Mon Jul 27 13:11:31 PDT 2015
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 at gmail.com>
--
v2
- don't move unrelated line
---
arch/arm/boot/dts/exynos5250-snow.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts
index b7f4122..62be08a 100644
--- a/arch/arm/boot/dts/exynos5250-snow.dts
+++ b/arch/arm/boot/dts/exynos5250-snow.dts
@@ -688,6 +688,7 @@
status = "okay";
samsung,spi-src-clk = <0>;
num-cs = <1>;
+ cs-gpios = <&gpa2 5 0>;
};
&usbdrd_dwc3 {
--
2.1.4
More information about the linux-arm-kernel
mailing list