Re: [PATCH v2 1/2] dt-bindings: display: bridge: ldb: Add i.MX6SX support

2023-04-03 Thread Marek Vasut
On 3/30/23 12:42, Fabio Estevam wrote: From: Fabio Estevam i.MX6SX has a single LVDS port and share a similar LDB_CTRL register layout with i.MX8MP and i.MX93. Signed-off-by: Fabio Estevam Nit: you are not adding 'support' for the IP here, you are documenting bindings in this patch. The su

Re: [PATCH v2 1/2] dt-bindings: display: bridge: ldb: Add i.MX6SX support

2023-03-31 Thread Krzysztof Kozlowski
On 30/03/2023 12:42, Fabio Estevam wrote: > From: Fabio Estevam > > i.MX6SX has a single LVDS port and share a similar LDB_CTRL register > layout with i.MX8MP and i.MX93. > > Signed-off-by: Fabio Estevam > --- > Changes since v1: > - Do not duplicate the entire if. (Krzysztof) Reviewed-by: Krz