Re: [PATCH] drm/panel: Fix up DT bindings for Samsung lms397kf04

2021-07-08 Thread Doug Anderson
Hi, On Thu, Jul 1, 2021 at 2:38 PM Linus Walleij wrote: > > Improve the bindings and make them more usable: > > - Pick in spi-cpha and spi-cpol from the SPI node parent, > this will specify that we are "type 3" in the device tree > rather than hardcoding it in the operating system. > - Drop t

Re: [PATCH] drm/panel: Fix up DT bindings for Samsung lms397kf04

2021-07-01 Thread Sam Ravnborg
Hi Linus, On Thu, Jul 01, 2021 at 11:36:18PM +0200, Linus Walleij wrote: > Improve the bindings and make them more usable: > > - Pick in spi-cpha and spi-cpol from the SPI node parent, > this will specify that we are "type 3" in the device tree > rather than hardcoding it in the operating sys

[PATCH] drm/panel: Fix up DT bindings for Samsung lms397kf04

2021-07-01 Thread Linus Walleij
Improve the bindings and make them more usable: - Pick in spi-cpha and spi-cpol from the SPI node parent, this will specify that we are "type 3" in the device tree rather than hardcoding it in the operating system. - Drop the u32 ref from the SPI frequency: comes in from the SPI host binding