The 'isink-en' property is not read by any driver, so remove it from the TPS65217 backlight node.
Signed-off-by: Eduard Bostina <[email protected]> --- arch/arm/boot/dts/ti/omap/am335x-guardian.dts | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/boot/dts/ti/omap/am335x-guardian.dts b/arch/arm/boot/dts/ti/omap/am335x-guardian.dts index 6ce3a2d029ee..d595e79d6b05 100644 --- a/arch/arm/boot/dts/ti/omap/am335x-guardian.dts +++ b/arch/arm/boot/dts/ti/omap/am335x-guardian.dts @@ -320,9 +320,6 @@ backlight { isel = <1>; /* 1 - ISET1, 2 ISET2 */ fdim = <500>; /* TPS65217_BL_FDIM_500HZ */ default-brightness = <50>; - /* 1(on) - enable current sink, while initialization */ - /* 0(off) - disable current sink, while initialization */ - isink-en = <1>; }; regulators { -- 2.43.0
