Skip to content

Instantly share code, notes, and snippets.

@invisiblek
Created March 23, 2015 19:48
Show Gist options
  • Save invisiblek/425865ef635be893e5b7 to your computer and use it in GitHub Desktop.
Save invisiblek/425865ef635be893e5b7 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 69bd40d..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,7 @@
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>;
};
@@ -416,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";
@@ -427,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";
@@ -667,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;
};
@@ -1031,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>;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment