summaryrefslogtreecommitdiffstats
path: root/include/fdtdec.h
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-12-09 22:25:05 -0700
committerTom Warren <twarren@nvidia.com>2014-12-18 13:19:20 -0700
commit6173c45b21ca584fd691b21dc81a44d852d4bdce (patch)
treed6e805447b459703af159413c64a695d33d772cd /include/fdtdec.h
parent839e4f7c66877ade9024d1f2adfabd727e231cbc (diff)
downloadtalos-obmc-uboot-6173c45b21ca584fd691b21dc81a44d852d4bdce.tar.gz
talos-obmc-uboot-6173c45b21ca584fd691b21dc81a44d852d4bdce.zip
power: Add AMS AS3722 PMIC support
The AS3722 provides a number of DC/DC converters and LDOs as well as 8 GPIOs. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/fdtdec.h')
-rw-r--r--include/fdtdec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h
index d2b665ca11..cc2dc5ce2a 100644
--- a/include/fdtdec.h
+++ b/include/fdtdec.h
@@ -123,6 +123,7 @@ enum fdt_compat_id {
COMPAT_INTEL_PANTHERPOINT_AHCI, /* Intel Pantherpoint AHCI */
COMPAT_INTEL_MODEL_206AX, /* Intel Model 206AX CPU */
COMPAT_INTEL_GMA, /* Intel Graphics Media Accelerator */
+ COMPAT_AMS_AS3722, /* AMS AS3722 PMIC */
COMPAT_COUNT,
};
OpenPOWER on IntegriCloud