diff options
author | Faiz Abbas <faiz_abbas@ti.com> | 2018-07-09 22:18:38 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-07-09 22:31:27 -0700 |
commit | 7f35e63dbfcb627bd30bac45702ffdf1ddde1516 (patch) | |
tree | c084a5cd1c33664f92dc656432954190fc8946b8 /include/dt-bindings/bus | |
parent | 91c17a7006d2e8313afb9666f66313fdc992bfda (diff) | |
download | talos-obmc-linux-7f35e63dbfcb627bd30bac45702ffdf1ddde1516.tar.gz talos-obmc-linux-7f35e63dbfcb627bd30bac45702ffdf1ddde1516.zip |
bus: ti-sysc: Add support for using ti-sysc for MCAN on dra76x
The dra76x MCAN generic interconnect module has a its own
format for the bits in the control registers.
Therefore add a new module type, new regbits and new capabilities
specific to the MCAN module.
Acked-by: Rob Herring <robh@kernel.org>
CC: Tony Lindgren <tony@atomide.com>
Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include/dt-bindings/bus')
-rw-r--r-- | include/dt-bindings/bus/ti-sysc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/bus/ti-sysc.h b/include/dt-bindings/bus/ti-sysc.h index 2c005376ac0e..7138384e2ef9 100644 --- a/include/dt-bindings/bus/ti-sysc.h +++ b/include/dt-bindings/bus/ti-sysc.h @@ -15,6 +15,8 @@ /* SmartReflex sysc found on 36xx and later */ #define SYSC_OMAP3_SR_ENAWAKEUP (1 << 26) +#define SYSC_DRA7_MCAN_ENAWAKEUP (1 << 4) + /* SYSCONFIG STANDBYMODE/MIDLEMODE/SIDLEMODE supported by hardware */ #define SYSC_IDLE_FORCE 0 #define SYSC_IDLE_NO 1 |