diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-30 16:38:01 -0700 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2016-02-16 09:17:53 -0700 |
commit | 91c08afe66f8b24798389cf628210844b1dfa215 (patch) | |
tree | e7f47497a17896b2b5ae2de51c61c63005159bca /arch/arm/dts/tegra20-medcom-wide.dts | |
parent | 41fa035ce1480aa87d42e4af0ed8ea841944c2c9 (diff) | |
download | u-boot-imx-91c08afe66f8b24798389cf628210844b1dfa215.zip u-boot-imx-91c08afe66f8b24798389cf628210844b1dfa215.tar.gz u-boot-imx-91c08afe66f8b24798389cf628210844b1dfa215.tar.bz2 |
tegra: video: Move LCD driver to use the DM PWM driver
Use the driver-model PWM driver in preference to the old code.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm/dts/tegra20-medcom-wide.dts')
-rw-r--r-- | arch/arm/dts/tegra20-medcom-wide.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/tegra20-medcom-wide.dts b/arch/arm/dts/tegra20-medcom-wide.dts index a4886bf..3d37257 100644 --- a/arch/arm/dts/tegra20-medcom-wide.dts +++ b/arch/arm/dts/tegra20-medcom-wide.dts @@ -40,6 +40,10 @@ status = "okay"; }; + pwm: pwm@7000a000 { + status = "okay"; + }; + lcd_panel: panel { clock = <61715000>; xres = <1366>; |