Commit b94d7c1f authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

arm64: dts: qcom: msm8996-xiaomi: align PMIC GPIO pin configuration with DT schema

Bindings expect PMIC GPIO pin configuration nodes to be named with
'-state' suffix:

  qcom/msm8996-xiaomi-scorpio.dtb: pmic@0: gpio@c000: 'irled-default', 'keypad-default' do not match any of the regexes: '-state$', 'pinctrl-[0-9]+'

Drop also additional indentation via "pinconf" to make the code a bit
smaller.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220908081050.29751-3-krzysztof.kozlowski@linaro.org
parent 308ff92e
...@@ -651,15 +651,13 @@ vdd_gfx: s2 { ...@@ -651,15 +651,13 @@ vdd_gfx: s2 {
}; };
&pm8994_gpios { &pm8994_gpios {
irled_default: irled-default { irled_default: irled-default-state {
pinconf { pins = "gpio5";
pins = "gpio5"; function = PMIC_GPIO_FUNC_FUNC1;
function = PMIC_GPIO_FUNC_FUNC1; output-low;
output-low; qcom,drive-strength = <PMIC_GPIO_STRENGTH_HIGH>;
qcom,drive-strength = <PMIC_GPIO_STRENGTH_HIGH>; power-source = <PM8994_GPIO_S4>;
power-source = <PM8994_GPIO_S4>; bias-disable;
bias-disable;
};
}; };
wlan_en_default: wlan-en-state { wlan_en_default: wlan-en-state {
......
...@@ -279,15 +279,13 @@ &pm8994_gpios { ...@@ -279,15 +279,13 @@ &pm8994_gpios {
"UIM_BATT_ALARM", /* GPIO_21 */ "UIM_BATT_ALARM", /* GPIO_21 */
"NC"; /* GPIO_22 */ "NC"; /* GPIO_22 */
keypad_default: keypad-default { keypad_default: keypad-default-state {
pinconf { pins = "gpio7", "gpio10";
pins = "gpio7", "gpio10"; function = PMIC_GPIO_FUNC_FUNC1;
function = PMIC_GPIO_FUNC_FUNC1; output-low;
output-low; qcom,drive-strength = <PMIC_GPIO_STRENGTH_LOW>;
qcom,drive-strength = <PMIC_GPIO_STRENGTH_LOW>; power-source = <PM8994_GPIO_S4>;
power-source = <PM8994_GPIO_S4>; bias-disable;
bias-disable;
};
}; };
}; };
......
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