OSDN Git Service

Merge "ARM: dts: msm: Configure GPIO5 for home key for 8998 QRD interposer"
authorLinux Build Service Account <lnxbuild@localhost>
Tue, 20 Dec 2016 22:04:57 +0000 (14:04 -0800)
committerGerrit - the friendly Code Review server <code-review@localhost>
Tue, 20 Dec 2016 22:04:57 +0000 (14:04 -0800)
1  2 
arch/arm/boot/dts/qcom/msm8998-qrd-skuk.dtsi

        pinctrl-0 = <&uart_console_active>;
  };
  
 +&i2c_6 { /* BLSP1 QUP6 (NFC) */
 +      status = "okay";
 +      nq@28 {
 +              compatible = "qcom,nq-nci";
 +              reg = <0x28>;
 +              qcom,nq-irq = <&tlmm 92 0x00>;
 +              qcom,nq-ven = <&tlmm 12 0x00>;
 +              qcom,nq-firm = <&tlmm 93 0x00>;
 +              qcom,nq-clkreq = <&pm8998_gpios 21 0x00>;
 +              qcom,nq-esepwr = <&tlmm 116 0x00>;
 +              interrupt-parent = <&tlmm>;
 +              qcom,clk-src = "BBCLK3";
 +              interrupts = <92 0>;
 +              interrupt-names = "nfc_irq";
 +              pinctrl-names = "nfc_active", "nfc_suspend";
 +              pinctrl-0 = <&nfc_int_active &nfc_enable_active>;
 +              pinctrl-1 = <&nfc_int_suspend &nfc_enable_suspend>;
 +              clocks = <&clock_gcc clk_ln_bb_clk3_pin>;
 +              clock-names = "ref_clk";
 +      };
 +};
 +
  &pm8998_gpios {
+       /* GPIO 5 for Home Key */
+       gpio@c400 {
+               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@c500 {
                status = "okay";