summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/rk3288-veyron-fievel.dts
diff options
context:
space:
mode:
authorMatthias Kaehlcke <mka@chromium.org>2020-01-08 09:29:33 -0800
committerHeiko Stuebner <heiko@sntech.de>2020-01-09 00:22:26 +0100
commita950c4c63cde7e5c9d849f6ced95f60ed163548d (patch)
treed62f1fa680a3380ec923edbb3ab3936122338152 /arch/arm/boot/dts/rk3288-veyron-fievel.dts
parent1f5e928340061bc9729c82591ec4379909e708d6 (diff)
ARM: dts: rockchip: Use ABI name for recovery mode pin on veyron fievel/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>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-veyron-fievel.dts')
-rw-r--r--arch/arm/boot/dts/rk3288-veyron-fievel.dts6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3288-veyron-fievel.dts b/arch/arm/boot/dts/rk3288-veyron-fievel.dts
index 6ece7141ddbe..309b122b4d0d 100644
--- a/arch/arm/boot/dts/rk3288-veyron-fievel.dts
+++ b/arch/arm/boot/dts/rk3288-veyron-fievel.dts
@@ -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",