commit | cfa23a437dacc2608f41eec84df553ab1e140689 | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Mon Aug 21 12:50:59 2017 +0530 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 11 16:19:48 2017 -0400 |
tree | f790aa1f64f8677ea8acd2c93ce834f9955c4acc | |
parent | 066f578bf199a465b855a7196f203fd561a36471 [diff] [blame] |
arm: dts: dra7: sync DT with latest Linux Sync all dra7* specific dts files with the upstream kernel including changes queued for 4.14 https://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git/log/?h=omap-for-v4.14/dt-v3 Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
diff --git a/include/dt-bindings/pinctrl/dra.h b/include/dt-bindings/pinctrl/dra.h index 5c75e80..18ec5df 100644 --- a/include/dt-bindings/pinctrl/dra.h +++ b/include/dt-bindings/pinctrl/dra.h
@@ -73,5 +73,8 @@ */ #define DRA7XX_CORE_IOPAD(pa, val) (((pa) & 0xffff) - 0x3400) (val) +/* DRA7 IODELAY configuration parameters */ +#define A_DELAY_PS(val) ((val) & 0xffff) +#define G_DELAY_PS(val) ((val) & 0xffff) #endif