* [PATCH v2 06/30] arm: dts: mt7623: add clock-frequency to the a7 timer node to mt7623.dtsi
[not found] ` <1493198774-4478-1-git-send-email-sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
@ 2017-04-26 9:25 ` sean.wang-NuS5LvNUpcJWk0Htik3J/w
0 siblings, 0 replies; 4+ messages in thread
From: sean.wang-NuS5LvNUpcJWk0Htik3J/w @ 2017-04-26 9:25 UTC (permalink / raw)
To: robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w, john-Pj+rj9U5foFAfugRpC6u6w,
mark.rutland-5wv7dgnIgG8, linux-I+IVW8TIWO2tmTQ+vhA3Yw,
linus.walleij-QSEj5FYQhm4dnm+yROfE0A,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
Cc: linux-gpio-u79uwXL29TY76Z2rM5mHXA, Sean Wang,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
From: John Crispin <john-Pj+rj9U5foFAfugRpC6u6w@public.gmane.org>
We need to tell the driver what the timers frequency is and that the core
has not be configured by the bootrom. Not doing so makes the unit not
boot.
Signed-off-by: John Crispin <john-Pj+rj9U5foFAfugRpC6u6w@public.gmane.org>
Signed-off-by: Sean Wang <sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
---
arch/arm/boot/dts/mt7623.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/mt7623.dtsi b/arch/arm/boot/dts/mt7623.dtsi
index adb2393..3cc0a3a 100644
--- a/arch/arm/boot/dts/mt7623.dtsi
+++ b/arch/arm/boot/dts/mt7623.dtsi
@@ -77,6 +77,8 @@
<GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
<GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
<GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
+ clock-frequency = <13000000>;
+ arm,cpu-registers-not-fw-configured;
};
topckgen: syscon@10000000 {
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2 06/30] arm: dts: mt7623: add clock-frequency to the a7 timer node to mt7623.dtsi
[not found] ` <1493197474-3718-7-git-send-email-sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
@ 2017-06-21 3:28 ` Sean Wang
2017-07-20 3:14 ` Sean Wang
0 siblings, 1 reply; 4+ messages in thread
From: Sean Wang @ 2017-06-21 3:28 UTC (permalink / raw)
To: matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w
Cc: linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, John Crispin
Hi Matthias,
the patch seems to be gone in your tree which would make the unit not
boot, but 5/30 and 7/30 have been accepted. Have any concern ?
Sean
On Wed, 2017-04-26 at 17:04 +0800, sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org wrote:
> From: John Crispin <john-Pj+rj9U5foFAfugRpC6u6w@public.gmane.org>
>
> We need to tell the driver what the timers frequency is and that the core
> has not be configured by the bootrom. Not doing so makes the unit not
> boot.
>
> Signed-off-by: John Crispin <john-Pj+rj9U5foFAfugRpC6u6w@public.gmane.org>
> Signed-off-by: Sean Wang <sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
> ---
> arch/arm/boot/dts/mt7623.dtsi | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/boot/dts/mt7623.dtsi b/arch/arm/boot/dts/mt7623.dtsi
> index adb2393..3cc0a3a 100644
> --- a/arch/arm/boot/dts/mt7623.dtsi
> +++ b/arch/arm/boot/dts/mt7623.dtsi
> @@ -77,6 +77,8 @@
> <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
> <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
> <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
> + clock-frequency = <13000000>;
> + arm,cpu-registers-not-fw-configured;
> };
>
> topckgen: syscon@10000000 {
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2 06/30] arm: dts: mt7623: add clock-frequency to the a7 timer node to mt7623.dtsi
2017-06-21 3:28 ` [PATCH v2 06/30] arm: dts: mt7623: add clock-frequency to the a7 timer node to mt7623.dtsi Sean Wang
@ 2017-07-20 3:14 ` Sean Wang
2017-07-20 9:54 ` Matthias Brugger
0 siblings, 1 reply; 4+ messages in thread
From: Sean Wang @ 2017-07-20 3:14 UTC (permalink / raw)
To: matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w
Cc: linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, John Crispin
Hi, Matthias
ditto, just another gentle ping on this missing patch
Sean
On Wed, 2017-06-21 at 11:28 +0800, Sean Wang wrote:
> Hi Matthias,
>
> the patch seems to be gone in your tree which would make the unit not
> boot, but 5/30 and 7/30 have been accepted. Have any concern ?
>
> Sean
>
>
> On Wed, 2017-04-26 at 17:04 +0800, sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org wrote:
> > From: John Crispin <john-Pj+rj9U5foFAfugRpC6u6w@public.gmane.org>
> >
> > We need to tell the driver what the timers frequency is and that the core
> > has not be configured by the bootrom. Not doing so makes the unit not
> > boot.
> >
> > Signed-off-by: John Crispin <john-Pj+rj9U5foFAfugRpC6u6w@public.gmane.org>
> > Signed-off-by: Sean Wang <sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
> > ---
> > arch/arm/boot/dts/mt7623.dtsi | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/mt7623.dtsi b/arch/arm/boot/dts/mt7623.dtsi
> > index adb2393..3cc0a3a 100644
> > --- a/arch/arm/boot/dts/mt7623.dtsi
> > +++ b/arch/arm/boot/dts/mt7623.dtsi
> > @@ -77,6 +77,8 @@
> > <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
> > <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
> > <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
> > + clock-frequency = <13000000>;
> > + arm,cpu-registers-not-fw-configured;
> > };
> >
> > topckgen: syscon@10000000 {
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2 06/30] arm: dts: mt7623: add clock-frequency to the a7 timer node to mt7623.dtsi
2017-07-20 3:14 ` Sean Wang
@ 2017-07-20 9:54 ` Matthias Brugger
0 siblings, 0 replies; 4+ messages in thread
From: Matthias Brugger @ 2017-07-20 9:54 UTC (permalink / raw)
To: Sean Wang; +Cc: linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, John Crispin
Hi Sean,
On 07/20/2017 05:14 AM, Sean Wang wrote:
> Hi, Matthias
>
> ditto, just another gentle ping on this missing patch
>
> Sean
>
> On Wed, 2017-06-21 at 11:28 +0800, Sean Wang wrote:
>> Hi Matthias,
>>
>> the patch seems to be gone in your tree which would make the unit not
>> boot, but 5/30 and 7/30 have been accepted. Have any concern ?
Isn't that:
7e6c7fe95e3d ("arm: dts: mt7623: add clock-frequency to the a7 timer
node to mt7623.dtsi")
Which is in v4.13-rc1. Are we missing some other patch maybe?
Regards,
Matthias
>>
>> Sean
>>
>>
>> On Wed, 2017-04-26 at 17:04 +0800, sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org wrote:
>>> From: John Crispin <john-Pj+rj9U5foFAfugRpC6u6w@public.gmane.org>
>>>
>>> We need to tell the driver what the timers frequency is and that the core
>>> has not be configured by the bootrom. Not doing so makes the unit not
>>> boot.
>>>
>>> Signed-off-by: John Crispin <john-Pj+rj9U5foFAfugRpC6u6w@public.gmane.org>
>>> Signed-off-by: Sean Wang <sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
>>> ---
>>> arch/arm/boot/dts/mt7623.dtsi | 2 ++
>>> 1 file changed, 2 insertions(+)
>>>
>>> diff --git a/arch/arm/boot/dts/mt7623.dtsi b/arch/arm/boot/dts/mt7623.dtsi
>>> index adb2393..3cc0a3a 100644
>>> --- a/arch/arm/boot/dts/mt7623.dtsi
>>> +++ b/arch/arm/boot/dts/mt7623.dtsi
>>> @@ -77,6 +77,8 @@
>>> <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
>>> <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
>>> <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
>>> + clock-frequency = <13000000>;
>>> + arm,cpu-registers-not-fw-configured;
>>> };
>>>
>>> topckgen: syscon@10000000 {
>>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-07-20 9:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1493197474-3718-1-git-send-email-sean.wang@mediatek.com>
[not found] ` <1493197474-3718-7-git-send-email-sean.wang@mediatek.com>
[not found] ` <1493197474-3718-7-git-send-email-sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2017-06-21 3:28 ` [PATCH v2 06/30] arm: dts: mt7623: add clock-frequency to the a7 timer node to mt7623.dtsi Sean Wang
2017-07-20 3:14 ` Sean Wang
2017-07-20 9:54 ` Matthias Brugger
2017-04-26 9:25 [PATCH v2 00/30] arm: dts: extend mt7623 support sean.wang
[not found] ` <1493198774-4478-1-git-send-email-sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2017-04-26 9:25 ` [PATCH v2 06/30] arm: dts: mt7623: add clock-frequency to the a7 timer node to mt7623.dtsi sean.wang-NuS5LvNUpcJWk0Htik3J/w
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).