public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH edk2-platforms] Silicon/SynQuacer/DeviceTree: use more specific PMU 'compatible string
@ 2018-03-01 14:01 Ard Biesheuvel
  2018-04-27  9:46 ` Ard Biesheuvel
  0 siblings, 1 reply; 4+ messages in thread
From: Ard Biesheuvel @ 2018-03-01 14:01 UTC (permalink / raw)
  To: edk2-devel; +Cc: leif.lindholm, Ard Biesheuvel

Replace the PMU compatible string "arm,armv8-pmuv3" with the more
accurate "arm,cortex-a53-pmu", potentially making more event types
available.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
---
 Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi b/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi
index fdaccb984483..2db7de3d5b96 100644
--- a/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi
+++ b/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi
@@ -379,7 +379,7 @@
     };
 
     pmu {
-        compatible = "arm,armv8-pmuv3";
+        compatible = "arm,cortex-a53-pmu";
         interrupts =  <GIC_PPI 7 IRQ_TYPE_LEVEL_LOW>;
     };
 
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH edk2-platforms] Silicon/SynQuacer/DeviceTree: use more specific PMU 'compatible string
  2018-03-01 14:01 [PATCH edk2-platforms] Silicon/SynQuacer/DeviceTree: use more specific PMU 'compatible string Ard Biesheuvel
@ 2018-04-27  9:46 ` Ard Biesheuvel
  2018-04-27  9:49   ` Leif Lindholm
  0 siblings, 1 reply; 4+ messages in thread
From: Ard Biesheuvel @ 2018-04-27  9:46 UTC (permalink / raw)
  To: edk2-devel@lists.01.org; +Cc: Leif Lindholm, Ard Biesheuvel

On 1 March 2018 at 15:01, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
> Replace the PMU compatible string "arm,armv8-pmuv3" with the more
> accurate "arm,cortex-a53-pmu", potentially making more event types
> available.
>
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> ---
>  Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi b/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi
> index fdaccb984483..2db7de3d5b96 100644
> --- a/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi
> +++ b/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi
> @@ -379,7 +379,7 @@
>      };
>
>      pmu {
> -        compatible = "arm,armv8-pmuv3";
> +        compatible = "arm,cortex-a53-pmu";
>          interrupts =  <GIC_PPI 7 IRQ_TYPE_LEVEL_LOW>;
>      };
>

Ping?


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH edk2-platforms] Silicon/SynQuacer/DeviceTree: use more specific PMU 'compatible string
  2018-04-27  9:46 ` Ard Biesheuvel
@ 2018-04-27  9:49   ` Leif Lindholm
  2018-04-27 10:12     ` Ard Biesheuvel
  0 siblings, 1 reply; 4+ messages in thread
From: Leif Lindholm @ 2018-04-27  9:49 UTC (permalink / raw)
  To: Ard Biesheuvel; +Cc: edk2-devel@lists.01.org

On Fri, Apr 27, 2018 at 11:46:04AM +0200, Ard Biesheuvel wrote:
> On 1 March 2018 at 15:01, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
> > Replace the PMU compatible string "arm,armv8-pmuv3" with the more
> > accurate "arm,cortex-a53-pmu", potentially making more event types
> > available.
> >
> > Contributed-under: TianoCore Contribution Agreement 1.1
> > Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> > ---
> >  Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi b/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi
> > index fdaccb984483..2db7de3d5b96 100644
> > --- a/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi
> > +++ b/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi
> > @@ -379,7 +379,7 @@
> >      };
> >
> >      pmu {
> > -        compatible = "arm,armv8-pmuv3";
> > +        compatible = "arm,cortex-a53-pmu";
> >          interrupts =  <GIC_PPI 7 IRQ_TYPE_LEVEL_LOW>;
> >      };
> 
> Ping?

Apologies, I had failed to spot that patch.

Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH edk2-platforms] Silicon/SynQuacer/DeviceTree: use more specific PMU 'compatible string
  2018-04-27  9:49   ` Leif Lindholm
@ 2018-04-27 10:12     ` Ard Biesheuvel
  0 siblings, 0 replies; 4+ messages in thread
From: Ard Biesheuvel @ 2018-04-27 10:12 UTC (permalink / raw)
  To: Leif Lindholm; +Cc: edk2-devel@lists.01.org

On 27 April 2018 at 11:49, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> On Fri, Apr 27, 2018 at 11:46:04AM +0200, Ard Biesheuvel wrote:
>> On 1 March 2018 at 15:01, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
>> > Replace the PMU compatible string "arm,armv8-pmuv3" with the more
>> > accurate "arm,cortex-a53-pmu", potentially making more event types
>> > available.
>> >
>> > Contributed-under: TianoCore Contribution Agreement 1.1
>> > Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
>> > ---
>> >  Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi | 2 +-
>> >  1 file changed, 1 insertion(+), 1 deletion(-)
>> >
>> > diff --git a/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi b/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi
>> > index fdaccb984483..2db7de3d5b96 100644
>> > --- a/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi
>> > +++ b/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi
>> > @@ -379,7 +379,7 @@
>> >      };
>> >
>> >      pmu {
>> > -        compatible = "arm,armv8-pmuv3";
>> > +        compatible = "arm,cortex-a53-pmu";
>> >          interrupts =  <GIC_PPI 7 IRQ_TYPE_LEVEL_LOW>;
>> >      };
>>
>> Ping?
>
> Apologies, I had failed to spot that patch.
>
> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

Thanks

Pushed as a991616698ea7e13b15c1d39ffa83f920d8a4ca5


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-04-27 10:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-01 14:01 [PATCH edk2-platforms] Silicon/SynQuacer/DeviceTree: use more specific PMU 'compatible string Ard Biesheuvel
2018-04-27  9:46 ` Ard Biesheuvel
2018-04-27  9:49   ` Leif Lindholm
2018-04-27 10:12     ` Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox