OSDN Git Service

ARM: dts: Add SPI CS on exynos5250-snow
authorMichal Suchanek <hramrach@gmail.com>
Thu, 30 Jul 2015 14:12:43 +0000 (23:12 +0900)
committerKukjin Kim <kgene@kernel.org>
Thu, 13 Aug 2015 17:09:05 +0000 (02:09 +0900)
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>
arch/arm/boot/dts/exynos5250-snow.dts

index a4133df..0720caa 100644 (file)
        status = "okay";
        samsung,spi-src-clk = <0>;
        num-cs = <1>;
+       cs-gpios = <&gpa2 5 GPIO_ACTIVE_HIGH>;
 };
 
 &usbdrd_dwc3 {