Created
March 23, 2015 19:35
-
-
Save invisiblek/884ed431bf712d96ee40 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/arch/arm/boot/dts/msm8226-gpu.dtsi b/arch/arm/boot/dts/msm8226-gpu.dtsi | |
index 4385b1a..d1c3264 100644 | |
--- a/arch/arm/boot/dts/msm8226-gpu.dtsi | |
+++ b/arch/arm/boot/dts/msm8226-gpu.dtsi | |
@@ -1,4 +1,4 @@ | |
-/* Copyright (c) 2013, The Linux Foundation. All rights reserved. | |
+/* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved. | |
* | |
* This program is free software; you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License version 2 and | |
@@ -34,9 +34,9 @@ | |
qcom,msm-bus,num-paths = <2>; | |
qcom,msm-bus,vectors-KBps = | |
<26 512 0 0>, <89 604 0 0>, | |
- <26 512 0 1600000>, <89 604 0 3200000>, | |
- <26 512 0 3200000>, <89 604 0 5120000>, | |
- <26 512 0 4256000>, <89 604 0 6400000>; | |
+ <26 512 800000 1600000>, <89 604 0 3200000>, | |
+ <26 512 1600000 3200000>, <89 604 0 5120000>, | |
+ <26 512 2128000 4256000>, <89 604 0 6400000>; | |
/* GDSC oxili regulators */ | |
diff --git a/arch/arm/boot/dts/msm8226.dtsi b/arch/arm/boot/dts/msm8226.dtsi | |
index fb2b9a8..f20c959 100644 | |
--- a/arch/arm/boot/dts/msm8226.dtsi | |
+++ b/arch/arm/boot/dts/msm8226.dtsi | |
@@ -1,4 +1,4 @@ | |
-/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. | |
+/* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. | |
* | |
* This program is free software; you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License version 2 and | |
@@ -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>; | |
@@ -282,8 +282,9 @@ | |
qcom,hsusb-otg-phy-type = <2>; | |
qcom,hsusb-otg-mode = <1>; | |
qcom,hsusb-otg-otg-control = <2>; | |
+ qcom,hsusb-otg-disable-reset; | |
qcom,dp-manual-pullup; | |
- qcom,ahb-async-bridge-bypass; | |
+ qcom,usbin-vadc = <&pm8226_vadc>; | |
qcom,msm-bus,name = "usb"; | |
qcom,msm-bus,num-cases = <3>; | |
@@ -298,38 +299,47 @@ | |
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>; | |
}; | |
- hsic_host: hsic@f9a00000 { | |
+ smsc_hub: hsic_hub { | |
status = "disabled"; | |
- compatible = "qcom,hsic-host"; | |
- reg = <0xf9a00000 0x400>; | |
- #address-cells = <0>; | |
- interrupt-parent = <&hsic_host>; | |
- interrupts = <0 1 2>; | |
- #interrupt-cells = <1>; | |
- interrupt-map-mask = <0xffffffff>; | |
- interrupt-map = <0 &intc 0 136 0 | |
- 1 &intc 0 148 0 | |
- 2 &msmgpio 115 0x8>; | |
- interrupt-names = "core_irq", "async_irq", "wakeup"; | |
- hsic_vdd_dig-supply = <&pm8226_s1_corner>; | |
- HSIC_GDSC-supply = <&gdsc_usb_hsic>; | |
- hsic,strobe-gpio = <&msmgpio 115 0x00>; | |
- hsic,data-gpio = <&msmgpio 116 0x00>; | |
- hsic,ignore-cal-pad-config; | |
- hsic,strobe-pad-offset = <0x2050>; | |
- hsic,data-pad-offset = <0x2054>; | |
- qcom,phy-susp-sof-workaround; | |
- hsic,vdd-voltage-level = <1 5 7>; | |
- | |
- qcom,msm-bus,name = "hsic"; | |
- qcom,msm-bus,num-cases = <2>; | |
- qcom,msm-bus,num-paths = <1>; | |
- qcom,msm-bus,vectors-KBps = | |
+ compatible = "qcom,hsic-smsc-hub"; | |
+ smsc,model-id = <0>; | |
+ #address-cells = <1>; | |
+ #size-cells = <1>; | |
+ ranges; | |
+ | |
+ hsic_host: hsic@f9a00000 { | |
+ compatible = "qcom,hsic-host"; | |
+ reg = <0xf9a00000 0x400>; | |
+ #address-cells = <0>; | |
+ interrupt-parent = <&hsic_host>; | |
+ interrupts = <0 1 2>; | |
+ #interrupt-cells = <1>; | |
+ interrupt-map-mask = <0xffffffff>; | |
+ interrupt-map = <0 &intc 0 136 0 | |
+ 1 &intc 0 148 0 | |
+ 2 &msmgpio 115 0x8>; | |
+ interrupt-names = "core_irq", "async_irq", "wakeup"; | |
+ hsic_vdd_dig-supply = <&pm8226_s1_corner>; | |
+ HSIC_GDSC-supply = <&gdsc_usb_hsic>; | |
+ hsic,strobe-gpio = <&msmgpio 115 0x00>; | |
+ hsic,data-gpio = <&msmgpio 116 0x00>; | |
+ hsic,ignore-cal-pad-config; | |
+ hsic,strobe-pad-offset = <0x2050>; | |
+ hsic,data-pad-offset = <0x2054>; | |
+ qcom,phy-susp-sof-workaround; | |
+ hsic,vdd-voltage-level = <1 5 7>; | |
+ | |
+ qcom,msm-bus,name = "hsic"; | |
+ qcom,msm-bus,num-cases = <2>; | |
+ qcom,msm-bus,num-paths = <1>; | |
+ qcom,msm-bus,vectors-KBps = | |
<85 512 0 0>, | |
<85 512 40000 160000>; | |
+ }; | |
}; | |
wcd9xxx_intc: wcd9xxx-irq { | |
@@ -406,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"; | |
@@ -417,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"; | |
@@ -488,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 { | |
@@ -643,17 +659,13 @@ | |
qcom,msm-adsp-sensors { | |
compatible = "qcom,msm-adsp-sensors"; | |
- qcom,src-id = <11>; | |
- qcom,dst-id = <604>; | |
- qcom,ab = <32505856>; | |
- qcom,ib = <32505856>; | |
}; | |
qcom,wdt@f9017000 { | |
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; | |
}; | |
@@ -992,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>; | |
@@ -1002,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 */ | |
@@ -1015,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>; | |
}; | |
@@ -1027,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>; | |
}; | |
@@ -1059,7 +1072,9 @@ | |
< 1344000 4066 >, | |
< 1401600 4066 >, | |
< 1497600 4066 >, | |
- < 1593600 4066 >; | |
+ < 1593600 4066 >, | |
+ < 1689600 4066 >, | |
+ < 1785600 4066 >; | |
}; | |
qcom,ocmem@fdd00000 { | |
@@ -1263,8 +1278,8 @@ | |
qcom,msm-bus,num-cases = <2>; | |
qcom,msm-bus,num-paths = <1>; | |
qcom,msm-bus,vectors-KBps = | |
- <1 618 0 0>, | |
- <1 618 0 800>; | |
+ <54 618 0 0>, | |
+ <54 618 0 800>; | |
}; | |
qcom,tz-log@fe805720 { | |
@@ -1324,6 +1339,7 @@ | |
qcom,msm-bus,num-cases = <4>; | |
qcom,msm-bus,active-only = <0>; | |
qcom,msm-bus,num-paths = <1>; | |
+ qcom,support-fde; | |
qcom,msm-bus,vectors-KBps = | |
<55 512 0 0>, | |
<55 512 0 0>, | |
@@ -1339,6 +1355,7 @@ | |
interrupts = <0 207 0>; | |
qcom,bam-pipe-pair = <2>; | |
qcom,ce-hw-instance = <0>; | |
+ qcom,ce-device = <0>; | |
qcom,ce-hw-shared; | |
qcom,msm-bus,name = "qcrypto-noc"; | |
qcom,msm-bus,num-cases = <2>; | |
@@ -1357,6 +1374,7 @@ | |
interrupts = <0 207 0>; | |
qcom,bam-pipe-pair = <1>; | |
qcom,ce-hw-instance = <0>; | |
+ qcom,ce-device = <0>; | |
qcom,ce-hw-shared; | |
qcom,msm-bus,name = "qcedev-noc"; | |
qcom,msm-bus,num-cases = <2>; | |
@@ -1372,6 +1390,12 @@ | |
qcom,irq-is-percpu; | |
interrupts = <1 7 0xf00>; | |
}; | |
+ | |
+ bimc_sharedmem { | |
+ compatible = "qcom,sharedmem-uio"; | |
+ reg = <0xfc380000 0x00100000>; | |
+ reg-names = "bimc"; | |
+ }; | |
}; | |
&gdsc_venus { | |
@@ -1520,6 +1544,7 @@ | |
qcom,hw-settle-time = <2>; | |
qcom,fast-avg-setup = <3>; | |
qcom,btm-channel-number = <0x48>; | |
+ qcom,meas-interval-timer-idx = <2>; | |
}; | |
chan@8 { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment