Przeglądaj źródła

drm: adv7511: mark ADV7511_REG_EDID_READ_CTRL volatile

This register includes a counter which is decremented by the chip on I2C
failures. Also, it is reset when powering down.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Tested-by: Archit Taneja <architt@codeaurora.org>
Wolfram Sang 9 lat temu
rodzic
commit
cd38a33750
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      drivers/gpu/drm/i2c/adv7511.c

+ 1 - 0
drivers/gpu/drm/i2c/adv7511.c

@@ -136,6 +136,7 @@ static bool adv7511_register_volatile(struct device *dev, unsigned int reg)
 	case ADV7511_REG_BKSV(3):
 	case ADV7511_REG_BKSV(4):
 	case ADV7511_REG_DDC_STATUS:
+	case ADV7511_REG_EDID_READ_CTRL:
 	case ADV7511_REG_BSTATUS(0):
 	case ADV7511_REG_BSTATUS(1):
 	case ADV7511_REG_CHIP_ID_HIGH: