Re: [PATCH v2 1/4] dt-bindings: display: bridge: add sam9x75-mipi-dsi binding

2024-07-15 Thread Conor Dooley
On Mon, Jul 15, 2024 at 03:27:33PM +0530, Manikandan Muralidharan wrote: > + clocks: > +items: > + - description: > + Peripheral clock for the hardware block functionality > + - description: > + Generic clock to drive the D-PHY PLL block What is "generic" about thi

[PATCH v2 1/4] dt-bindings: display: bridge: add sam9x75-mipi-dsi binding

2024-07-15 Thread Manikandan Muralidharan
Add the 'sam9x75-mipi-dsi' compatible binding, which describes the Microchip's specific wrapper for the Synopsys DesignWare MIPI DSI HOST Controller for the sam9x75 series System-on-Chip (SoC) devices. Signed-off-by: Manikandan Muralidharan --- changes in v2: - List the clocks with description -