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

Commit ec79c733 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM:dts:msm: enable spi slave for qcs405"

parents 72909667 d64ebf3b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
CONFIG_POSIX_MQUEUE=y
CONFIG_AUDIT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
+1 −0
Original line number Diff line number Diff line
CONFIG_POSIX_MQUEUE=y
CONFIG_AUDIT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
+11 −0
Original line number Diff line number Diff line
@@ -72,3 +72,14 @@
		status = "ok";
	};
};

&soc {
	spi@78b5000 {
		status = "ok";
		spi@0 {
			compatible = "qcom,spi-msm-codec-slave";
			reg = <0>;
			spi-max-frequency = <50000000>;
		};
	};
};
+1 −0
Original line number Diff line number Diff line
CONFIG_POSIX_MQUEUE=y
CONFIG_AUDIT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
+1 −0
Original line number Diff line number Diff line
CONFIG_POSIX_MQUEUE=y
CONFIG_AUDIT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y