[PATCH 4/4 v2] ARM: dts: add Gemini PATA/SATA support
From: Linus Walleij <hidden>
Date: 2017-05-20 08:27:41
Also in:
linux-ide
From: Linus Walleij <hidden>
Date: 2017-05-20 08:27:41
Also in:
linux-ide
On Sat, May 20, 2017 at 1:06 AM, Linus Walleij [off-list ref] wrote:
The NAS4229B and SQ201 Gemini systems have a PATA controller which is linked to a SATA bridge in the SoC. Enable both platforms to use the PATA/SATA devices. Cc: John Feng-Hsin Chiang <redacted> Cc: Greentime Hu <redacted> Acked-by: Hans Ulli Kroll <ulli.kroll@googlemail.com> Signed-off-by: Linus Walleij <redacted> --- ChangeLog v1->v2: - Cut the timings
(...)
+ ata at 63400000 {(...)
+ /* PIO timings assume 33 MHz bus speed */ + faraday,pio-active-time = <10>, <10>, <10>, <3>, <3>; + faraday,pio-recovery-time = <10>, <3>, <1>, <3>, <1>;
(...) OK I forgot to cut the timings on the second instance, sorry. I have removed them now so they are not there when I send this to the ARM SoC tree. Yours, Linus Walleij