summaryrefslogtreecommitdiffstats
path: root/drivers/soc/renesas/rcar-sysc.h
diff options
context:
space:
mode:
authorOlof Johansson2017-06-19 07:51:43 +0200
committerOlof Johansson2017-06-19 07:51:43 +0200
commita32e6a353dac8641dcdc25854d2c64134839c07f (patch)
tree4c66517773481f837a5418838a1e2a701e0f137c /drivers/soc/renesas/rcar-sysc.h
parentMerge tag 'renesas-drivers-for-v4.13' of https://git.kernel.org/pub/scm/linux... (diff)
parentsoc: renesas: rcar-sysc: Use GENPD_FLAG_ALWAYS_ON (diff)
downloadkernel-qcow2-linux-a32e6a353dac8641dcdc25854d2c64134839c07f.tar.gz
kernel-qcow2-linux-a32e6a353dac8641dcdc25854d2c64134839c07f.tar.xz
kernel-qcow2-linux-a32e6a353dac8641dcdc25854d2c64134839c07f.zip
Merge tag 'renesas-rcar-sysc-for-v4.13' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/drivers
Renesas ARM Based SoC R-Car SYSC Updates for v4.13 Use GENPD_FLAG_ALWAYS_ON in R-Car SYSC driver * tag 'renesas-rcar-sysc-for-v4.13' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: soc: renesas: rcar-sysc: Use GENPD_FLAG_ALWAYS_ON Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/soc/renesas/rcar-sysc.h')
-rw-r--r--drivers/soc/renesas/rcar-sysc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/soc/renesas/rcar-sysc.h b/drivers/soc/renesas/rcar-sysc.h
index 07edb049a401..1a5bebaf54ba 100644
--- a/drivers/soc/renesas/rcar-sysc.h
+++ b/drivers/soc/renesas/rcar-sysc.h
@@ -20,8 +20,6 @@
#define PD_SCU BIT(1) /* Area contains SCU and L2 cache */
#define PD_NO_CR BIT(2) /* Area lacks PWR{ON,OFF}CR registers */
-#define PD_BUSY BIT(3) /* Busy, for internal use only */
-
#define PD_CPU_CR PD_CPU /* CPU area has CR (R-Car H1) */
#define PD_CPU_NOCR PD_CPU | PD_NO_CR /* CPU area lacks CR (R-Car Gen2/3) */
#define PD_ALWAYS_ON PD_NO_CR /* Always-on area */