[1/2] ARM: dts: exynos: align STMPE ADC node name with bindings in P4 Note

Message ID 20230225164050.42522-1-krzysztof.kozlowski@linaro.org
State New
Headers
Series [1/2] ARM: dts: exynos: align STMPE ADC node name with bindings in P4 Note |

Commit Message

Krzysztof Kozlowski Feb. 25, 2023, 4:40 p.m. UTC
  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@linaro.org>
---
 arch/arm/boot/dts/exynos4412-p4note.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Krzysztof Kozlowski March 6, 2023, 11:39 a.m. UTC | #1
On Sat, 25 Feb 2023 17:40:49 +0100, Krzysztof Kozlowski wrote:
> The node name should be generic thus rename STMPE ADC child to "adc".
> Bindings will expect such name as well.
> 
> 

Applied, thanks!

[1/2] ARM: dts: exynos: align STMPE ADC node name with bindings in P4 Note
      https://git.kernel.org/krzk/linux/c/9aa8727b3b15c4d941353c784f61f49e33513b3e
[2/2] ARM: dts: exynos: drop fake align STMPE properties in P4 Note
      https://git.kernel.org/krzk/linux/c/74cbc0e6b2051a604c9bec8c825d83832def0462

Best regards,
  

Patch

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@41 {
 			st,ref-sel = <0>;
 			st,sample-time = <3>;
 
-			stmpe_adc {
+			adc {
 				compatible = "st,stmpe-adc";
 				#io-channel-cells = <1>;
 				st,norequest-mask = <0x2f>;