ARM: shmobile: koelsch: Fix QSPI mode of SPI-Flash into mode3
authorHisashi Nakamura <hisashi.nakamura.ak@renesas.com>
Tue, 9 Dec 2014 00:37:12 +0000 (09:37 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Sun, 21 Dec 2014 07:57:18 +0000 (16:57 +0900)
In order to change into mode3, CPOL and CPHA bit of SPCMD register
of QSPI is changed. Mode3 can avoid intermediate voltage.

Signed-off-by: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com>
[horms: Updated changelog and re-ordered properties]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm/boot/dts/r8a7791-koelsch.dts

index 1e5f8d2b74b976615167337c52a0e8d9e48db473..691e4c635564ba9f3e2f1c98a0e8224fe875b3c0 100644 (file)
                spi-max-frequency = <30000000>;
                spi-tx-bus-width = <4>;
                spi-rx-bus-width = <4>;
+               spi-cpha;
+               spi-cpol;
                m25p,fast-read;
 
                partition@0 {
This page took 0.025375 seconds and 5 git commands to generate.