mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 17:03:47 -04:00
ARM: dts: qcom: msm8974: align TLMM pin configuration with DT schema
DT schema expects TLMM pin configuration nodes to be named with '-state' suffix and their optional children with '-pins' suffix. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Bjorn Andersson <andersson@kernel.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20221006124659.217540-7-krzysztof.kozlowski@linaro.org
This commit is contained in:
committed by
Bjorn Andersson
parent
df9c860255
commit
6cd72414ab
@@ -573,43 +573,43 @@ bcrmf@1 {
|
||||
};
|
||||
|
||||
&tlmm {
|
||||
sdc1_on: sdc1-on {
|
||||
clk {
|
||||
sdc1_on: sdc1-on-state {
|
||||
clk-pins {
|
||||
pins = "sdc1_clk";
|
||||
drive-strength = <16>;
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
cmd-data {
|
||||
cmd-data-pins {
|
||||
pins = "sdc1_cmd", "sdc1_data";
|
||||
drive-strength = <10>;
|
||||
bias-pull-up;
|
||||
};
|
||||
};
|
||||
|
||||
sdc2_on: sdc2-on {
|
||||
clk {
|
||||
sdc2_on: sdc2-on-state {
|
||||
clk-pins {
|
||||
pins = "sdc2_clk";
|
||||
drive-strength = <6>;
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
cmd-data {
|
||||
cmd-data-pins {
|
||||
pins = "sdc2_cmd", "sdc2_data";
|
||||
drive-strength = <6>;
|
||||
bias-pull-up;
|
||||
};
|
||||
};
|
||||
|
||||
mpu6515_pin: mpu6515 {
|
||||
mpu6515_pin: mpu6515-state {
|
||||
pins = "gpio73";
|
||||
function = "gpio";
|
||||
bias-disable;
|
||||
input-enable;
|
||||
};
|
||||
|
||||
touch_pin: touch {
|
||||
int {
|
||||
touch_pin: touch-state {
|
||||
int-pins {
|
||||
pins = "gpio5";
|
||||
function = "gpio";
|
||||
|
||||
@@ -618,7 +618,7 @@ int {
|
||||
input-enable;
|
||||
};
|
||||
|
||||
reset {
|
||||
reset-pins {
|
||||
pins = "gpio8";
|
||||
function = "gpio";
|
||||
|
||||
@@ -627,25 +627,25 @@ reset {
|
||||
};
|
||||
};
|
||||
|
||||
panel_pin: panel {
|
||||
panel_pin: panel-state {
|
||||
pins = "gpio12";
|
||||
function = "mdp_vsync";
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
bt_pin: bt {
|
||||
hostwake {
|
||||
bt_pin: bt-state {
|
||||
hostwake-pins {
|
||||
pins = "gpio42";
|
||||
function = "gpio";
|
||||
};
|
||||
|
||||
devwake {
|
||||
devwake-pins {
|
||||
pins = "gpio62";
|
||||
function = "gpio";
|
||||
};
|
||||
|
||||
shutdown {
|
||||
shutdown-pins {
|
||||
pins = "gpio41";
|
||||
function = "gpio";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user