Re: [PATCH 10/11] sunxi: video: Convert panel I2C to use DM_I2C

2021-08-22 Thread Heiko Schocher
Hello Samuel, On 22.08.21 01:05, Samuel Holland wrote: > Two displays supported by the sunxi display driver (each one used by a > single board) require initialization over I2C. Both previously used > i2c_soft; replace this with the i2c-gpio instance that already exists in > those boards' device tr

[PATCH 10/11] sunxi: video: Convert panel I2C to use DM_I2C

2021-08-21 Thread Samuel Holland
Two displays supported by the sunxi display driver (each one used by a single board) require initialization over I2C. Both previously used i2c_soft; replace this with the i2c-gpio instance that already exists in those boards' device trees (sun5i-a13-utoo-p66 and sun6i-a31-colombus). Since the i2c-