On 5/29/26 14:15, Tomi Valkeinen wrote:
OLDI_LB_CTRL define is not used, and doesn't seem to exist at least on
some SoCs. Let's remove the define.

Tested-by: Swamil Jain <[email protected]>
Signed-off-by: Tomi Valkeinen <[email protected]>
---

Reviewed-by: Swamil Jain <[email protected]>

  drivers/gpu/drm/tidss/tidss_oldi.h | 1 -
  1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/tidss/tidss_oldi.h 
b/drivers/gpu/drm/tidss/tidss_oldi.h
index 8cd535c5ee65..a361e6dbfce3 100644
--- a/drivers/gpu/drm/tidss/tidss_oldi.h
+++ b/drivers/gpu/drm/tidss/tidss_oldi.h
@@ -20,7 +20,6 @@ struct tidss_oldi;
/* Register offsets */
  #define OLDI_PD_CTRL            0x100
-#define OLDI_LB_CTRL            0x104
/* Power control bits */
  #define OLDI_PWRDOWN_TX(n)    BIT(n)


Reply via email to