diff mbox series

[v1,1/2] arm64: dts: imx8mp-verdin: Update tla2024 adc compatible

Message ID 20241001124505.73857-2-jpaulo.silvagoncalves@gmail.com (mailing list archive)
State New
Headers show
Series arm64: freescale: verdin: Update tla2024 adc compatible | expand

Commit Message

João Paulo Gonçalves Oct. 1, 2024, 12:45 p.m. UTC
From: João Paulo Gonçalves <joao.goncalves@toradex.com>

With commit f1c9ce0ced2d ("iio: adc: ti-ads1015: Add TLA2024 support") a
new compatible was introduced for TLA2024 ADC. Update the device tree to
use the correct compatible for the Verdin-iMX8MP hardware.

Signed-off-by: João Paulo Gonçalves <joao.goncalves@toradex.com>
---
 arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.34.1

Comments

Krzysztof Kozlowski Oct. 1, 2024, 12:48 p.m. UTC | #1
On 01/10/2024 14:45, João Paulo Gonçalves wrote:
> From: João Paulo Gonçalves <joao.goncalves@toradex.com>
> 
> With commit f1c9ce0ced2d ("iio: adc: ti-ads1015: Add TLA2024 support") a
> new compatible was introduced for TLA2024 ADC. Update the device tree to
> use the correct compatible for the Verdin-iMX8MP hardware.

Can you slow down please? You got comment on your other patch, which you
did not resolve but you keep sending similar patches.

Same comment here.

Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi
index a19ad5ee7f79..db46763d3751 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi
@@ -592,7 +592,7 @@  hwmon_temp_module: sensor@48 {
 	};

 	adc@49 {
-		compatible = "ti,ads1015";
+		compatible = "ti,tla2024";
 		reg = <0x49>;
 		#address-cells = <1>;
 		#size-cells = <0>;