[PATCH 1/2] ARM: dts: exynos: align STMPE ADC node name with bindings in P4 Note
Krzysztof Kozlowski
krzysztof.kozlowski at linaro.org
Sat Feb 25 08:40:49 PST 2023
The node name should be generic thus rename STMPE ADC child to "adc".
Bindings will expect such name as well.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
---
arch/arm/boot/dts/exynos4412-p4note.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/exynos4412-p4note.dtsi b/arch/arm/boot/dts/exynos4412-p4note.dtsi
index 3e05a49f29ff..84db696d543a 100644
--- a/arch/arm/boot/dts/exynos4412-p4note.dtsi
+++ b/arch/arm/boot/dts/exynos4412-p4note.dtsi
@@ -195,7 +195,7 @@ adc at 41 {
st,ref-sel = <0>;
st,sample-time = <3>;
- stmpe_adc {
+ adc {
compatible = "st,stmpe-adc";
#io-channel-cells = <1>;
st,norequest-mask = <0x2f>;
--
2.34.1
More information about the linux-arm-kernel
mailing list