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

Commit 94dd49b5 authored by Arjun Singh's avatar Arjun Singh Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Change bg-spi clock frequency for msm8909w BG



Change the bg-spi clock frequency to match changed BG clock frequency.

Change-Id: Id517199dfb5925d0860bcb7a4bfb911b828b8d47
Signed-off-by: default avatarArjun Singh <arsingh@codeaurora.org>
parent 77afcc9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@
		qcom,bg-spi {
			compatible = "qcom,bg-spi";
			reg = <0>;
			spi-max-frequency = <19200000>;
			spi-max-frequency = <16000000>;
			interrupt-parent = <&msm_gpio>;
			qcom,irq-gpio = <&msm_gpio 110 1>;
		};
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@
		qcom,bg-spi {
			compatible = "qcom,bg-spi";
			reg = <0>;
			spi-max-frequency = <19200000>;
			spi-max-frequency = <16000000>;
			interrupt-parent = <&msm_gpio>;
			qcom,irq-gpio = <&msm_gpio 110 1>;
		};