[PATCH] ARM: dts: imx: Remove unneeded unit-addresses

Fabio Estevam festevam at gmail.com
Tue May 3 08:45:07 PDT 2016


On Tue, May 3, 2016 at 12:42 PM, Fabio Estevam <festevam at gmail.com> wrote:
> On Tue, May 3, 2016 at 12:37 PM, Rob Herring <robh at kernel.org> wrote:
>
>> Presumably these are register offsets which could be useful to have
>> even if the Linux driver doesn't use them. But either way is fine with
>> me.
>
> Yes, these are register offsets.
>
>                 reg_3p0: regulator-3p0 {
>                     compatible = "fsl,anatop-regulator";
>                     regulator-name = "vdd3p0";
>                     regulator-min-microvolt = <2625000>;
>                     regulator-max-microvolt = <3400000>;
>                     anatop-reg-offset = <0x120>;

Sorry, pressed the 'send' button too quickly.

There is a "anatop-reg-offset = <0x120>;" property that is used to
pass the offset to the anatop regulator driver, so that's why I
preferred to remove the unneeded unit-address.

Thanks



More information about the linux-arm-kernel mailing list