[PATCH v6] drm: bridge/dw_hdmi: add dw hdmi i2c bus adapter support
Philipp Zabel
p.zabel at pengutronix.de
Mon Sep 19 07:09:25 UTC 2016
Am Freitag, den 16.09.2016, 20:38 +0300 schrieb Vladimir Zapolskiy:
> Hi Philipp,
[...]
> >> as far as I know David accepts pull requests from you, can you please
> >> create and send a pull request for v4.9 containing these changes?
> >>
> >> https://patchwork.kernel.org/patch/9284717/ -- with Russell's ack
> >
> > Is that a forward looking statement? I don't see Russell's ack.
>
> Here it is: http://www.spinics.net/lists/dri-devel/msg115880.html
Thank you.
> Please don't bother about two other commits from that series, at least
> there are official maintainers for the changes. And by the way please
> consider to add youself as a maintainer of DW HDMI.
>
> >> https://patchwork.kernel.org/patch/9296883/ -- with Rob's ack and yours tested-by
> >>
> >> Some users anticipate this change, for example see https://lkml.org/lkml/2016/9/14/55
> >
> > Those I see. I can re-test and prepare a pull request.
Re-tested on Nitrogen6X with this patch applied:
----------8<----------
diff --git a/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi b/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi
index 97d9c33..5d60c14 100644
--- a/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi
@@ -292,7 +292,6 @@
};
&hdmi {
- ddc-i2c-bus = <&i2c2>;
status = "okay";
};
@@ -439,8 +438,8 @@
pinctrl_i2c2: i2c2grp {
fsl,pins = <
- MX6QDL_PAD_KEY_COL3__I2C2_SCL 0x4001b8b1
- MX6QDL_PAD_KEY_ROW3__I2C2_SDA 0x4001b8b1
+ MX6QDL_PAD_KEY_COL3__HDMI_TX_DDC_SCL 0x4001b8b1
+ MX6QDL_PAD_KEY_ROW3__HDMI_TX_DDC_SDA 0x4001b8b1
>;
};
---------->8----------
I'll send a pull request shortly.
regards
Philipp
More information about the dri-devel
mailing list