On 5/3/22 14:03, Robert Foss wrote:
On Tue, 3 May 2022 at 02:31, Rob Herring robh@kernel.org wrote:
On Tue, Apr 26, 2022 at 09:36:44PM +0200, Marek Vasut wrote:
The i.MX8MP contains two syscon registers which are responsible for configuring the on-SoC DPI-to-LVDS serializer. Add DT binding which represents this serializer as a bridge.
Acked-by: Sam Ravnborg sam@ravnborg.org Signed-off-by: Marek Vasut marex@denx.de Cc: Laurent Pinchart laurent.pinchart@ideasonboard.com Cc: Lucas Stach l.stach@pengutronix.de Cc: Maxime Ripard maxime@cerno.tech Cc: Peng Fan peng.fan@nxp.com Cc: Rob Herring robh+dt@kernel.org Cc: Robby Cai robby.cai@nxp.com Cc: Robert Foss robert.foss@linaro.org Cc: Sam Ravnborg sam@ravnborg.org Cc: Thomas Zimmermann tzimmermann@suse.de Cc: devicetree@vger.kernel.org To: dri-devel@lists.freedesktop.org
V2: - Consistently use fsl,imx8mp-ldb as compatible - Drop items: from compatible: - Replace minItems with maxItems in clocks: - Drop quotes from clock-names const: ldb - Rename syscon to fsl,syscon - Use generic name of ldb-lvds in example V3: - Add AB from Sam - Consistently use MX8MP V4: - Rename to fsl-ldb all over the place - Put the LDB node under media block controller in the example
.../bindings/display/bridge/fsl,ldb.yaml | 92 +++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/bridge/fsl,ldb.yaml
A little quick on the applying...
Darnit, you're right.
Marek: Can you supply a new patch with all of the relevant changes?
Sure, it's coming today-ish or so.