[PATCH v1 3/3] ARM: dts: nxp: correct DAC compatible on Crystalfontz's CFA10049

Conor Dooley posted 3 patches 1 year, 5 months ago
[PATCH v1 3/3] ARM: dts: nxp: correct DAC compatible on Crystalfontz's CFA10049
Posted by Conor Dooley 1 year, 5 months ago
From: Conor Dooley <conor.dooley@microchip.com>

When Maxime originally added the BH2228FV to the kernel, he spelt it
incorrectly - the d should have been a b. Correct the compatible used in
the devicetree.

Fixes: db7a8946dc40 ("ARM: dts: cfa10049: Add the DH2228FV DAC to the DTS")
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
---
 arch/arm/boot/dts/nxp/mxs/imx28-cfa10049.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/nxp/mxs/imx28-cfa10049.dts b/arch/arm/boot/dts/nxp/mxs/imx28-cfa10049.dts
index f0ce897b9d5c..3cd2acbd8931 100644
--- a/arch/arm/boot/dts/nxp/mxs/imx28-cfa10049.dts
+++ b/arch/arm/boot/dts/nxp/mxs/imx28-cfa10049.dts
@@ -143,7 +143,7 @@ gpio6: gpio6@1 {
 		};
 
 		dac0: dh2228@2 {
-			compatible = "rohm,dh2228fv";
+			compatible = "rohm,bh2228fv";
 			reg = <2>;
 			spi-max-frequency = <100000>;
 		};
-- 
2.43.0
Re: [PATCH v1 3/3] ARM: dts: nxp: correct DAC compatible on Crystalfontz's CFA10049
Posted by Krzysztof Kozlowski 1 year, 5 months ago
On 17/07/2024 11:59, Conor Dooley wrote:
> From: Conor Dooley <conor.dooley@microchip.com>
> 
> When Maxime originally added the BH2228FV to the kernel, he spelt it
> incorrectly - the d should have been a b. Correct the compatible used in
> the devicetree.
> 
> Fixes: db7a8946dc40 ("ARM: dts: cfa10049: Add the DH2228FV DAC to the DTS")
> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
> ---

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof