Re: [PATCH v2 1/9] dt-bindings: Add compatible for Mali Valhall (JM)

2022-05-25 Thread Rob Herring
On Wed, 25 May 2022 10:57:46 -0400, Alyssa Rosenzweig wrote: > Reviewed-by: Rob Herring

[PATCH] dt-bindings: display: ingenic, jz4780-hdmi: Drop undocumented 'ddc-i2c-bus'

2022-05-25 Thread Rob Herring
While 'ddc-i2c-bus' is a common property, it should be in a connector node rather than the HDMI bridge node as the I2C bus goes to a connector and not the HDMI block. Drop it from the example. Signed-off-by: Rob Herring --- .../devicetree/bindings/display/bridge/ingenic,jz4780-hdmi

Re: [PATCH] dt-bindings: Fix properties without any type

2022-05-23 Thread Rob Herring
On Sat, May 21, 2022 at 05:03:41PM +0200, Krzysztof Kozlowski wrote: > On 19/05/2022 23:14, Rob Herring wrote: > > Now that the schema tools can extract type information for all > > properties (in order to decode dtb files), finding properties missing > > any type definit

Re: [PATCH v10 01/21] dt-bindings: mediatek, dpi: Add DPINTF compatible

2022-05-23 Thread Rob Herring
On Mon, 23 May 2022 12:47:34 +0200, Guillaume Ranquet wrote: > From: Markus Schneider-Pargmann > > DPINTF is similar to DPI but does not have the exact same feature set > or register layouts. > > DPINTF is the sink of the display pipeline that is connected to the > DisplayPort controller and enc

[PATCH] dt-bindings: Fix properties without any type

2022-05-19 Thread Rob Herring
properties which don't have a vendor prefix. A vendor prefix is how we normally ensure a type is defined. Signed-off-by: Rob Herring --- .../arm/hisilicon/controller/hip04-bootwrapper.yaml | 5 +++-- .../bindings/display/bridge/toshiba,tc358768.yaml | 1 + .../devicetree/bin

Re: [PATCH v1 1/2] dt-bindings: display: add new bus-format property for panel-dpi

2022-05-17 Thread Rob Herring
On Mon, 16 May 2022 18:28:25 +0200, Max Krummenacher wrote: > From: Max Krummenacher > > The property is used to set the enum bus_format and infer the bpc > for a panel defined by 'panel-dpi'. > This specifies how the panel is connected to the display interface. > > Signed-off-by: Max Krummenach

Re: [PATCH 1/2] dt-bindings: leds: qcom-wled: fix number of addresses

2022-05-16 Thread Rob Herring
> > Signed-off-by: Krzysztof Kozlowski > --- > .../devicetree/bindings/leds/backlight/qcom-wled.yaml| 9 - > 1 file changed, 8 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring

Re: [PATCH v2 11/12] dt-bindings: display: exynos: dsim: Add NXP i.MX8MM support

2022-05-16 Thread Rob Herring
On Wed, 04 May 2022 17:10:20 +0530, Jagan Teki wrote: > Samsung MIPI DSIM bridge can also be found in i.MX8MM SoC. > > Add dt-bingings for it. > > v2: > * updated comments > > v1: > * new patch > > Cc: devicet...@vger.kernel.org, > Cc: Rob Herring >

Re: [PATCH v1 01/13] dt-bindings: Add bindings for Tegra234 Host1x and VIC

2022-05-16 Thread Rob Herring
On Mon, May 16, 2022 at 01:02:01PM +0300, cyn...@kapsi.fi wrote: > From: Mikko Perttunen > > Update VIC and Host1x bindings for changes in Tegra234. > > Namely, > - New compatible strings > - Sharded syncpoint interrupts > - Optional reset. > > Signed-off-by: Mikko Perttunen > --- > .../displ

Re: [PATCH v5 1/9] dt-bindings: host1x: Add iommu-map property

2022-05-16 Thread Rob Herring
> v3: > * New patch > v4: > * Remove memory-contexts subnode. > --- > .../bindings/display/tegra/nvidia,tegra20-host1x.yaml| 5 + > 1 file changed, 5 insertions(+) > Acked-by: Rob Herring

Re: [PATCH v2 1/3] dt-bindings: display: rockchip: make reg-names mandatory for VOP2

2022-05-16 Thread Rob Herring
y: Sascha Hauer > --- > > Notes: > Changes since v1: > - Drop minItems > - Add reg-names properties to example > > .../bindings/display/rockchip/rockchip-vop2.yaml | 8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring

Re: [PATCH v3 1/3] dt-bindings: mediatek: add vdosys1 RDMA definition for mt8195

2022-05-13 Thread Rob Herring
On Thu, 12 May 2022 16:05:21 +0800, Rex-BC Chen wrote: > From: "Nancy.Lin" > > Add vdosys1 RDMA definition. > > Signed-off-by: Nancy.Lin > Reviewed-by: AngeloGioacchino Del Regno > > --- > .../display/mediatek/mediatek,mdp-rdma.yaml | 88 +++ > 1 file changed, 88 insertions

Re: [PATCH v3 3/3] dt-bindings: mediatek: add ethdr definition for mt8195

2022-05-13 Thread Rob Herring
On Thu, 12 May 2022 16:05:23 +0800, Rex-BC Chen wrote: > From: "Nancy.Lin" > > Add vdosys1 ETHDR definition. > > Signed-off-by: Nancy.Lin > Reviewed-by: Chun-Kuang Hu > Reviewed-by: AngeloGioacchino Del Regno > > --- > .../display/mediatek/mediatek,ethdr.yaml | 188 ++ >

Re: [PATCH v6 1/4] dt-bindings: display: mediatek: dsi: Convert dsi_dtbinding to .yaml

2022-05-11 Thread Rob Herring
On Wed, May 11, 2022 at 2:24 AM Rex-BC Chen wrote: > > On Wed, 2022-05-04 at 17:19 +0800, Rex-BC Chen wrote: > > From: Xinlei Lee > > > > Convert mediatek,dsi.txt to mediatek,dsi.yaml format > > > > Signed-off-by: Xinlei Lee > > Signed-off-by: Rex-BC Chen > > --- > > .../display/mediatek/media

Re: [PATCH v6 1/4] dt-bindings: display: mediatek: dsi: Convert dsi_dtbinding to .yaml

2022-05-11 Thread Rob Herring
mediatek/mediatek,dsi.yaml > Reviewed-by: Rob Herring

Re: [PATCH v0.5 5/9] dt-bindings: phy: add binding for the i.MX8MP HDMI PHY

2022-05-10 Thread Rob Herring
On Fri, May 06, 2022 at 08:10:30PM +0200, Lucas Stach wrote: > Add a DT binding for the HDMI PHY found on the i.MX8MP SoC. > > Signed-off-by: Lucas Stach > --- > .../bindings/phy/fsl,imx8mp-hdmi-phy.yaml | 62 +++ > 1 file changed, 62 insertions(+) > create mode 100644 > Do

Re: [PATCH v0.5 1/9] dt-bindings: display: imx: add binding for i.MX8MP HDMI TX

2022-05-10 Thread Rob Herring
On Fri, May 06, 2022 at 08:10:26PM +0200, Lucas Stach wrote: > The HDMI TX controller on the i.MX8MP SoC is a Synopsys designware IP > core with a little bit of SoC integration around it. > > Signed-off-by: Lucas Stach > --- > .../bindings/display/imx/fsl,imx8mp-hdmi.yaml | 73 ++

Re: [PATCH 1/3] dt-bindings: display: rockchip: make reg-names mandatory for VOP2

2022-05-10 Thread Rob Herring
On Tue, May 10, 2022 at 04:08:02PM +0200, Heiko Stübner wrote: > Hi Sascha, > > Am Dienstag, 10. Mai 2022, 09:09:12 CEST schrieb Sascha Hauer: > > The VOP2 driver relies on reg-names properties, but these are not > > documented. Add the missing documentation, make reg-names mandatory > > and incre

Re: [PATCH 1/3] dt-bindings: display: rockchip: make reg-names mandatory for VOP2

2022-05-10 Thread Rob Herring
On Tue, May 10, 2022 at 09:09:12AM +0200, Sascha Hauer wrote: > The VOP2 driver relies on reg-names properties, but these are not > documented. Add the missing documentation, make reg-names mandatory > and increase minItems to 2 as always both register spaces are needed. > > Signed-off-by: Sascha

Re: [PATCH v2 1/3] dt-bindings: mediatek: add vdosys1 RDMA definition for mt8195

2022-05-09 Thread Rob Herring
On Mon, 09 May 2022 12:43:00 +0800, Rex-BC Chen wrote: > From: "Nancy.Lin" > > Add vdosys1 RDMA definition. > > Signed-off-by: Nancy.Lin > Reviewed-by: AngeloGioacchino Del Regno > > --- > .../display/mediatek/mediatek,mdp-rdma.yaml | 94 +++ > 1 file changed, 94 insertions

Re: [PATCH v2 3/3] dt-bindings: mediatek: add ethdr definition for mt8195

2022-05-09 Thread Rob Herring
On Mon, 09 May 2022 12:43:02 +0800, Rex-BC Chen wrote: > From: "Nancy.Lin" > > Add vdosys1 ETHDR definition. > > Signed-off-by: Nancy.Lin > Reviewed-by: Chun-Kuang Hu > Reviewed-by: AngeloGioacchino Del Regno > > --- > .../display/mediatek/mediatek,ethdr.yaml | 191 ++ >

Re: [PATCH v0.5 5/9] dt-bindings: phy: add binding for the i.MX8MP HDMI PHY

2022-05-06 Thread Rob Herring
On Fri, 06 May 2022 20:10:30 +0200, Lucas Stach wrote: > Add a DT binding for the HDMI PHY found on the i.MX8MP SoC. > > Signed-off-by: Lucas Stach > --- > .../bindings/phy/fsl,imx8mp-hdmi-phy.yaml | 62 +++ > 1 file changed, 62 insertions(+) > create mode 100644 > Document

Re: [PATCH v2 08/11] dt-bindings: display: convert PL110/PL111 to DT schema

2022-05-06 Thread Rob Herring
On Fri, 06 May 2022 15:05:30 +0100, Andre Przywara wrote: > The Arm PL110 and PL111 are IP blocks that provide a display engine with > an LCD interface, being able to drive a variety of LC panels. > > Convert the binding over to DT schema, to the DTs can be automatically > checked. > This still co

Re: [PATCH v2 10/11] dt-bindings: display: convert Arm Mali-DP to DT schema

2022-05-06 Thread Rob Herring
On Fri, 06 May 2022 15:05:32 +0100, Andre Przywara wrote: > The Arm Mali Display Processor (DP) 5xx/6xx is a series of IP that scans > out a framebuffer and hands the pixels over to a digital signal encoder. > It supports multiple layers, scaling and rotation. > > Convert the existing DT binding t

Re: [PATCH v0.5 3/9] dt-bindings: display: imx: add binding for i.MX8MP HDMI PVI

2022-05-06 Thread Rob Herring
On Fri, 06 May 2022 20:10:28 +0200, Lucas Stach wrote: > Add binding for the i.MX8MP HDMI parallel video interface block. > > Signed-off-by: Lucas Stach > --- > .../display/imx/fsl,imx8mp-hdmi-pvi.yaml | 83 +++ > 1 file changed, 83 insertions(+) > create mode 100644 > Doc

Re: [PATCH v2 09/11] dt-bindings: display: convert Arm HDLCD to DT schema

2022-05-06 Thread Rob Herring
On Fri, 06 May 2022 15:05:31 +0100, Andre Przywara wrote: > The Arm HDLCD is a display controller that scans out a framebuffer and > hands a signal to a digital encoder to generate a DVI or HDMI signal. > > Convert the existing DT binding to DT schema. > > Signed-off-by: Andre Przywara > --- >

Re: [PATCH v0.5 1/9] dt-bindings: display: imx: add binding for i.MX8MP HDMI TX

2022-05-06 Thread Rob Herring
On Fri, 06 May 2022 20:10:26 +0200, Lucas Stach wrote: > The HDMI TX controller on the i.MX8MP SoC is a Synopsys designware IP > core with a little bit of SoC integration around it. > > Signed-off-by: Lucas Stach > --- > .../bindings/display/imx/fsl,imx8mp-hdmi.yaml | 73 +++ > 1

Re: [PATCH] dt-bindings: Drop redundant 'maxItems/minItems' in if/then schemas

2022-05-04 Thread Rob Herring
On Tue, 03 May 2022 11:27:38 -0500, Rob Herring wrote: > Another round of removing redundant minItems/maxItems when 'items' list is > specified. This time it is in if/then schemas as the meta-schema was > failing to check this case. > > If a property has an 'ite

Re: [PATCH] dt-bindings: display: bridge: ldb: Fill in reg property

2022-05-04 Thread Rob Herring
gned-off-by: Marek Vasut > Cc: Laurent Pinchart > Cc: Lucas Stach > Cc: Maxime Ripard > Cc: Peng Fan > Cc: Rob Herring > Cc: Robby Cai > Cc: Robert Foss > Cc: Sam Ravnborg > Cc: Thomas Zimmermann > Cc: devicet...@vger.kernel.org > To: dri-devel@lis

Re: [PATCH v5 1/4] dt-bindings: display: mediatek: dsi: Convert dsi_dtbinding to .yaml

2022-05-03 Thread Rob Herring
On Thu, Apr 28, 2022 at 09:37:50PM +0800, Rex-BC Chen wrote: > From: Xinlei Lee > > Convert mediatek,dsi.txt to mediatek,dsi.yaml format > > Signed-off-by: Xinlei Lee > Signed-off-by: Rex-BC Chen > --- > .../display/mediatek/mediatek,dsi.txt | 62 - > .../display/mediatek/med

[PATCH] dt-bindings: Drop redundant 'maxItems/minItems' in if/then schemas

2022-05-03 Thread Rob Herring
org Cc: linux-...@lists.infradead.org Cc: linux-...@vger.kernel.org Cc: linux-ser...@vger.kernel.org Cc: alsa-de...@alsa-project.org Cc: linux...@vger.kernel.org Signed-off-by: Rob Herring --- .../bindings/clock/imx8m-clock.yaml | 4 .../bindings/display/bridge/renesas,l

Re: [PATCH v4 1/2] dt-bindings: display: bridge: ldb: Implement simple Freescale i.MX8MP LDB bridge

2022-05-02 Thread Rob Herring
gned-off-by: Marek Vasut > Cc: Laurent Pinchart > Cc: Lucas Stach > Cc: Maxime Ripard > Cc: Peng Fan > Cc: Rob Herring > Cc: Robby Cai > Cc: Robert Foss > Cc: Sam Ravnborg > Cc: Thomas Zimmermann > Cc: devicet...@vger.kernel.org > To: dri-devel@lists.freedeskto

Re: [PATCH v2 3/4] dt-bindings:drm/bridge:anx7625: add port@0 property

2022-05-02 Thread Rob Herring
.../display/bridge/analogix,anx7625.yaml | 19 ++- > 1 file changed, 18 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring

Re: [PATCH v5 1/4] dt-bindings: display: mediatek: dsi: Convert dsi_dtbinding to .yaml

2022-04-29 Thread Rob Herring
On Fri, Apr 29, 2022 at 09:55:37AM +0800, Rex-BC Chen wrote: > On Thu, 2022-04-28 at 15:33 -0500, Rob Herring wrote: > > On Thu, 28 Apr 2022 21:37:50 +0800, Rex-BC Chen wrote: > > > From: Xinlei Lee > > > > > > Convert mediatek,dsi.txt to mediatek,dsi.ya

Re: [PATCH v5 1/4] dt-bindings: display: mediatek: dsi: Convert dsi_dtbinding to .yaml

2022-04-28 Thread Rob Herring
On Thu, 28 Apr 2022 21:37:50 +0800, Rex-BC Chen wrote: > From: Xinlei Lee > > Convert mediatek,dsi.txt to mediatek,dsi.yaml format > > Signed-off-by: Xinlei Lee > Signed-off-by: Rex-BC Chen > --- > .../display/mediatek/mediatek,dsi.txt | 62 - > .../display/mediatek/mediatek,

Re: [PATCH 10/11] dt-bindings: display: convert Arm Mali-DP to DT schema

2022-04-27 Thread Rob Herring
On Wed, Apr 27, 2022 at 12:25:27PM +0100, Andre Przywara wrote: > The Arm Mali Display Processor (DP) 5xx/6xx is a series of IP that scans > out a framebuffer and hands the pixels over to a digital signal encoder. > It supports multiple layers, scaling and rotation. > > Convert the existing DT bin

Re: [PATCH 09/11] dt-bindings: display: convert Arm HDLCD to DT schema

2022-04-27 Thread Rob Herring
On Wed, Apr 27, 2022 at 12:25:26PM +0100, Andre Przywara wrote: > The Arm HDLCD is a display controller that scans out a framebuffer and > hands a signal to a digital encoder to generate a DVI or HDMI signal. > > Convert the existing DT binding to DT schema. > > Signed-off-by: Andre Przywara > -

Re: [PATCH 3/5] dt-bindings: mediatek: add vdosys1 RDMA definition for mt8195

2022-04-26 Thread Rob Herring
On Tue, Apr 19, 2022 at 11:32:35AM +0800, Rex-BC Chen wrote: > From: "Nancy.Lin" > > Add vdosys1 RDMA definition. How does this compare to the mediatek,mt8183-mdp3-rdma or mediatek,mt8195-disp-rdma? > > Signed-off-by: Nancy.Lin > Reviewed-by: AngeloGioacchino Del Regno > > --- > .../displ

Re: [PATCH 1/5] dt-bindings: arm: mediatek: mmsys: add power and gce properties

2022-04-26 Thread Rob Herring
On Tue, Apr 19, 2022 at 11:32:33AM +0800, Rex-BC Chen wrote: > From: "jason-jh.lin" > > Power: > 1. Add description for power-domains property. > > GCE: > 1. Add description for mboxes property. > 2. Add description for mediatek,gce-client-reg property. > > Signed-off-by: jason-jh.lin > Review

Re: [PATCH v3 1/2] dt-bindings: display: bridge: ldb: Implement simple NXP i.MX8MP LDB bridge

2022-04-25 Thread Rob Herring
gned-off-by: Marek Vasut > Cc: Laurent Pinchart > Cc: Lucas Stach > Cc: Maxime Ripard > Cc: Peng Fan > Cc: Rob Herring > Cc: Robby Cai > Cc: Robert Foss > Cc: Sam Ravnborg > Cc: Thomas Zimmermann > Cc: devicet...@vger.kernel.org > To: dri-devel@lists.freedeskto

Re: [PATCH 5/5] dt-bindings: mediatek: add ethdr definition for mt8195

2022-04-25 Thread Rob Herring
On Tue, Apr 19, 2022 at 11:32:37AM +0800, Rex-BC Chen wrote: > From: "Nancy.Lin" > > Add vdosys1 ETHDR definition. > > Signed-off-by: Nancy.Lin > Reviewed-by: Chun-Kuang Hu > Reviewed-by: AngeloGioacchino Del Regno > > --- > .../display/mediatek/mediatek,ethdr.yaml | 158 ++

Re: [PATCH 1/2] dt-bindings: display: ti,am65x-dss: Add missing register & interrupt

2022-04-20 Thread Rob Herring
On Wed, Apr 20, 2022 at 10:05:34AM +0300, Tomi Valkeinen wrote: > Hi, > > On 19/04/2022 17:20, Rob Herring wrote: > > On Tue, Apr 19, 2022 at 12:33:01PM +0530, Aradhya Bhatia wrote: > > > The DSS IP on the ti-am65x soc supports an additional register space, > > >

Re: [PATCH v5 1/5] dt-bindings: display: ssd1307fb: Deprecate "-i2c" compatible strings

2022-04-20 Thread Rob Herring
On Tue, 19 Apr 2022 23:48:19 +0200, Javier Martinez Canillas wrote: > The current compatible strings for SSD130x I2C controllers contain both an > "fb" and "-i2c" suffixes. It seems to indicate that are for a fbdev driver > and also that are for devices that can be accessed over an I2C bus. > > Bu

Re: [PATCH v2 1/2] dt-bindings: lcdif: Add compatible for i.MX8MP

2022-04-19 Thread Rob Herring
nts. The new LCDIFv3 also supports 36bit address space. However, > except for the complete bit reshuffling, this is still LCDIF and it still > works like one. > > Signed-off-by: Marek Vasut > Cc: Alexander Stein > Cc: Laurent Pinchart > Cc: Lucas Stach > Cc: Peng Fan

Re: [PATCH 1/2] dt-bindings: display: ti,am65x-dss: Add missing register & interrupt

2022-04-19 Thread Rob Herring
On Tue, Apr 19, 2022 at 12:33:01PM +0530, Aradhya Bhatia wrote: > The DSS IP on the ti-am65x soc supports an additional register space, > named "common1". Further. the IP services a maximum number of 2 > interrupts. > > Add the missing register space "common1" and the additional interrupt. > > Si

Re: [PATCH v2 1/2] of: Create platform devices for OF framebuffers

2022-04-19 Thread Rob Herring
* "compatible", > + */ > + for_each_matching_node(node, reserved_mem_matches) > + of_platform_device_create(node, NULL, NULL); > > - /* Populate everything else. */ > - of_platform_default_populate(NULL,

Re: [PATCH 1/2] dt-bindings: display: ti, am65x-dss: Add missing register & interrupt

2022-04-19 Thread Rob Herring
On Tue, 19 Apr 2022 12:33:01 +0530, Aradhya Bhatia wrote: > The DSS IP on the ti-am65x soc supports an additional register space, > named "common1". Further. the IP services a maximum number of 2 > interrupts. > > Add the missing register space "common1" and the additional interrupt. > > Signed-o

Re: [PATCH 3/5] dt-bindings: mediatek: add vdosys1 RDMA definition for mt8195

2022-04-19 Thread Rob Herring
On Tue, 19 Apr 2022 11:32:35 +0800, Rex-BC Chen wrote: > From: "Nancy.Lin" > > Add vdosys1 RDMA definition. > > Signed-off-by: Nancy.Lin > Reviewed-by: AngeloGioacchino Del Regno > > --- > .../display/mediatek/mediatek,mdp-rdma.yaml | 86 +++ > 1 file changed, 86 insertions

Re: [PATCH 5/5] dt-bindings: mediatek: add ethdr definition for mt8195

2022-04-19 Thread Rob Herring
On Tue, 19 Apr 2022 11:32:37 +0800, Rex-BC Chen wrote: > From: "Nancy.Lin" > > Add vdosys1 ETHDR definition. > > Signed-off-by: Nancy.Lin > Reviewed-by: Chun-Kuang Hu > Reviewed-by: AngeloGioacchino Del Regno > > --- > .../display/mediatek/mediatek,ethdr.yaml | 158 ++ >

Re: [PATCH v4 2/5] dt-bindings: display: ssd1307fb: Extend schema for SPI controllers

2022-04-14 Thread Rob Herring
n't add compatible strings with an "-spi" suffix (Geert Uytterhoeven) > > .../bindings/display/solomon,ssd1307fb.yaml | 42 ++- > 1 file changed, 40 insertions(+), 2 deletions(-) > Reviewed-by: Rob Herring

Re: [PATCH v4 1/5] dt-bindings: display: ssd1307fb: Deprecate "-i2c" compatible strings

2022-04-14 Thread Rob Herring
ntinue enforcing required properties for deprecated strings (Maxime > Ripard) > > Changes in v2: > - Drop the -i2c suffixes from the compatible strings too (Geert Uytterhoeven) > > .../bindings/display/solomon,ssd1307fb.yaml | 44 +-- > 1 file changed, 31 insertions(+), 13 deletions(-) > Reviewed-by: Rob Herring

Re: [PATCH V2 3/3] dt-bindings: display: mediatek: Update disp_aal binding for MT8192 and MT8195

2022-04-13 Thread Rob Herring
gs/display/mediatek/mediatek,aal.yaml| 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Acked-by: Rob Herring

Re: [PATCH V2 1/3] dt-bindings: display: mediatek: Update disp_aal binding for MT8183

2022-04-13 Thread Rob Herring
onal changes. > We only update the dt-binding and DTS node to make it clear. > > Signed-off-by: Rex-BC Chen > Reviewed-by: AngeloGioacchino Del Regno > > --- > .../devicetree/bindings/display/mediatek/mediatek,aal.yaml | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > Acked-by: Rob Herring

Re: [PATCH v4,2/3] dt-bindings: display: mediatek: dsi: Add compatible for MediaTek MT8186

2022-04-13 Thread Rob Herring
> .../devicetree/bindings/display/mediatek/mediatek,dsi.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring

Re: [PATCH v4,1/3] dt-bindings: display: mediatek: dsi: Convert dsi_dtbinding to .yaml

2022-04-13 Thread Rob Herring
On Sat, Apr 09, 2022 at 05:11:52PM +0800, xinlei@mediatek.com wrote: > From: Xinlei Lee > > Convert mediatek,dsi.txt to mediatek,dsi.yaml format > > Signed-off-by: Xinlei Lee > --- > .../display/mediatek/mediatek,dsi.txt | 62 - > .../display/mediatek/mediatek,dsi.yaml

Re: [PATCH 1/2] of: Create platform devices for OF framebuffers

2022-04-13 Thread Rob Herring
eOn Wed, Apr 13, 2022 at 1:46 PM Rob Herring wrote: > > On Wed, Apr 13, 2022 at 12:58 PM Thomas Zimmermann > wrote: > > > > Hi > > > > Am 13.04.22 um 14:51 schrieb Rob Herring: > > > On Wed, Apr 13, 2022 at 4:24 AM Thomas Zimmermann > > >

Re: [PATCH 1/2] of: Create platform devices for OF framebuffers

2022-04-13 Thread Rob Herring
On Wed, Apr 13, 2022 at 12:58 PM Thomas Zimmermann wrote: > > Hi > > Am 13.04.22 um 14:51 schrieb Rob Herring: > > On Wed, Apr 13, 2022 at 4:24 AM Thomas Zimmermann > > wrote: > >> > >> Create a platform device for each OF-declared framebuffer and ha

[PATCH] dt-bindings: display: panel-timing: Define a single type for properties

2022-04-13 Thread Rob Herring
It's not good practice to define multiple types for the same property, so factor out the type reference making the properties always an uint32-array with a length of 1 or 3 items. Signed-off-by: Rob Herring --- .../bindings/display/panel/panel-timing.yaml | 42 --- 1

Re: [PATCH 1/2] of: Create platform devices for OF framebuffers

2022-04-13 Thread Rob Herring
On Wed, Apr 13, 2022 at 4:24 AM Thomas Zimmermann wrote: > > Create a platform device for each OF-declared framebuffer and have > offb bind to these devices. Allows for real hot-unplugging and other > drivers besides offb. > > Originally, offb created framebuffer devices while initializing its > m

Re: [PATCH v2 02/14] dt-bindings: display: Add D1 display engine compatibles

2022-04-12 Thread Rob Herring
On Mon, Apr 11, 2022 at 11:27:54PM -0500, Samuel Holland wrote: > Allwinner D1 contains a display engine 2.0. It features two mixers, a > TCON TOP (with DSI and HDMI), one TCON LCD, and one TCON TV. > > Reviewed-by: Krzysztof Kozlowski > Signed-off-by: Samuel Holland > --- > > (no changes since

Re: [PATCH v2 2/5] dt-bindings: display: ssd1307fb: Extend schema for SPI controllers

2022-04-12 Thread Rob Herring
On Tue, Apr 12, 2022 at 10:12:32AM +0200, Javier Martinez Canillas wrote: > On 4/12/22 10:07, Geert Uytterhoeven wrote: > > Hi Javier, > > [snip] > > >> > >> Do you have any hints here on how I should enforce this in the schema ? > >> > >> Or if you think that a comment is enough, then I will add

Re: [PATCH 1/2] dt-bindings: display: bridge: icn6211: Document DSI data-lanes property

2022-04-08 Thread Rob Herring
t > Cc: Jagan Teki > Cc: Laurent Pinchart > Cc: Maxime Ripard > Cc: Rob Herring > Cc: Robert Foss > Cc: Sam Ravnborg > Cc: Thomas Zimmermann > Cc: devicet...@vger.kernel.org > To: dri-devel@lists.freedesktop.org > --- > NOTE: This is consistent with all the oth

Re: [PATCH 1/5] dt-bindings: display: ssd1307fb: Deprecate fbdev compatible strings

2022-04-08 Thread Rob Herring
On Thu, Apr 07, 2022 at 10:02:00PM +0200, Javier Martinez Canillas wrote: > The current compatible strings for SSD130x I2C controllers contain an -fb > suffix, this seems to indicate that are for a fbdev driver. But the DT is > supposed to describe the hardware and not Linux implementation details.

Re: [PATCH v0 02/10] dt-bindings: display: imx: add binding for i.MX8MP HDMI TX

2022-04-07 Thread Rob Herring
On Thu, Apr 07, 2022 at 11:15:26AM +0200, Lucas Stach wrote: > Am Mittwoch, dem 06.04.2022 um 15:08 -0500 schrieb Rob Herring: > > On Wed, 06 Apr 2022 18:01:15 +0200, Lucas Stach wrote: > > > The HDMI TX controller on the i.MX8MP SoC is a Synopsys designware IP > > > co

Re: [PATCH v0 06/10] dt-bindings: phy: add binding for the i.MX8MP HDMI PHY

2022-04-06 Thread Rob Herring
On Wed, 06 Apr 2022 18:01:19 +0200, Lucas Stach wrote: > Add a DT binding for the HDMI PHY found on the i.MX8MP SoC. > > Signed-off-by: Lucas Stach > --- > .../bindings/phy/fsl,imx8mp-hdmi-phy.yaml | 62 +++ > 1 file changed, 62 insertions(+) > create mode 100644 > Document

Re: [PATCH v0 04/10] dt-bindings: display: imx: add binding for i.MX8MP HDMI PVI

2022-04-06 Thread Rob Herring
On Wed, 06 Apr 2022 18:01:17 +0200, Lucas Stach wrote: > Add binding for the i.MX8MP HDMI parallel video interface block. > > Signed-off-by: Lucas Stach > --- > .../display/imx/fsl,imx8mp-hdmi-pvi.yaml | 83 +++ > 1 file changed, 83 insertions(+) > create mode 100644 > Doc

Re: [PATCH v0 02/10] dt-bindings: display: imx: add binding for i.MX8MP HDMI TX

2022-04-06 Thread Rob Herring
On Wed, 06 Apr 2022 18:01:15 +0200, Lucas Stach wrote: > The HDMI TX controller on the i.MX8MP SoC is a Synopsys designware IP > core with a little bit of SoC integration around it. > > Signed-off-by: Lucas Stach > --- > .../bindings/display/imx/fsl,imx8mp-hdmi.yaml | 72 +++ > 1

Re: [PATCH] dt-bindings: display: panel: mipi-dbi-spi: Make width-mm/height-mm mandatory

2022-04-06 Thread Rob Herring
; Signed-off-by: Marek Vasut > Cc: Christoph Niedermaier > Cc: Daniel Vetter > Cc: Dmitry Osipenko > Cc: Laurent Pinchart > Cc: Noralf Trønnes > Cc: Rob Herring > Cc: Robert Foss > Cc: Sam Ravnborg > Cc: Thomas Zimmermann > Cc: devicet...@vger.kernel.org >

Re: [PATCH v2 2/3] dt-bindings: display: novatek,nt36672a: add backlight property

2022-04-06 Thread Rob Herring
On Fri, 01 Apr 2022 05:48:09 +0530, Joel Selvaraj wrote: > Add backlight property and update example to include it. > > Signed-off-by: Joel Selvaraj > --- > .../devicetree/bindings/display/panel/novatek,nt36672a.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring

Re: [PATCH v2 1/2] dt-bindings: display: bridge: Add TI DLPC3433 DSI to DMD

2022-04-06 Thread Rob Herring
ription > - fix enable_gpio description > - fix port@2 > > .../bindings/display/bridge/ti,dlpc3433.yaml | 117 ++ > MAINTAINERS | 6 + > 2 files changed, 123 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/display/bridge/ti,dlpc3433.yaml > Reviewed-by: Rob Herring

Re: [PATCH v2,1/2] dt-bindings: display: mediatek: dpi: Add compatible for MediaTek MT8186

2022-04-06 Thread Rob Herring
ile changed, 1 insertion(+) > Acked-by: Rob Herring

Re: [PATCH v2,1/2] dt-bindings: display: mediatek: dpi: Add compatible for MediaTek MT8186

2022-04-06 Thread Rob Herring
On Fri, Apr 01, 2022 at 09:38:20AM +0800, Rex-BC Chen wrote: > On Thu, 2022-03-31 at 19:58 +0800, xinlei@mediatek.com wrote: > > From: Xinlei Lee > > > > Add dt-binding documentation of dpi for MediaTek MT8186 SoC. > > > > Signed-off-by: Xinlei Lee > > --- > > .../devicetree/bindings/displ

Re: [PATCH 1/2] dt-bindings: display: bridge: lt9211: Add Lontium LT9211 bridge driver

2022-04-04 Thread Rob Herring
ocumented. > > Signed-off-by: Marek Vasut > Cc: Laurent Pinchart > Cc: Lucas Stach > Cc: Maxime Ripard > Cc: Rob Herring > Cc: Robert Foss > Cc: Sam Ravnborg > Cc: Thomas Zimmermann > Cc: devicet...@vger.kernel.org > To: dri-devel@lists.freedesktop.org >

Re: [PATCH 3/4] dt-bindings: drm/bridge: anx7625: Change bus-type to 7 (DPI)

2022-04-04 Thread Rob Herring
On Mon, Mar 28, 2022 at 08:09:54PM +0800, Xin Ji wrote: > Change bus-type define for DPI. > > Fixes: a43661e7e819 ("dt-bindings:drm/bridge:anx7625:add vendor define") > > Signed-off-by: Xin Ji > --- > .../devicetree/bindings/display/bridge/analogix,anx7625.yaml | 4 ++-- > 1 file changed, 2 in

Re: [RFC][PATCH 2/3] drm/modes: Make width-mm/height-mm mandatory in of_get_drm_panel_display_mode()

2022-04-04 Thread Rob Herring
On Sat, Apr 02, 2022 at 07:55:59PM +0200, Marek Vasut wrote: > On 4/2/22 19:08, Noralf Trønnes wrote: > > > > > > Den 02.04.2022 18.39, skrev Marek Vasut: > > > On 4/2/22 09:45, Noralf Trønnes wrote: > > > > > > > > > > > > Den 02.04.2022 06.28, skrev Marek Vasut: > > > > > On 4/2/22 05:19, Lau

Re: [PATCH] dt-bindings: display: bridge: Drop requirement on input port for DSI devices

2022-04-01 Thread Rob Herring
On Fri, Apr 01, 2022 at 09:48:28PM +0300, Laurent Pinchart wrote: > On Fri, Apr 01, 2022 at 01:33:15PM -0500, Rob Herring wrote: > > On Fri, Apr 1, 2022 at 1:25 PM Marek Vasut wrote: > > > On 4/1/22 20:21, Rob Herring wrote: > > > > On Fri, Apr 1, 2022 at 1:06 PM Mare

Re: [RFC][PATCH 1/3] dt-bindings: display: panel: mipi-dbi-spi: Make width-mm/height-mm mandatory

2022-04-01 Thread Rob Herring
: Daniel Vetter > Cc: Dmitry Osipenko > Cc: Laurent Pinchart > Cc: Noralf Trønnes > Cc: Rob Herring > Cc: Robert Foss > Cc: Sam Ravnborg > Cc: Thomas Zimmermann > Cc: devicet...@vger.kernel.org > To: dri-devel@lists.freedesktop.org > --- > .../devicetre

Re: [PATCH] dt-bindings: display: bridge: Drop requirement on input port for DSI devices

2022-04-01 Thread Rob Herring
On Fri, Apr 1, 2022 at 1:25 PM Marek Vasut wrote: > > On 4/1/22 20:21, Rob Herring wrote: > > On Fri, Apr 1, 2022 at 1:06 PM Marek Vasut wrote: > >> > >> On 4/1/22 19:34, Rob Herring wrote: > >>> On Fri, Apr 01, 2022 at 03:22:19AM +0200, Marek Vasut

Re: [PATCH] dt-bindings: display: bridge: Drop requirement on input port for DSI devices

2022-04-01 Thread Rob Herring
On Fri, Apr 1, 2022 at 1:06 PM Marek Vasut wrote: > > On 4/1/22 19:34, Rob Herring wrote: > > On Fri, Apr 01, 2022 at 03:22:19AM +0200, Marek Vasut wrote: > >> On 4/1/22 01:52, Rob Herring wrote: > >>> On Wed, 23 Mar 2022 16:48:23 +0100, Maxime Ripard wrote: >

Re: [PATCH] dt-bindings: display: bridge: Drop requirement on input port for DSI devices

2022-04-01 Thread Rob Herring
On Fri, Apr 01, 2022 at 03:22:19AM +0200, Marek Vasut wrote: > On 4/1/22 01:52, Rob Herring wrote: > > On Wed, 23 Mar 2022 16:48:23 +0100, Maxime Ripard wrote: > > > MIPI-DSI devices, if they are controlled through the bus itself, have to > > > be described as a child

Re: [PATCH v2 1/2] dt-bindings: display: bridge: Document RZ/G2L MIPI DSI TX bindings

2022-03-31 Thread Rob Herring
; https://patchwork.kernel.org/project/linux-renesas-soc/patch/20220112174612.10773-22-biju.das...@bp.renesas.com/ > --- > .../bindings/display/bridge/renesas,dsi.yaml | 175 ++ > 1 file changed, 175 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/display/bridge/renesas,dsi.yaml > Reviewed-by: Rob Herring

Re: [PATCH] dt-bindings: display: bridge: Drop requirement on input port for DSI devices

2022-03-31 Thread Rob Herring
ngs/display/bridge/toshiba,tc358762.yaml | 1 - > 2 files changed, 2 deletions(-) > I tend to agree with port@0 not being needed and really like consistency. Reviewed-by: Rob Herring

Re: [PATCH 1/2] dt-bindings: lcdif: Add compatible for i.MX8MP

2022-03-31 Thread Rob Herring
nts. The new LCDIFv3 also supports 36bit address space. However, > except for the complete bit reshuffling, this is still LCDIF and it still > works like one. > > Signed-off-by: Marek Vasut > Cc: Alexander Stein > Cc: Laurent Pinchart > Cc: Lucas Stach > Cc: Peng Fan

Re: [PATCH] dt-bindings: display: msm: dsi: remove address/size cells

2022-03-31 Thread Rob Herring
On Thu, Mar 31, 2022 at 4:35 AM Dmitry Baryshkov wrote: > > On Thu, 31 Mar 2022 at 09:05, Vinod Koul wrote: > > > > On 29-03-22, 10:52, Rob Herring wrote: > > > On Tue, Mar 29, 2022 at 12:01:52PM +0530, Vinod Koul wrote: > > > > On 28-03-22, 13:21, Rob

Re: [PATCH v9 03/22] dt-bindings: mediatek,dp_phy: Add Display Port PHY binding

2022-03-29 Thread Rob Herring
On Mon, Mar 28, 2022 at 12:39:08AM +0200, Guillaume Ranquet wrote: > This phy controller is embedded in the Display Port Controller on mt8195 SoCs. Sorry, but I think you need to go back to what you had in v8. While yes, the phy and controller IP often do change independently, this h/w looks pre

Re: [PATCH] dt-bindings: display: msm: dsi: remove address/size cells

2022-03-29 Thread Rob Herring
On Tue, Mar 29, 2022 at 12:01:52PM +0530, Vinod Koul wrote: > On 28-03-22, 13:21, Rob Herring wrote: > > On Mon, Mar 28, 2022 at 12:18 PM Krzysztof Kozlowski > > wrote: > > > > > > On 28/03/2022 19:16, Vinod Koul wrote: > > > > On 28-03-22, 19:43, Dm

Re: [PATCH v13 3/6] dt-bindings: display: Add Loongson display controller

2022-03-29 Thread Rob Herring
On Sun, Mar 27, 2022 at 9:29 PM Sui Jingfeng <15330273...@189.cn> wrote: > > Add DT bindings and simple usages for Loongson display controller > found in LS7A1000 bridge chip and LS2k1000 SoC. > > Signed-off-by: Sui Jingfeng <15330273...@189.cn> > --- > .../loongson/loongson,display-controller.yam

Re: [PATCH v11 5/7] dt-bindings: display: Add Loongson display controller

2022-03-29 Thread Rob Herring
On Tue, Mar 29, 2022 at 10:02:11AM +0800, Sui Jingfeng wrote: > > On 2022/3/28 22:04, Rob Herring wrote: > > On Sat, Mar 26, 2022 at 06:04:46PM +0800, Sui Jingfeng wrote: > > > On 2022/3/24 21:26, Rob Herring wrote: > > > > On Thu, Mar 24, 2022 at 09:

Re: [PATCH] dt-bindings: display: msm: dsi: remove address/size cells

2022-03-28 Thread Rob Herring
On Mon, Mar 28, 2022 at 12:18 PM Krzysztof Kozlowski wrote: > > On 28/03/2022 19:16, Vinod Koul wrote: > > On 28-03-22, 19:43, Dmitry Baryshkov wrote: > >> On Mon, 28 Mar 2022 at 18:30, Krzysztof Kozlowski > >> wrote: > >>> > >>> The DSI node is not a bus and the children do not have unit address

Re: [PATCH v9 02/22] dt-bindings: mediatek,dp: Add Display Port binding

2022-03-28 Thread Rob Herring
On Mon, Mar 28, 2022 at 12:39:07AM +0200, Guillaume Ranquet wrote: > From: Markus Schneider-Pargmann > > This controller is present on several mediatek hardware. Currently > mt8195 and mt8395 have this controller without a functional difference, > so only one compatible field is added. > > The c

Re: [PATCH v11 5/7] dt-bindings: display: Add Loongson display controller

2022-03-28 Thread Rob Herring
On Sat, Mar 26, 2022 at 06:04:46PM +0800, Sui Jingfeng wrote: > > On 2022/3/24 21:26, Rob Herring wrote: > > On Thu, Mar 24, 2022 at 09:48:19AM +0800, Sui Jingfeng wrote: > > > On 2022/3/23 21:03, Rob Herring wrote: > > > > On Wed, Mar 23, 2022 at 11:

Re: [PATCH v9 02/22] dt-bindings: mediatek, dp: Add Display Port binding

2022-03-28 Thread Rob Herring
On Mon, 28 Mar 2022 00:39:07 +0200, Guillaume Ranquet wrote: > From: Markus Schneider-Pargmann > > This controller is present on several mediatek hardware. Currently > mt8195 and mt8395 have this controller without a functional difference, > so only one compatible field is added. > > The control

Re: [PATCH v12 3/6] dt-bindings: display: Add Loongson display controller

2022-03-27 Thread Rob Herring
On Sun, 27 Mar 2022 19:38:43 +0800, Sui Jingfeng wrote: > Add DT bindings and simple usages for Loongson display controller > found in LS7A1000 bridges chip and LS2k1000 SoC. > > Signed-off-by: Sui Jingfeng <15330273...@189.cn> > --- > .../loongson/loongson,display-controller.yaml | 322 +

Re: [git pull] drm for 5.18-rc1

2022-03-25 Thread Rob Herring
On Thu, Mar 24, 2022 at 10:01 PM Dave Airlie wrote: > > > FYI, this breaks the DT bindings. The relevant patches didn't get > > reviewed nor run thru automated testing because their encoding was > > 'charset=y'[1]. (While email clients seem to just ignore that > > encoding, patchwork and b4 do not

Re: [PATCH 02/22] dt-bindings: mediatek,dp: Add Display Port binding

2022-03-25 Thread Rob Herring
added. > > The controller can have two forms, as a normal display port and as an > embedded display port. > > Signed-off-by: Markus Schneider-Pargmann > Signed-off-by: Guillaume Ranquet > Reviewed-by: Rob Herring > --- > .../display/mediatek/mediatek,dp.yaml | 97

Re: [git pull] drm for 5.18-rc1

2022-03-24 Thread Rob Herring
On Thu, Mar 24, 2022 at 3:32 AM Dave Airlie wrote: > > Hi Linus, > > This is the main drm pull request for 5.18. > > The summary changelog is below, lots of work all over, > Intel improving DG2 support, amdkfd CRIU support, msm > new hw support, and faster fbdev support. > > Conflicts: > I did a m

Re: [PATCH v11 7/7] drm/lsdc: add drm driver for loongson display controller

2022-03-24 Thread Rob Herring
On Thu, Mar 24, 2022 at 03:32:01PM +0800, Sui Jingfeng wrote: > > On 2022/3/23 04:49, Rob Herring wrote: > > > + } > > > + > > > + spin_lock_init(&li2c->reglock); > > > + > > > + snprintf(compat, sizeof(compat), "lsdc,i2c-gpio-%d&

Re: [PATCH v11 7/7] drm/lsdc: add drm driver for loongson display controller

2022-03-24 Thread Rob Herring
On Thu, Mar 24, 2022 at 09:39:49AM +0800, Sui Jingfeng wrote: > > On 2022/3/23 04:49, Rob Herring wrote: > > On Tue, Mar 22, 2022 at 12:29:16AM +0800, Sui Jingfeng wrote: > > > From: suijingfeng > > > > > > There is a display controller in loongson's

Re: [PATCH v11 5/7] dt-bindings: display: Add Loongson display controller

2022-03-24 Thread Rob Herring
On Thu, Mar 24, 2022 at 09:48:19AM +0800, Sui Jingfeng wrote: > > On 2022/3/23 21:03, Rob Herring wrote: > > On Wed, Mar 23, 2022 at 11:38:55AM +0800, Sui Jingfeng wrote: > > > On 2022/3/23 04:55, Rob Herring wrote: > > > > On Tue, Mar 22, 2022 at 10:

Re: [PATCH 1/2] dt-bindings: display: bridge: Document RZ/G2L MIPI DSI TX bindings

2022-03-23 Thread Rob Herring
On Wed, Mar 23, 2022 at 06:26:31PM +, Biju Das wrote: > Hi Rob, > > Thanks for the feedback. > > > Subject: Re: [PATCH 1/2] dt-bindings: display: bridge: Document RZ/G2L > > MIPI DSI TX bindings > > > > On Mon, Mar 14, 2022 at 04:10:02PM +, Biju Das wrote: > > > The RZ/G2L MIPI DSI TX is

<    5   6   7   8   9   10   11   12   13   14   >