mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 04:23:35 +02:00
ARM: dts: qcom: pmx65: use node name "gpio" for spmi-gpio
All other usages of qcom,spmi-gpio use the gpio@ node name, and this is also validated by the dt binding check. Fix it. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220925190622.111505-1-luca@z3ntu.xyz
This commit is contained in:
parent
5da0f6fedb
commit
da76bc88bd
|
|
@ -20,7 +20,7 @@ pmx65_temp: temp-alarm@a00 {
|
|||
#thermal-sensor-cells = <0>;
|
||||
};
|
||||
|
||||
pmx65_gpios: pinctrl@8800 {
|
||||
pmx65_gpios: gpio@8800 {
|
||||
compatible = "qcom,pmx65-gpio", "qcom,spmi-gpio";
|
||||
reg = <0x8800>;
|
||||
gpio-controller;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user