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

Commit 99497dbe authored by Miaoqing Pan's avatar Miaoqing Pan
Browse files

ARM:dts:msm: enable spi slave for apq8009



Add spi-msm-slave driver support for apq8009, also
change the spi0 max frequence to 50MHz.

CRs-Fixed: 2251010
Change-Id: I6d58186d98d9eb493e5c9495c3093052aeaa1a77
Signed-off-by: default avatarMiaoqing Pan <miaoqing@codeaurora.org>
parent 56370654
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -207,6 +207,18 @@
	gpio_keys {
		status = "disable";
	};

	spi@78ba000 {
		reg = <0x78ba000 0x600>;
		spi-max-frequency = <50000000>;
		status = "okay";

		spi@0 {
			compatible = "qcom,spi-msm-slave";
			reg = <0>;
			spi-max-frequency = <50000000>;
		};
	};
};

&i2c_1 {