[U-Boot] [PATCH 2/3 V5] EXYNOS5: Add device node for PMIC

Simon Glass sjg at chromium.org
Fri Jan 11 07:00:13 CET 2013


On Tue, Jan 8, 2013 at 11:03 PM, Rajeshwari Shinde
<rajeshwari.s at samsung.com> wrote:
> Add device node for MAX77686
>
> Signed-off-by: Rajeshwari Shinde <rajeshwari.s at samsung.com>

Acked-by: Simon Glass <sjg at chromium.org>

> ---
> Changes in V2:
>         - Changed reg value from 06 to 6.
> Chnages in V3:
>         - converted the pmic name to small letters.
> Changes in V4:
>         - Corrected PMIC register address
> Changes in V5:
>         - None
>  board/samsung/dts/exynos5250-smdk5250.dts |    7 +++++++
>  1 files changed, 7 insertions(+), 0 deletions(-)
>
> diff --git a/board/samsung/dts/exynos5250-smdk5250.dts b/board/samsung/dts/exynos5250-smdk5250.dts
> index a8e62da..cbfab6f 100644
> --- a/board/samsung/dts/exynos5250-smdk5250.dts
> +++ b/board/samsung/dts/exynos5250-smdk5250.dts
> @@ -59,4 +59,11 @@
>                         compatible = "wolfson,wm8994-codec";
>                 };
>         };
> +
> +       i2c at 12c60000 {
> +               pmic at 9 {
> +                       reg = <0x9>;
> +                       compatible = "maxim,max77686_pmic";
> +               };
> +       };
>  };
> --
> 1.7.4.4
>


More information about the U-Boot mailing list