summaryrefslogtreecommitdiffstats
path: root/include/fdtdec.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-10-17 13:24:49 +0000
committerTom Warren <twarren@nvidia.com>2012-11-19 08:15:36 -0700
commite1ae0d1f7185948d576dd7b53654444a0079a92d (patch)
tree60e4566fec33781968829b9477322837c634c447 /include/fdtdec.h
parenteefe3e598e38dc4e433d5b39c2f5528ffea461e3 (diff)
downloadblackbird-obmc-uboot-e1ae0d1f7185948d576dd7b53654444a0079a92d.tar.gz
blackbird-obmc-uboot-e1ae0d1f7185948d576dd7b53654444a0079a92d.zip
tegra: Add support for PWM
The pulse width/frequency modulation peripheral supports generating a repeating pulse. It is useful for controlling LCD brightness. 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 0b140752ff..cdc87ebd4c 100644
--- a/include/fdtdec.h
+++ b/include/fdtdec.h
@@ -66,6 +66,7 @@ enum fdt_compat_id {
COMPAT_NVIDIA_TEGRA20_EMC_TABLE, /* Tegra20 memory timing table */
COMPAT_NVIDIA_TEGRA20_KBC, /* Tegra20 Keyboard */
COMPAT_NVIDIA_TEGRA20_NAND, /* Tegra2 NAND controller */
+ COMPAT_NVIDIA_TEGRA20_PWM, /* Tegra 2 PWM controller */
COMPAT_COUNT,
};
OpenPOWER on IntegriCloud