Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1291020 > unrolled thread
| Started by | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> |
|---|---|
| First post | 2015-12-14 11:00 +0100 |
| Last post | 2015-12-14 14:20 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 3/4] ARM: dts: rockchip: add eFuse node for rk3066a SoCs Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-12-14 11:00 +0100
Re: [PATCH 3/4] ARM: dts: rockchip: add eFuse node for rk3066a SoCs Heiko Stübner <heiko@sntech.de> - 2015-12-14 14:10 +0100
Re: [PATCH 3/4] ARM: dts: rockchip: add eFuse node for rk3066a SoCs Heiko Stübner <heiko@sntech.de> - 2015-12-14 14:20 +0100
| From | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> |
|---|---|
| Date | 2015-12-14 11:00 +0100 |
| Subject | Re: [PATCH 3/4] ARM: dts: rockchip: add eFuse node for rk3066a SoCs |
| Message-ID | <qFy5c-4ms-3@gated-at.bofh.it> |
Heiko,
Can you take the DT patches in this series via your tree.
I picked up nvmem patches from this series.
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 <wxt@rock-chips.com>
> ---
>
> 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>;
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Heiko Stübner <heiko@sntech.de> |
|---|---|
| Date | 2015-12-14 14:10 +0100 |
| Message-ID | <qFB34-6yU-7@gated-at.bofh.it> |
| In reply to | #1291020 |
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.
Thanks for the notifying me :-)
Heiko
>
> 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 <wxt@rock-chips.com>
> > ---
> >
> > 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>;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Heiko Stübner <heiko@sntech.de> |
|---|---|
| Date | 2015-12-14 14:20 +0100 |
| Message-ID | <qFBcJ-6CH-1@gated-at.bofh.it> |
| In reply to | #1291170 |
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 <wxt@rock-chips.com>
> > > ---
> > >
> > > 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>;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web