diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2016-12-13 17:56:51 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-12-16 17:16:10 +0100 |
commit | b8ad70f70655d4a53c4014e768a25194c8a4b219 (patch) | |
tree | 094347ed992ece043c55162f08b984897c212114 /include/dt-bindings | |
parent | d90384e834a551ef7b69b05f3be1bd103af87d38 (diff) | |
download | u-boot-imx-b8ad70f70655d4a53c4014e768a25194c8a4b219.zip u-boot-imx-b8ad70f70655d4a53c4014e768a25194c8a4b219.tar.gz u-boot-imx-b8ad70f70655d4a53c4014e768a25194c8a4b219.tar.bz2 |
arm: dts: Add devicetree for i.MX6UL
Add i.MX6UL dtsi support from Linux.
Here is the last commit:
"ARM: dts: add gpio-ranges property to iMX GPIO controllers"
(sha1: bb728d662bed0fe91b152550e640cb3f6caa972c)
Cc: Stefano Babic <sbabic@denx.de>
Cc: Matteo Lisi <matteo.lisi@engicam.com>
Cc: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/imx6ul-clock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/imx6ul-clock.h b/include/dt-bindings/clock/imx6ul-clock.h index 18de070..4623f17 100644 --- a/include/dt-bindings/clock/imx6ul-clock.h +++ b/include/dt-bindings/clock/imx6ul-clock.h @@ -234,6 +234,7 @@ #define IMX6UL_CLK_CSI_SEL 221 #define IMX6UL_CLK_CSI_PODF 222 #define IMX6UL_CLK_PLL3_120M 223 +#define IMX6UL_CLK_KPP 224 /* For i.MX6ULL */ #define IMX6UL_CLK_ESAI_SEL 224 #define IMX6UL_CLK_ESAI_PRED 225 |