From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932194Ab2HHHEH (ORCPT ); Wed, 8 Aug 2012 03:04:07 -0400 Received: from hqemgate04.nvidia.com ([216.228.121.35]:17756 "EHLO hqemgate04.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757071Ab2HHHEE (ORCPT ); Wed, 8 Aug 2012 03:04:04 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Wed, 08 Aug 2012 00:03:52 -0700 From: Laxman Dewangan To: , CC: , , , Laxman Dewangan Subject: [PATCH 0/3] ARM: dt: tegra: cardhu: add entry for regulators Date: Wed, 8 Aug 2012 12:18:44 +0530 Message-ID: <1344408527-32051-1-git-send-email-ldewangan@nvidia.com> X-Mailer: git-send-email 1.7.1.1 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series add the PMIC and fixed regulators for cardhu board. There is multiple versions of cardhu baord named as A01, A02, A03..and so on. Cardhu A01 and A03 are not supported. Cardhu A02 and A04 have different sets of GPIO for regualtors. The cardhu A04 is compatible for A05, A06 and A07 in GPIOs. This patch series split the cardhu dts file to cardhu-a02 and carchu-a04 and then add entry for different fixed regualtors. In patch 1, it enabled the PMIC tps65910 which is main pmu for the cardhu. In Patch 2, split the cardhu support for cardhu-a02 and cardhu-a04. In Patch 3, add different regulators. Laxman Dewangan (3): ARM: dt: tegra: cardhu: add entry for PMIC TPS65911. ARM: dt: tegra: cardhu: split dts file for support multiple board versions ARM: tegra: cardhu: add dt entry for fixed regulators arch/arm/boot/dts/tegra30-cardhu-a02.dts | 87 ++++++ arch/arm/boot/dts/tegra30-cardhu-a04.dts | 98 ++++++ arch/arm/boot/dts/tegra30-cardhu.dts | 171 ----------- arch/arm/boot/dts/tegra30-cardhu.dtsi | 483 ++++++++++++++++++++++++++++++ arch/arm/mach-tegra/Makefile.boot | 3 +- 5 files changed, 670 insertions(+), 172 deletions(-) create mode 100644 arch/arm/boot/dts/tegra30-cardhu-a02.dts create mode 100644 arch/arm/boot/dts/tegra30-cardhu-a04.dts delete mode 100644 arch/arm/boot/dts/tegra30-cardhu.dts create mode 100644 arch/arm/boot/dts/tegra30-cardhu.dtsi