[linux] ARM: dts: aspeed: witherspoon: Add ucd90160 sensor

Joel Stanley joel at jms.id.au
Fri Oct 21 17:18:38 AEDT 2016


On Fri, Oct 21, 2016 at 4:33 PM, Lei YU <mine260309 at gmail.com> wrote:
> Add UCD90160 sensor to enable pmbus hwmon.
>
> Signed-off-by: Lei YU <mine260309 at gmail.com>

Thanks, applied as 9efee2db48c4b5d08f668c6ce5a0ec1d875be9d3 to dev-4.7.

I gave you the wrong line for your git format-patch. You need to
include PATCH in your --subject-prefix:

git format-patch --subject-prefix="linux PATCH"

You can also chose to put the branch you're targetting, in this case
dev-4.7, if it's not clear.

Cheers,

Joel

> ---
>  arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
> index fcc880a..14376f4 100644
> --- a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
> +++ b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
> @@ -149,6 +149,10 @@
>                 compatible = "atmel,24c64";
>                 reg = <0x51>;
>         };
> +       ucd90160 at 64 {
> +               compatible = "ti,ucd90160";
> +               reg = <0x64>;
> +       };
>  };
>
>  &i2c12 {
> --
> 1.9.1
>


More information about the openbmc mailing list