From 0f641b4a7f388797844110ff487946e2ad91ae0c Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 11 Jul 2026 23:26:36 +0100 Subject: [PATCH] overlays: i2c-fan: add compatible for upstream compatibility The way upstream deals with compatibles is to add emc2305 and then deal with the variations in the driver as it's detectable so add emc2305 to the compat so we work with the upstream driver. Signed-off-by: Peter Robinson --- arch/arm/boot/dts/overlays/i2c-fan-overlay.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/overlays/i2c-fan-overlay.dts b/arch/arm/boot/dts/overlays/i2c-fan-overlay.dts index 70e204cb81e6d9..43a0db6fe5cff1 100644 --- a/arch/arm/boot/dts/overlays/i2c-fan-overlay.dts +++ b/arch/arm/boot/dts/overlays/i2c-fan-overlay.dts @@ -17,7 +17,7 @@ status = "okay"; emc2301: emc2301@2f { - compatible = "microchip,emc2301"; + compatible = "microchip,emc2301", "microchip,emc2305"; reg = <0x2f>; #cooling-cells = <0x02>; };