Re: [PATCH V2] regulator: dt: fix the name of regulator supply

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Saturday 19 May 2012 06:40 PM, Mark Brown wrote:
* PGP Signed by an unknown key

On Sat, May 19, 2012 at 06:08:28PM +0530, Laxman Dewangan wrote:

The descriptor is set on the regulator driver and hence it need to
be parse this in the regulator driver.
We need to set the name regulator_desc->supply_name and hence it
needs to be in dt binding documentation of that device/regulators.
Is this what you recommend?
I'm sorry, I still can't understand what you're trying to say here
especially the first sentance.  Listing the name of the supply in the
binding documentation doesn't seem like a bad idea if that's what you're
trying to say.

Sorry for not explaining this in well.
In dts file for regulator, I want to specify the supply name same as the regulator name i.e.

more generic

my_reg1: abc {
:::::::::::
};

my_reg2: xyz {
::::::::::::::;
 xyz-supply = <&my_reg1>;
};


other way:
my_regname: <name> {
:::::::::;
<name>-supply = <&supply_reg>
};


This will be parsed in regulator driver file, not in core files.


-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information.  Any unauthorized review, use, disclosure or distribution
is prohibited.  If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux FS]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux