mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 21:45:45 +02:00
ARM: dts: ux500: Tag Janice display SPI correct
The s6e63m0 display used "type 3" SPI communication so flag the device as using negative clocking and polarity on the SPI bus. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
6880fa6c56
commit
ffc011b696
|
|
@ -266,6 +266,9 @@ panel@0 {
|
|||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&panel_default_mode>;
|
||||
spi-3wire;
|
||||
/* TYPE 3: inverse clock polarity and phase */
|
||||
spi-cpha;
|
||||
spi-cpol;
|
||||
|
||||
port {
|
||||
panel_in: endpoint {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user