ARM: dts: msm: change gpio channel for sdm660
Map gpio to cti trigin using proper channel. This enables gpio to raise triggers. CRs-fixed: 2001088 Change-Id: I54264beb6af2a9a6b308aa1d85e1123877f73e48 Signed-off-by: Amey Telawane <ameyt@codeaurora.org>
This commit is contained in:
parent
4331c08bf9
commit
a83eb243ca
2 changed files with 7 additions and 6 deletions
|
@ -626,7 +626,7 @@
|
|||
|
||||
qcom,cti-gpio-trigout = <4>;
|
||||
pinctrl-names = "cti-trigout-pctrl";
|
||||
pinctrl-0 = <&trigout_b>;
|
||||
pinctrl-0 = <&trigout_a>;
|
||||
};
|
||||
|
||||
cti3: cti@6013000 {
|
||||
|
|
|
@ -49,16 +49,17 @@
|
|||
};
|
||||
};
|
||||
|
||||
trigout_b: trigout_b {
|
||||
trigout_a: trigout_a {
|
||||
mux {
|
||||
pins = "gpio12";
|
||||
function = "qdss_cti1_b";
|
||||
pins = "gpio49";
|
||||
function = "qdss_cti_trig_out_a";
|
||||
};
|
||||
|
||||
config {
|
||||
pins = "gpio12";
|
||||
drive-strength = <16>;
|
||||
pins = "gpio49";
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
output-low;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue