summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2019-03-13 11:56:31 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-03-18 09:06:22 +0100
commit493e2ee38f71bad6598ae2522898db5bdb69a06c (patch)
tree1d3866e3b376a1467090ff39943fce8ad0ecee60 /include
parent45237b5ff0a03dd59bc484a11a2fb5ad3d8b0ea2 (diff)
downloadbarebox-493e2ee38f71bad6598ae2522898db5bdb69a06c.tar.gz
barebox-493e2ee38f71bad6598ae2522898db5bdb69a06c.tar.xz
ARM: zii-common: add support for switch reset on RDU1
Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mfd/rave-sp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/rave-sp.h b/include/linux/mfd/rave-sp.h
index 37a37788d8..7b3187cb74 100644
--- a/include/linux/mfd/rave-sp.h
+++ b/include/linux/mfd/rave-sp.h
@@ -25,6 +25,7 @@ enum rave_sp_command {
RAVE_SP_CMD_SET_BACKLIGHT = 0xA6,
RAVE_SP_CMD_RESET = 0xA7,
RAVE_SP_CMD_RESET_REASON = 0xA8,
+ RAVE_SP_CMD_RESET_ETH_SWITCH = 0xAF,
RAVE_SP_CMD_JUMP_TO_BOOTLOADER = 0xB0,
RAVE_SP_CMD_BOOTLOADER = 0xB1,