[PATCH v2 08/10] ARM: tegra: harmony: Initialize regulators from DT
From: Stephen Warren <hidden>
Date: 2012-06-21 20:17:32
Also in:
linux-devicetree, linux-pci, linux-tegra
From: Stephen Warren <hidden>
Date: 2012-06-21 20:17:32
Also in:
linux-devicetree, linux-pci, linux-tegra
On 06/11/2012 09:05 AM, Thierry Reding wrote:
Device tree support for the TPS6586x PMU used on Harmony has recently been added. This commit adds the required device tree nodes to probe the PMU from the device tree.
diff --git a/arch/arm/boot/dts/tegra-harmony.dts b/arch/arm/boot/dts/tegra-harmony.dts
+ tps6586x at 34 {
+ compatible = "ti,tps6586x";
+ reg = <0x34>;
+ interrupts = <0 88 0x4>;I believe that should be interrupt 86 not 88.