On 08/03/2012 12:32 PM, Laxman Dewangan wrote:
On Friday 03 August 2012 12:06 AM, Stephen Warren wrote:
quoted
From: Stephen Warren<redacted>
The Toshiba AC100/PAZ00 uses a TPS6586x regulator. Instantiate this.
...
Acked-by: Laxman Dewangan <ldewangan@nvidia.com>
Thanks.
quoted
+ regulators {
+ compatible = "simple-bus";
+ #address-cells =<1>;
+ #size-cells =<0>;
+
Is "simple-bus" accepted?
Accordingly I need to update for the Cardhu also to have regulator
support which I am going to send.
I believe so yes; the ability to use that bus type was the specific
purpose of:
https://lists.ozlabs.org/pipermail/devicetree-discuss/2012-August/017963.html
... which Rob seems to find acceptable.