[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180507163619.GB15212@rob-hp-laptop>
Date: Mon, 7 May 2018 11:36:19 -0500
From: Rob Herring <robh@...nel.org>
To: Christophe Roullier <christophe.roullier@...com>
Cc: mark.rutland@....com, mcoquelin.stm32@...il.com,
alexandre.torgue@...com, peppe.cavallaro@...com,
devicetree@...r.kernel.org, andrew@...n.ch,
linux-arm-kernel@...ts.infradead.org, netdev@...r.kernel.org
Subject: Re: [PATCH V2 4/8] ARM: dts: stm32: Add syscfg on stm32mp1
On Wed, May 02, 2018 at 04:18:39PM +0200, Christophe Roullier wrote:
> System configuration controller is mainly used to manage
> the compensation cell and other IOs and system related
> settings.
>
> Signed-off-by: Christophe Roullier <christophe.roullier@...com>
> ---
> arch/arm/boot/dts/stm32mp157c.dtsi | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/boot/dts/stm32mp157c.dtsi b/arch/arm/boot/dts/stm32mp157c.dtsi
> index bc3eddc..86421ba 100644
> --- a/arch/arm/boot/dts/stm32mp157c.dtsi
> +++ b/arch/arm/boot/dts/stm32mp157c.dtsi
> @@ -167,6 +167,11 @@
> #reset-cells = <1>;
> };
>
> + syscfg: system-config@...20000 {
> + compatible = "syscon";
> + reg = <0x50020000 0x400>;
> + };
NAK as explained in the documentation patch.
Rob
Powered by blists - more mailing lists