Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: qcom: mdm9615: wp8548-mangoh-green: fix sx150xq node names and probe-reset property

Fix the sx150xq node names to pinctrl and use the right probe-reset property.

Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221005-mdm9615-pinctrl-yaml-v3-2-e5e045644971@linaro.org

authored by

Neil Armstrong and committed by
Bjorn Andersson
c7e34943 fadae8fe

+6 -6
+6 -6
arch/arm/boot/dts/qcom-mdm9615-wp8548-mangoh-green.dts
··· 116 116 #size-cells = <0>; 117 117 reg = <4>; 118 118 119 - gpioext0: gpio@3e { 119 + gpioext0: pinctrl@3e { 120 120 /* GPIO Expander 0 Mapping : 121 121 * - 0: ARDUINO_RESET_Level shift 122 122 * - 1: BattChrgr_PG_N ··· 142 142 interrupt-parent = <&gpioext1>; 143 143 interrupts = <0 IRQ_TYPE_EDGE_FALLING>; 144 144 145 - probe-reset; 145 + semtech,probe-reset; 146 146 147 147 gpio-controller; 148 148 interrupt-controller; ··· 154 154 #size-cells = <0>; 155 155 reg = <5>; 156 156 157 - gpioext1: gpio@3f { 157 + gpioext1: pinctrl@3f { 158 158 /* GPIO Expander 1 Mapping : 159 159 * - 0: GPIOEXP_INT1 160 160 * - 1: Battery detect ··· 183 183 interrupt-parent = <&msmgpio>; 184 184 interrupts = <0 IRQ_TYPE_EDGE_FALLING>; 185 185 186 - probe-reset; 186 + semtech,probe-reset; 187 187 188 188 gpio-controller; 189 189 interrupt-controller; ··· 195 195 #size-cells = <0>; 196 196 reg = <6>; 197 197 198 - gpioext2: gpio@70 { 198 + gpioext2: pinctrl@70 { 199 199 /* GPIO Expander 2 Mapping : 200 200 * - 0: USB_HUB_INTn 201 201 * - 1: HUB_CONNECT ··· 221 221 interrupt-parent = <&gpioext1>; 222 222 interrupts = <14 IRQ_TYPE_EDGE_FALLING>; 223 223 224 - probe-reset; 224 + semtech,probe-reset; 225 225 226 226 gpio-controller; 227 227 interrupt-controller;