From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752903AbbLNNMm (ORCPT ); Mon, 14 Dec 2015 08:12:42 -0500 Received: from gloria.sntech.de ([95.129.55.99]:59437 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752759AbbLNNMl convert rfc822-to-8bit (ORCPT ); Mon, 14 Dec 2015 08:12:41 -0500 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Srinivas Kandagatla Cc: Caesar Wang , linux-rockchip@lists.infradead.org, Russell King , devicetree@vger.kernel.org, Kumar Gala , linux-kernel@vger.kernel.org, Ian Campbell , Rob Herring , Pawel Moll , Mark Rutland , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 3/4] ARM: dts: rockchip: add eFuse node for rk3066a SoCs Date: Mon, 14 Dec 2015 14:12:33 +0100 Message-ID: <8067633.MgqW58IghF@diego> User-Agent: KMail/4.14.10 (Linux/4.2.0-1-amd64; KDE/4.14.13; x86_64; ; ) In-Reply-To: <3368238.OTPIyEf9PI@diego> References: <1447227272-1728-1-git-send-email-wxt@rock-chips.com> <566E926E.7090903@linaro.org> <3368238.OTPIyEf9PI@diego> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Montag, 14. Dezember 2015, 14:06:06 schrieb Heiko Stübner: > Hi srini, > > Am Montag, 14. Dezember 2015, 09:57:02 schrieb Srinivas Kandagatla: > > Heiko, > > > > Can you take the DT patches in this series via your tree. > > > > I picked up nvmem patches from this series. > > yep that was my plan ... just needed to wait for the nvmem parts to be > picked. after looking at the patch-series as a whole, I just noticed, that they don't even depend on each other ... so I could've picked them earlier easily. Anyway, I'll do that now. > > thanks, > > srini > > > > On 11/11/15 07:34, Caesar Wang wrote: > > > This patch add the eFuse dt node for rk3066a SoCs. > > > > > > Signed-off-by: Caesar Wang > > > --- > > > > > > arch/arm/boot/dts/rk3066a.dtsi | 13 +++++++++++++ > > > 1 file changed, 13 insertions(+) > > > > > > diff --git a/arch/arm/boot/dts/rk3066a.dtsi > > > b/arch/arm/boot/dts/rk3066a.dtsi index 946f187..f61bb8a 100644 > > > --- a/arch/arm/boot/dts/rk3066a.dtsi > > > +++ b/arch/arm/boot/dts/rk3066a.dtsi > > > @@ -153,6 +153,19 @@ > > > > > > clock-names = "timer", "pclk"; > > > > > > }; > > > > > > + efuse: efuse@20010000 { > > > + compatible = "rockchip,rockchip-efuse"; > > > + reg = <0x20010000 0x4000>; > > > + #address-cells = <1>; > > > + #size-cells = <1>; > > > + clocks = <&cru PCLK_EFUSE>; > > > + clock-names = "pclk_efuse"; > > > + > > > + cpu_leakage: cpu_leakage { > > > + reg = <0x17 0x1>; > > > + }; > > > + }; > > > + > > > > > > timer@20038000 { > > > > > > compatible = "snps,dw-apb-timer-osc"; > > > reg = <0x20038000 0x100>; From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko =?ISO-8859-1?Q?St=FCbner?= Subject: Re: [PATCH 3/4] ARM: dts: rockchip: add eFuse node for rk3066a SoCs Date: Mon, 14 Dec 2015 14:12:33 +0100 Message-ID: <8067633.MgqW58IghF@diego> References: <1447227272-1728-1-git-send-email-wxt@rock-chips.com> <566E926E.7090903@linaro.org> <3368238.OTPIyEf9PI@diego> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <3368238.OTPIyEf9PI@diego> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Srinivas Kandagatla Cc: Caesar Wang , linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Russell King , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Kumar Gala , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Ian Campbell , Rob Herring , Pawel Moll , Mark Rutland , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org Am Montag, 14. Dezember 2015, 14:06:06 schrieb Heiko St=FCbner: > Hi srini, >=20 > Am Montag, 14. Dezember 2015, 09:57:02 schrieb Srinivas Kandagatla: > > Heiko, > >=20 > > Can you take the DT patches in this series via your tree. > >=20 > > I picked up nvmem patches from this series. >=20 > yep that was my plan ... just needed to wait for the nvmem parts to b= e > picked. after looking at the patch-series as a whole, I just noticed, that they= don't=20 even depend on each other ... so I could've picked them earlier easily. Anyway, I'll do that now. > > thanks, > > srini > >=20 > > On 11/11/15 07:34, Caesar Wang wrote: > > > This patch add the eFuse dt node for rk3066a SoCs. > > >=20 > > > Signed-off-by: Caesar Wang > > > --- > > >=20 > > > arch/arm/boot/dts/rk3066a.dtsi | 13 +++++++++++++ > > > 1 file changed, 13 insertions(+) > > >=20 > > > diff --git a/arch/arm/boot/dts/rk3066a.dtsi > > > b/arch/arm/boot/dts/rk3066a.dtsi index 946f187..f61bb8a 100644 > > > --- a/arch/arm/boot/dts/rk3066a.dtsi > > > +++ b/arch/arm/boot/dts/rk3066a.dtsi > > > @@ -153,6 +153,19 @@ > > >=20 > > > clock-names =3D "timer", "pclk"; > > > =09 > > > }; > > >=20 > > > + efuse: efuse@20010000 { > > > + compatible =3D "rockchip,rockchip-efuse"; > > > + reg =3D <0x20010000 0x4000>; > > > + #address-cells =3D <1>; > > > + #size-cells =3D <1>; > > > + clocks =3D <&cru PCLK_EFUSE>; > > > + clock-names =3D "pclk_efuse"; > > > + > > > + cpu_leakage: cpu_leakage { > > > + reg =3D <0x17 0x1>; > > > + }; > > > + }; > > > + > > >=20 > > > timer@20038000 { > > > =09 > > > compatible =3D "snps,dw-apb-timer-osc"; > > > reg =3D <0x20038000 0x100>; -- To unsubscribe from this list: send the line "unsubscribe devicetree" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: heiko@sntech.de (Heiko =?ISO-8859-1?Q?St=FCbner?=) Date: Mon, 14 Dec 2015 14:12:33 +0100 Subject: [PATCH 3/4] ARM: dts: rockchip: add eFuse node for rk3066a SoCs In-Reply-To: <3368238.OTPIyEf9PI@diego> References: <1447227272-1728-1-git-send-email-wxt@rock-chips.com> <566E926E.7090903@linaro.org> <3368238.OTPIyEf9PI@diego> Message-ID: <8067633.MgqW58IghF@diego> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Am Montag, 14. Dezember 2015, 14:06:06 schrieb Heiko St?bner: > Hi srini, > > Am Montag, 14. Dezember 2015, 09:57:02 schrieb Srinivas Kandagatla: > > Heiko, > > > > Can you take the DT patches in this series via your tree. > > > > I picked up nvmem patches from this series. > > yep that was my plan ... just needed to wait for the nvmem parts to be > picked. after looking at the patch-series as a whole, I just noticed, that they don't even depend on each other ... so I could've picked them earlier easily. Anyway, I'll do that now. > > thanks, > > srini > > > > On 11/11/15 07:34, Caesar Wang wrote: > > > This patch add the eFuse dt node for rk3066a SoCs. > > > > > > Signed-off-by: Caesar Wang > > > --- > > > > > > arch/arm/boot/dts/rk3066a.dtsi | 13 +++++++++++++ > > > 1 file changed, 13 insertions(+) > > > > > > diff --git a/arch/arm/boot/dts/rk3066a.dtsi > > > b/arch/arm/boot/dts/rk3066a.dtsi index 946f187..f61bb8a 100644 > > > --- a/arch/arm/boot/dts/rk3066a.dtsi > > > +++ b/arch/arm/boot/dts/rk3066a.dtsi > > > @@ -153,6 +153,19 @@ > > > > > > clock-names = "timer", "pclk"; > > > > > > }; > > > > > > + efuse: efuse at 20010000 { > > > + compatible = "rockchip,rockchip-efuse"; > > > + reg = <0x20010000 0x4000>; > > > + #address-cells = <1>; > > > + #size-cells = <1>; > > > + clocks = <&cru PCLK_EFUSE>; > > > + clock-names = "pclk_efuse"; > > > + > > > + cpu_leakage: cpu_leakage { > > > + reg = <0x17 0x1>; > > > + }; > > > + }; > > > + > > > > > > timer at 20038000 { > > > > > > compatible = "snps,dw-apb-timer-osc"; > > > reg = <0x20038000 0x100>;