[PATCH v1 2/2] arm64: dts: imx8mm-verdin: Update tla2024 adc compatible

João Paulo Gonçalves posted 2 patches 1 month, 3 weeks ago
[PATCH v1 2/2] arm64: dts: imx8mm-verdin: Update tla2024 adc compatible
Posted by João Paulo Gonçalves 1 month, 3 weeks ago
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-iMX8MM hardware.

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

diff --git a/arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi
index 5fa395914191..49562ec7969b 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi
@@ -484,7 +484,7 @@ rtc_i2c: rtc@32 {
 	};
 
 	adc@49 {
-		compatible = "ti,ads1015";
+		compatible = "ti,tla2024";
 		reg = <0x49>;
 		#address-cells = <1>;
 		#size-cells = <0>;
-- 
2.34.1

Re: [PATCH v1 2/2] arm64: dts: imx8mm-verdin: Update tla2024 adc compatible
Posted by Krzysztof Kozlowski 1 month, 3 weeks ago
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-iMX8MM hardware.
> 
> Signed-off-by: João Paulo Gonçalves <joao.goncalves@toradex.com>
> ---

Same issue here.

Best regards,
Krzysztof