commit | 9b768bf0e312170076823e9e4c8094f3a9351cc6 | [log] [tgz] |
---|---|---|
author | Jim Liu <jim.t90615@gmail.com> | Tue Jul 04 16:01:56 2023 +0800 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Thu Jul 13 14:16:59 2023 +0530 |
tree | 00af9ab6657faa480ddd4b848d230327598d2c74 | |
parent | 41b5c79ea067d28ea27c0c48d4f7c4b89d76ea4f [diff] |
spi: npcm_pspi: use ACTIVE_LOW flag for cs gpio and set default max_hz If cs gpio is requested with ACTIVE_HIGH flag, it will be pulled low(i.e. active). This is not what we expected. Signed-off-by: Jim Liu <JJLIU0@nuvoton.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>