Skip to content

Instantly share code, notes, and snippets.

@invisiblek
Created March 23, 2015 19:45
Show Gist options
  • Save invisiblek/bef1dd00f98115fdd414 to your computer and use it in GitHub Desktop.
Save invisiblek/bef1dd00f98115fdd414 to your computer and use it in GitHub Desktop.
diff --git a/arch/arm/boot/dts/msm8226.dtsi b/arch/arm/boot/dts/msm8226.dtsi
index 9e99f59..f20c959 100644
--- a/arch/arm/boot/dts/msm8226.dtsi
+++ b/arch/arm/boot/dts/msm8226.dtsi
@@ -184,9 +184,9 @@
<268000 348000>,
<505000 657000>;
qcom,buffer-type-tz-usage-table = <0x1 0x1>,
- <0x6 0x2>,
- <0x7C0 0x3>;
- qcom,max-hw-load = <352800>; /* 720p @ 30 + 1080p @ 30 */
+ <0x6 0x2>,
+ <0x7C0 0x3>;
+ qcom,max-hw-load = <352800>; /* 720p @ 30 + 1080p @ 30 */
qcom,vidc-iommu-domains {
qcom,domain-ns {
qcom,vidc-domain-phandle = <&venus_domain_ns>;
@@ -299,7 +299,8 @@
compatible = "qcom,android-usb";
reg = <0xfe8050c8 0xc8>;
qcom,android-usb-swfi-latency = <1>;
- qcom,streaming-func = "rndis", "ecm", "mtp";
+ qcom,streaming-func = "rndis";
+ qcom,android-usb-uicc-nluns = <1>;
};
smsc_hub: hsic_hub {
@@ -415,7 +416,6 @@
qcom,adsp-state = <0>;
};
-/* LGE_UPDATE [email protected] This's for WCD9306. WX use WCD9302.
sound {
compatible = "qcom,msm8226-audio-tapan";
qcom,model = "msm8226-tapan-snd-card";
@@ -426,7 +426,6 @@
qcom,prim-auxpcm-gpio-dout = <&msmgpio 66 0>;
qcom,prim-auxpcm-gpio-set = "prim-gpio-prim";
};
-*/
sound-9302 {
compatible = "qcom,msm8226-audio-tapan";
@@ -497,6 +496,14 @@
compatible = "qcom,msm-lsm-client";
};
+ qti,msm-pcm-loopback {
+ compatible = "qti,msm-pcm-loopback";
+ };
+
+ qcom,msm-voice-svc {
+ compatible = "qcom,msm-voice-svc";
+ };
+
qcom,msm-dai-q6 {
compatible = "qcom,msm-dai-q6";
qcom,msm-dai-q6-sb-0-rx {
@@ -658,7 +665,7 @@
compatible = "qcom,msm-watchdog";
reg = <0xf9017000 0x1000>;
interrupts = <0 3 0>, <0 4 0>;
- qcom,bark-time = <15000>;
+ qcom,bark-time = <11000>;
qcom,pet-time = <10000>;
qcom,ipi-ping;
};
@@ -997,7 +1004,7 @@
qcom,scl-gpio = <&msmgpio 11 0>;
qcom,master-id = <86>;
};
- i2c@f9926000 { /* BLSP-1 QUP-4 */
+ i2c_0: i2c@f9926000 { /* BLSP-1 QUP-4 */
cell-index = <0>;
compatible = "qcom,i2c-qup";
reg = <0xf9926000 0x1000>;
@@ -1007,6 +1014,8 @@
interrupts = <0 98 0>;
interrupt-names = "qup_err_intr";
qcom,i2c-bus-freq = <100000>;
+ qcom,i2c-src-freq = <19200000>;
+ qcom,master-id = <86>;
};
i2c@f9927000 { /* BLSP1 QUP5 */
@@ -1020,7 +1029,6 @@
interrupts = <0 99 0>;
qcom,i2c-bus-freq = <384000>;
qcom,i2c-src-freq = <19200000>;
- qcom,master-id = <86>;
qcom,sda-gpio = <&msmgpio 18 0>;
qcom,scl-gpio = <&msmgpio 19 0>;
};
@@ -1032,9 +1040,9 @@
clock-names = "clk-4", "clk-5";
qcom,speed0-bin-v0 =
< 0 0>,
- < 384000000 2>,
- < 787200000 4>,
- <1190400000 7>;
+ < 384000000 1>,
+ < 787200000 2>,
+ <1190400000 3>;
cpu-vdd-supply = <&apc_vreg_corner>;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment