diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-30 23:38:01 (GMT) |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2016-02-16 16:17:53 (GMT) |
commit | 91c08afe66f8b24798389cf628210844b1dfa215 (patch) | |
tree | e7f47497a17896b2b5ae2de51c61c63005159bca /arch/arm/dts/tegra20-paz00.dts | |
parent | 41fa035ce1480aa87d42e4af0ed8ea841944c2c9 (diff) | |
download | u-boot-91c08afe66f8b24798389cf628210844b1dfa215.tar.xz |
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-paz00.dts')
-rw-r--r-- | arch/arm/dts/tegra20-paz00.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/tegra20-paz00.dts b/arch/arm/dts/tegra20-paz00.dts index f5edff1..5c7e805 100644 --- a/arch/arm/dts/tegra20-paz00.dts +++ b/arch/arm/dts/tegra20-paz00.dts @@ -65,6 +65,10 @@ }; }; + pwm: pwm@7000a000 { + status = "okay"; + }; + lcd_panel: panel { /* PAZ00 has 1024x600 */ clock = <54030000>; |