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: msm8226: 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-6-krzysztof.kozlowski@linaro.org
This commit is contained in:
committed by
Bjorn Andersson
parent
bda79af488
commit
df9c860255
@@ -299,8 +299,8 @@ bluetooth_default_state: bluetooth-default-state {
|
||||
input-enable;
|
||||
};
|
||||
|
||||
touch_pins: touch {
|
||||
irq {
|
||||
touch_pins: touch-state {
|
||||
irq-pins {
|
||||
pins = "gpio17";
|
||||
function = "gpio";
|
||||
|
||||
@@ -309,7 +309,7 @@ irq {
|
||||
input-enable;
|
||||
};
|
||||
|
||||
reset {
|
||||
reset-pins {
|
||||
pins = "gpio16";
|
||||
function = "gpio";
|
||||
|
||||
|
||||
@@ -354,35 +354,35 @@ tlmm: pinctrl@fd510000 {
|
||||
#interrupt-cells = <2>;
|
||||
interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
||||
blsp1_i2c1_pins: blsp1-i2c1 {
|
||||
blsp1_i2c1_pins: blsp1-i2c1-state {
|
||||
pins = "gpio2", "gpio3";
|
||||
function = "blsp_i2c1";
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
blsp1_i2c2_pins: blsp1-i2c2 {
|
||||
blsp1_i2c2_pins: blsp1-i2c2-state {
|
||||
pins = "gpio6", "gpio7";
|
||||
function = "blsp_i2c2";
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
blsp1_i2c3_pins: blsp1-i2c3 {
|
||||
blsp1_i2c3_pins: blsp1-i2c3-state {
|
||||
pins = "gpio10", "gpio11";
|
||||
function = "blsp_i2c3";
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
blsp1_i2c4_pins: blsp1-i2c4 {
|
||||
blsp1_i2c4_pins: blsp1-i2c4-state {
|
||||
pins = "gpio14", "gpio15";
|
||||
function = "blsp_i2c4";
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
blsp1_i2c5_pins: blsp1-i2c5 {
|
||||
blsp1_i2c5_pins: blsp1-i2c5-state {
|
||||
pins = "gpio18", "gpio19";
|
||||
function = "blsp_i2c5";
|
||||
drive-strength = <2>;
|
||||
@@ -390,13 +390,13 @@ blsp1_i2c5_pins: blsp1-i2c5 {
|
||||
};
|
||||
|
||||
sdhc1_default_state: sdhc1-default-state {
|
||||
clk {
|
||||
clk-pins {
|
||||
pins = "sdc1_clk";
|
||||
drive-strength = <10>;
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
cmd-data {
|
||||
cmd-data-pins {
|
||||
pins = "sdc1_cmd", "sdc1_data";
|
||||
drive-strength = <10>;
|
||||
bias-pull-up;
|
||||
@@ -404,13 +404,13 @@ cmd-data {
|
||||
};
|
||||
|
||||
sdhc2_default_state: sdhc2-default-state {
|
||||
clk {
|
||||
clk-pins {
|
||||
pins = "sdc2_clk";
|
||||
drive-strength = <10>;
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
cmd-data {
|
||||
cmd-data-pins {
|
||||
pins = "sdc2_cmd", "sdc2_data";
|
||||
drive-strength = <10>;
|
||||
bias-pull-up;
|
||||
@@ -418,21 +418,21 @@ cmd-data {
|
||||
};
|
||||
|
||||
sdhc3_default_state: sdhc3-default-state {
|
||||
clk {
|
||||
clk-pins {
|
||||
pins = "gpio44";
|
||||
function = "sdc3";
|
||||
drive-strength = <8>;
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
cmd {
|
||||
cmd-pins {
|
||||
pins = "gpio43";
|
||||
function = "sdc3";
|
||||
drive-strength = <8>;
|
||||
bias-pull-up;
|
||||
};
|
||||
|
||||
data {
|
||||
data-pins {
|
||||
pins = "gpio39", "gpio40", "gpio41", "gpio42";
|
||||
function = "sdc3";
|
||||
drive-strength = <8>;
|
||||
|
||||
Reference in New Issue
Block a user