[PATCH v4 1/4] ARM: dts: ti: am335x-guardian: Drop unused isink-en property
Eduard Bostina <[email protected]> Thu, 23 Jul 2026 10:05:59 +0000
| Newsgroups | org.kernel.vger.linux-omap,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-input,org.kernel.vger.linux-kernel,org.kernel.vger.linux-leds |
|---|---|
| Message-ID | <[email protected]> |
The 'isink-en' property is not documented and not read by any driver, so remove it from the TPS65217 backlight node. Signed-off-by: Eduard Bostina <[email protected]> Reviewed-by: Krzysztof Kozlowski <[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