linux-samsung-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: exynos: align STMPE ADC node name with bindings in P4 Note
@ 2023-02-25 16:40 Krzysztof Kozlowski
  2023-02-25 16:40 ` [PATCH 2/2] ARM: dts: exynos: drop fake align STMPE properties " Krzysztof Kozlowski
  2023-03-06 11:39 ` [PATCH 1/2] ARM: dts: exynos: align STMPE ADC node name with bindings " Krzysztof Kozlowski
  0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2023-02-25 16:40 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, devicetree,
	linux-arm-kernel, linux-samsung-soc, linux-kernel
  Cc: Krzysztof Kozlowski

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(-)

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>;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] ARM: dts: exynos: drop fake align STMPE properties in P4 Note
  2023-02-25 16:40 [PATCH 1/2] ARM: dts: exynos: align STMPE ADC node name with bindings in P4 Note Krzysztof Kozlowski
@ 2023-02-25 16:40 ` Krzysztof Kozlowski
  2023-03-06 11:39 ` [PATCH 1/2] ARM: dts: exynos: align STMPE ADC node name with bindings " Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2023-02-25 16:40 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, devicetree,
	linux-arm-kernel, linux-samsung-soc, linux-kernel
  Cc: Krzysztof Kozlowski

From STMPE device node in P4 Note remove unused irq-trigger property and
incorrectly placed interrupt-controller (which would be a property of
GPIO child).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/exynos4412-p4note.dtsi | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/boot/dts/exynos4412-p4note.dtsi b/arch/arm/boot/dts/exynos4412-p4note.dtsi
index 84db696d543a..317e248f354b 100644
--- a/arch/arm/boot/dts/exynos4412-p4note.dtsi
+++ b/arch/arm/boot/dts/exynos4412-p4note.dtsi
@@ -188,8 +188,6 @@ adc@41 {
 			pinctrl-names = "default";
 			interrupt-parent = <&gpx0>;
 			interrupts = <1 IRQ_TYPE_LEVEL_LOW>;
-			interrupt-controller;
-			irq-trigger = <0x1>;
 			st,adc-freq = <3>;
 			st,mod-12b = <1>;
 			st,ref-sel = <0>;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] ARM: dts: exynos: align STMPE ADC node name with bindings in P4 Note
  2023-02-25 16:40 [PATCH 1/2] ARM: dts: exynos: align STMPE ADC node name with bindings in P4 Note Krzysztof Kozlowski
  2023-02-25 16:40 ` [PATCH 2/2] ARM: dts: exynos: drop fake align STMPE properties " Krzysztof Kozlowski
@ 2023-03-06 11:39 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-06 11:39 UTC (permalink / raw)
  To: linux-samsung-soc, devicetree, Rob Herring, linux-kernel,
	Krzysztof Kozlowski, Krzysztof Kozlowski, Alim Akhtar,
	linux-arm-kernel

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,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-06 11:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-25 16:40 [PATCH 1/2] ARM: dts: exynos: align STMPE ADC node name with bindings in P4 Note Krzysztof Kozlowski
2023-02-25 16:40 ` [PATCH 2/2] ARM: dts: exynos: drop fake align STMPE properties " Krzysztof Kozlowski
2023-03-06 11:39 ` [PATCH 1/2] ARM: dts: exynos: align STMPE ADC node name with bindings " Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).