Skip to content

Commit

Permalink
ARM: dts: rockchip: Use ABI name for write protect pin on veyron fiev…
Browse files Browse the repository at this point in the history
…el/tiger

The flash write protect pin is currently named 'FW_WP_AP', which is
how the signal is called in the schematics. The Chrome OS ABI
requires the pin to be named 'AP_FLASH_WP_L', which is also how
it is called on all other veyron devices. Rename the pin to match
the ABI.

Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Link: https://lore.kernel.org/r/20200106135142.1.I3f99ac8399a564c88ff48ae6290cc691b47c16ae@changeid
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
  • Loading branch information
Matthias Kaehlcke authored and Heiko Stuebner committed Jan 7, 2020
1 parent e964d46 commit 1f5e928
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion arch/arm/boot/dts/rk3288-veyron-fievel.dts
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,11 @@
"PWR_LED1",
"TPM_INT_H",
"SPK_ON",
"FW_WP_AP",
/*
* AP_FLASH_WP_L is Chrome OS ABI. Schematics call
* it FW_WP_AP.
*/
"AP_FLASH_WP_L",
"",

"CPU_NMI",
Expand Down

0 comments on commit 1f5e928

Please sign in to comment.