Re: [PATCH 3/3] dt-bindings: display: panel: correct Anbernic RG35XX panel example

2024-06-30 Thread Ryan Walklin
Hi Conor, On Thu, 27 Jun 2024, at 3:38 AM, Conor Dooley wrote: > On Wed, Jun 26, 2024 at 11:17:50PM +1200, Ryan Walklin wrote: >> make dt_bindings_check reports that sck-gpios and num-chipselects are >> required for spi nodes, therefore add these to the example. > huh, are you sure it does? It d

Re: [PATCH 3/3] dt-bindings: display: panel: correct Anbernic RG35XX panel example

2024-06-26 Thread Conor Dooley
On Wed, Jun 26, 2024 at 11:17:50PM +1200, Ryan Walklin wrote: > make dt_bindings_check reports that sck-gpios and num-chipselects are > required for spi nodes, therefore add these to the example. > > Signed-off-by: Ryan Walklin huh, are you sure it does? It doesn't for me... > --- > .../bindin

[PATCH 3/3] dt-bindings: display: panel: correct Anbernic RG35XX panel example

2024-06-26 Thread Ryan Walklin
make dt_bindings_check reports that sck-gpios and num-chipselects are required for spi nodes, therefore add these to the example. Signed-off-by: Ryan Walklin --- .../bindings/display/panel/anbernic,rg35xx-panel.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/d