ERROR: i2c11: of_i2c: invalid reg on /hdmi@fe0a0000/ports dwhdmi-rockchip [email protected]: registered I2C bus driver dwhdmi-rockchip [email protected]: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY) rockchip-vop2 [email protected]: Registered fb0 on VP0, window Smart0-win0, type primary rockchip-vop2 [email protected]: Registered fb0_0 on VP0, window Esmart1-win0, type overlay NOTICE: rockchip-vop2 [email protected]: no modes found on vp1 rockchip-vop2 [email protected]: Registered fb1 on VP1, window Smart1-win0, type primary rockchip-vop2 [email protected]: Registered fb1_0 on VP1, window Esmart0-win0, type overlay ERROR: i2c11: of_i2c: invalid reg on /hdmi@fe0a0000/ports
вс, 15 дек. 2024 г. в 12:54, Ahmad Fatoum <[email protected]>: > > By recording the correct device tree node, it's possible to use OF > aliases for deterministic numbering of the I2C adapter. > > Fixes: aea9e8bac578 ("video: add dw-hdmi driver") > Signed-off-by: Ahmad Fatoum <[email protected]> > --- > drivers/video/dw-hdmi.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/video/dw-hdmi.c b/drivers/video/dw-hdmi.c > index 73201836b7e5..cd5de17e9bd7 100644 > --- a/drivers/video/dw-hdmi.c > +++ b/drivers/video/dw-hdmi.c > @@ -433,6 +433,7 @@ static struct i2c_adapter *dw_hdmi_i2c_adapter(struct > dw_hdmi *hdmi) > > adap = &i2c->adap; > adap->dev.parent = hdmi->dev; > + adap->dev.of_node = hdmi->dev->of_node; > adap->master_xfer = dw_hdmi_i2c_xfer; > adap->nr = -1; > > -- > 2.39.5 > >
