summaryrefslogtreecommitdiff
path: root/include/dt-bindings/clock/vf610-clock.h
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2015-02-03 11:21:04 +0100
committerStefan Agner <stefan.agner@toradex.com>2015-02-03 11:23:26 +0100
commited85461161652239983971c31bdc4fc1e58a06d8 (patch)
tree4a32880106929aadc04ff7bb84e07031449db7de /include/dt-bindings/clock/vf610-clock.h
parent1106becd353f7286c49254d7fe40f171e6f2eace (diff)
ARM: imx: clk-vf610: enable debug access port by default
Enabled DAP (debug access port) by default. This enables the hw- breakpoint framework to make use of the breakpoints and watchpoints supported by hardware. [ 0.215805] hw-breakpoint: found 2 (+1 reserved) breakpoint and 1 watchpoint registers. [ 0.224624] hw-breakpoint: maximum watchpoint size is 4 bytes. Without this clock, the hw-breakpoint driver claims an undefined instruction during initialization: [ 0.227380] hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 0 [ 0.227519] hw-breakpoint: CPU 0 failed to disable vector catch Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'include/dt-bindings/clock/vf610-clock.h')
-rw-r--r--include/dt-bindings/clock/vf610-clock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/vf610-clock.h b/include/dt-bindings/clock/vf610-clock.h
index 0b1a100007ad..9e4da05e4404 100644
--- a/include/dt-bindings/clock/vf610-clock.h
+++ b/include/dt-bindings/clock/vf610-clock.h
@@ -195,6 +195,7 @@
#define VF610_CLK_SNVS 182
#define VF610_CLK_TCON0 183
#define VF610_CLK_DDRMC 184
-#define VF610_CLK_END 185
+#define VF610_CLK_DAP 185
+#define VF610_CLK_END 186
#endif /* __DT_BINDINGS_CLOCK_VF610_H */