mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 14:44:08 +00:00
TLMM GPIO 186 is being used for LCD bias enable. Add GPIO 186 to list of valid TLMM GPIOs on cape vm. Change-Id: Iccecaffacc22cebae187ca8ddc6330409e14ed67
14 lines
304 B
Plaintext
14 lines
304 B
Plaintext
#include "waipio-vm.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Cape SVM";
|
|
compatible = "qcom,cape";
|
|
qcom,msm-id = <530 0x10000>, <531 0x10000>, <540 0x10000>;
|
|
};
|
|
|
|
&tlmm {
|
|
compatible = "qcom,cape-vm-pinctrl";
|
|
/* Valid pins */
|
|
gpios = /bits/ 16 <64 65 66 67 0 4 86 87 16 17 18 19 20 21 186>;
|
|
};
|