From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sun, 31 Jan 2016 20:33:05 +0100 Subject: [U-Boot] [PATCH v2 22/23] tegra: video: Move LCD driver to use the DM PWM driver In-Reply-To: <1454197082-1312-23-git-send-email-sjg@chromium.org> References: <1454197082-1312-1-git-send-email-sjg@chromium.org> <1454197082-1312-23-git-send-email-sjg@chromium.org> Message-ID: <20160131203305.4afe3101@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 30 Jan 2016 16:38:01 -0700 Simon Glass sjg at chromium.org wrote: > Use the driver-model PWM driver in preference to the old code. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/arm/dts/tegra20-colibri.dts | 4 ++++ > arch/arm/dts/tegra20-harmony.dts | 4 ++++ > arch/arm/dts/tegra20-medcom-wide.dts | 4 ++++ > arch/arm/dts/tegra20-paz00.dts | 4 ++++ > arch/arm/dts/tegra20-seaboard.dts | 4 ++++ > arch/arm/dts/tegra20-tec.dts | 4 ++++ > arch/arm/dts/tegra20-ventana.dts | 4 ++++ > arch/arm/mach-tegra/Kconfig | 1 + > drivers/pwm/Kconfig | 1 + > drivers/video/tegra.c | 20 ++++++++++++++++---- > 10 files changed, 46 insertions(+), 4 deletions(-) Acked-by: Anatolij Gustschin