Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b274464e authored by Stepan Moskovchenko's avatar Stepan Moskovchenko
Browse files

ARM: dts: msm: Fix SPI0 chip select definitions on 8974



In the process of updating SPI device tree definitions,
commit 9305cdd5 redefined
GPIO 9 as SPI CS0 instead of CS2, causing the KS8851 SPI
Ethernet controller (which is tied to SPI0 CS2) to stop
working.

Change-Id: I421c0b9a6fc00324acd5b1e939997a2af417c587
Signed-off-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
parent 761f957e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -889,7 +889,7 @@
		qcom,gpio-mosi = <&msmgpio 0 0>;
		qcom,gpio-miso = <&msmgpio 1 0>;
		qcom,gpio-clk  = <&msmgpio 3 0>;
		qcom,gpio-cs0  = <&msmgpio 9 0>;
		qcom,gpio-cs2  = <&msmgpio 9 0>;

		qcom,infinite-mode = <0>;
		qcom,use-bam;