Skip to content

Commit

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

The recovery mode pin is currently named 'REC_MODE_L', which is
how the signal is called in the schematics. The Chrome OS ABI
requires the pin to be named 'RECOVERY_SW_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/20200108092908.1.I3afd3535b65460e79f3976e9ebfa392a0dd75e01@changeid
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
  • Loading branch information
Matthias Kaehlcke authored and Heiko Stuebner committed Jan 8, 2020
1 parent 1f5e928 commit a950c4c
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 @@ -213,7 +213,11 @@
"PHY_PMEB",

"PHY_INT",
"REC_MODE_L",
/*
* RECOVERY_SW_L is Chrome OS ABI. Schematics call
* it REC_MODE_L.
*/
"RECOVERY_SW_L",
"OTP_OUT",
"",
"USB_OTG_POWER_EN",
Expand Down

0 comments on commit a950c4c

Please sign in to comment.