[PATCH] ARM: dts: Gateworks GW5510 support (i.MX6)

Tim Harvey tharvey at gateworks.com
Thu May 7 08:21:19 PDT 2015


On Thu, Apr 30, 2015 at 9:46 AM, Fabio Estevam <festevam at gmail.com> wrote:
> Hi Tim,
>
> On Thu, Apr 30, 2015 at 1:01 PM, Tim Harvey <tharvey at gateworks.com> wrote:
>
>> +++ b/arch/arm/boot/dts/imx6dl-gw551x.dts
>> @@ -0,0 +1,19 @@
>> +/*
>> + * Copyright 2014 Gateworks Corporation
>> + *
>> + * The code contained herein is licensed under the GNU General Public
>> + * License. You may obtain a copy of the GNU General Public License
>> + * Version 2 or later at the following locations:
>> + *
>> + * http://www.opensource.org/licenses/gpl-license.html
>> + * http://www.gnu.org/copyleft/gpl.html
>> + */
>
> The recommendation for new dts files is to use a dual-license type scheme.
>
> Please check imx6sl-warp for an example.
>
>> +       regulators {
>> +               compatible = "simple-bus";
>> +               #address-cells = <1>;
>> +               #size-cells = <0>;
>> +
>> +               reg_5p0v: regulator at 0 {
>> +                       compatible = "regulator-fixed";
>> +                       reg = <0>;
>> +                       regulator-name = "5P0V";
>> +                       regulator-min-microvolt = <5000000>;
>> +                       regulator-max-microvolt = <5000000>;
>> +                       regulator-always-on;
>
> This ' regulator-always-on' can be removed. Same applies to the other
> occurrences.

Fabio,

Thanks for the review. I'll post a v2 with these changes.

Tim



More information about the linux-arm-kernel mailing list