Merge "ARM: dts: msm: add support for QBT1000 on msmcobalt"
This commit is contained in:
commit
0959fcfffd
2 changed files with 20 additions and 0 deletions
|
@ -100,6 +100,16 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&pmcobalt_gpios {
|
&pmcobalt_gpios {
|
||||||
|
/* GPIO 2 for Home Key */
|
||||||
|
gpio@c100 {
|
||||||
|
status = "okay";
|
||||||
|
qcom,mode = <0>;
|
||||||
|
qcom,pull = <0>;
|
||||||
|
qcom,vin-sel = <0>;
|
||||||
|
qcom,src-sel = <0>;
|
||||||
|
qcom,out-strength = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
/* GPIO 6 for Vol+ Key */
|
/* GPIO 6 for Vol+ Key */
|
||||||
gpio@c500 {
|
gpio@c500 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
|
@ -2222,6 +2222,16 @@
|
||||||
qcom,sensors = <8>;
|
qcom,sensors = <8>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qcom,qbt1000 {
|
||||||
|
compatible = "qcom,qbt1000";
|
||||||
|
clock-names = "core", "iface";
|
||||||
|
clocks = <&clock_gcc clk_gcc_blsp2_qup6_spi_apps_clk>,
|
||||||
|
<&clock_gcc clk_gcc_blsp2_ahb_clk>;
|
||||||
|
clock-frequency = <15000000>;
|
||||||
|
qcom,ipc-gpio = <&tlmm 121 0>;
|
||||||
|
qcom,finger-detect-gpio = <&pmcobalt_gpios 2 0>;
|
||||||
|
};
|
||||||
|
|
||||||
qcom,sensor-information {
|
qcom,sensor-information {
|
||||||
compatible = "qcom,sensor-information";
|
compatible = "qcom,sensor-information";
|
||||||
sensor_information0: qcom,sensor-information-0 {
|
sensor_information0: qcom,sensor-information-0 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue