arm64: dts: qcom: sm6350: 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> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220912061746.6311-36-krzysztof.kozlowski@linaro.org
This commit is contained in:
parent
be24fd19b1
commit
448f5a002f
1 changed files with 7 additions and 7 deletions
|
|
@ -1314,49 +1314,49 @@
|
|||
#interrupt-cells = <2>;
|
||||
gpio-ranges = <&tlmm 0 0 157>;
|
||||
|
||||
qup_uart9_default: qup-uart9-default {
|
||||
qup_uart9_default: qup-uart9-default-state {
|
||||
pins = "gpio25", "gpio26";
|
||||
function = "qup13_f2";
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
qup_i2c0_default: qup-i2c0-default {
|
||||
qup_i2c0_default: qup-i2c0-default-state {
|
||||
pins = "gpio0", "gpio1";
|
||||
function = "qup00";
|
||||
drive-strength = <2>;
|
||||
bias-pull-up;
|
||||
};
|
||||
|
||||
qup_i2c2_default: qup-i2c2-default {
|
||||
qup_i2c2_default: qup-i2c2-default-state {
|
||||
pins = "gpio45", "gpio46";
|
||||
function = "qup02";
|
||||
drive-strength = <2>;
|
||||
bias-pull-up;
|
||||
};
|
||||
|
||||
qup_i2c6_default: qup-i2c6-default {
|
||||
qup_i2c6_default: qup-i2c6-default-state {
|
||||
pins = "gpio13", "gpio14";
|
||||
function = "qup10";
|
||||
drive-strength = <2>;
|
||||
bias-pull-up;
|
||||
};
|
||||
|
||||
qup_i2c7_default: qup-i2c7-default {
|
||||
qup_i2c7_default: qup-i2c7-default-state {
|
||||
pins = "gpio27", "gpio28";
|
||||
function = "qup11";
|
||||
drive-strength = <2>;
|
||||
bias-pull-up;
|
||||
};
|
||||
|
||||
qup_i2c8_default: qup-i2c8-default {
|
||||
qup_i2c8_default: qup-i2c8-default-state {
|
||||
pins = "gpio19", "gpio20";
|
||||
function = "qup12";
|
||||
drive-strength = <2>;
|
||||
bias-pull-up;
|
||||
};
|
||||
|
||||
qup_i2c10_default: qup-i2c10-default {
|
||||
qup_i2c10_default: qup-i2c10-default-state {
|
||||
pins = "gpio4", "gpio5";
|
||||
function = "qup14";
|
||||
drive-strength = <2>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue