Commit fadae8fe authored by Neil Armstrong's avatar Neil Armstrong Committed by Bjorn Andersson

ARM: dts: qcom: mdm9615: align pinctrl subnodes with dt-schema bindings

Align the MDM9615 DT to the expected subnodes namings in the dt-schema
bindings.
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221005-mdm9615-pinctrl-yaml-v3-1-e5e045644971@linaro.org
parent 10de96ba
...@@ -45,8 +45,8 @@ &msmgpio { ...@@ -45,8 +45,8 @@ &msmgpio {
* - 42: IOT0_GPIO1 and SD Card Detect * - 42: IOT0_GPIO1 and SD Card Detect
*/ */
gpioext1_pins: gpioext1_pins { gpioext1_pins: gpioext1-state {
pins { gpioext1-pins {
pins = "gpio2"; pins = "gpio2";
function = "gpio"; function = "gpio";
input-enable; input-enable;
...@@ -54,8 +54,8 @@ pins { ...@@ -54,8 +54,8 @@ pins {
}; };
}; };
sdc_cd_pins: sdc_cd_pins { sdc_cd_pins: sdc-cd-state {
pins { sdc-cd-pins {
pins = "gpio42"; pins = "gpio42";
function = "gpio"; function = "gpio";
drive-strength = <2>; drive-strength = <2>;
......
...@@ -22,8 +22,8 @@ &msmgpio { ...@@ -22,8 +22,8 @@ &msmgpio {
pinctrl-0 = <&reset_out_pins>; pinctrl-0 = <&reset_out_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
gsbi3_pins: gsbi3_pins { gsbi3_pins: gsbi3-state {
mux { gsbi3-pins {
pins = "gpio8", "gpio9", "gpio10", "gpio11"; pins = "gpio8", "gpio9", "gpio10", "gpio11";
function = "gsbi3"; function = "gsbi3";
drive-strength = <8>; drive-strength = <8>;
...@@ -31,8 +31,8 @@ mux { ...@@ -31,8 +31,8 @@ mux {
}; };
}; };
gsbi4_pins: gsbi4_pins { gsbi4_pins: gsbi4-state {
mux { gsbi4-pins {
pins = "gpio12", "gpio13", "gpio14", "gpio15"; pins = "gpio12", "gpio13", "gpio14", "gpio15";
function = "gsbi4"; function = "gsbi4";
drive-strength = <8>; drive-strength = <8>;
...@@ -40,15 +40,15 @@ mux { ...@@ -40,15 +40,15 @@ mux {
}; };
}; };
gsbi5_i2c_pins: gsbi5_i2c_pins { gsbi5_i2c_pins: gsbi5-i2c-state {
pin16 { sda-pins {
pins = "gpio16"; pins = "gpio16";
function = "gsbi5_i2c"; function = "gsbi5_i2c";
drive-strength = <8>; drive-strength = <8>;
bias-disable; bias-disable;
}; };
pin17 { scl-pins {
pins = "gpio17"; pins = "gpio17";
function = "gsbi5_i2c"; function = "gsbi5_i2c";
drive-strength = <2>; drive-strength = <2>;
...@@ -56,8 +56,8 @@ pin17 { ...@@ -56,8 +56,8 @@ pin17 {
}; };
}; };
gsbi5_uart_pins: gsbi5_uart_pins { gsbi5_uart_pins: gsbi5-uart-state {
mux { gsbi5-uart-pins {
pins = "gpio18", "gpio19"; pins = "gpio18", "gpio19";
function = "gsbi5_uart"; function = "gsbi5_uart";
drive-strength = <8>; drive-strength = <8>;
...@@ -65,8 +65,8 @@ mux { ...@@ -65,8 +65,8 @@ mux {
}; };
}; };
reset_out_pins: reset_out_pins { reset_out_pins: reset-out-state {
pins { reset-out-pins {
pins = "gpio66"; pins = "gpio66";
function = "gpio"; function = "gpio";
drive-strength = <2>; drive-strength = <2>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment