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

Commit fb112444 authored by Derek Chen's avatar Derek Chen
Browse files

ARM: dts: msm: update spi codec slave clock



Update SPI codec slave clock to 10MHz
as per codec specification.

Signed-off-by: default avatarDerek Chen <chenche@codeaurora.org>
Change-Id: Ib70cfa4659e88585f330a206dfb98a4749dddd4e
parent 8c126e98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -517,7 +517,7 @@
	spi_codec@0 {
		compatible = "qcom,spi-msm-codec-slave";
		reg = <0>;
		spi-max-frequency = <12800000>;
		spi-max-frequency = <10000000>;
		spi-cpha;
	};
};