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. Changes from V1-->V2: - Remove the vdd_sdmmc1 regulator registration. - Fix the pex_hvdd_3v3 regulator registration. - Set panel regulator to be always on. - Add i2c eeprom address in board-identification paragraph. 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 | 473 ++++++++++++++++++++++++++++++ arch/arm/mach-tegra/Makefile.boot | 3 +- 5 files changed, 660 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 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html