mirror of https://lore.kernel.org/linux-amlogic/
 help / color / mirror / Atom feed
* [PATCH RFC 03/24] arm64/dts: add switch-delay for meson mali
       [not found] ` <20180518092815.25280-4-yuq825@gmail.com>
@ 2018-05-21 14:16   ` Neil Armstrong
  2018-05-22  0:48     ` Qiang Yu
  0 siblings, 1 reply; 3+ messages in thread
From: Neil Armstrong @ 2018-05-21 14:16 UTC (permalink / raw)
  To: linus-amlogic

Hi Yuq,

On 18/05/2018 11:27, Qiang Yu wrote:
> Meson mali GPU operate in high clock frequency, need
> this value be high to work in a stable state.
> 
> Signed-off-by: Qiang Yu <yuq825@gmail.com>
> ---
>  arch/arm64/boot/dts/amlogic/meson-gxl-mali.dtsi | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-mali.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl-mali.dtsi
> index eb327664a4d8..8bed15267c9c 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-gxl-mali.dtsi
> +++ b/arch/arm64/boot/dts/amlogic/meson-gxl-mali.dtsi
> @@ -23,6 +23,7 @@
>  			"pp2", "ppmmu2";
>  		clocks = <&clkc CLKID_CLK81>, <&clkc CLKID_MALI>;
>  		clock-names = "bus", "core";
> +		switch-delay = <0xffff>;
>  
>  		/*
>  		 * Mali clocking is provided by two identical clock paths
> 

Please CC : linux-amlogic at lists.infradead.org
to have these amlogic DT patches reviewed and applied.

Same for cover-letter to have context.

Thanks,
Neil

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

* [PATCH RFC 04/24] arm64/dts: add switch-delay for meson mali
       [not found] ` <20180518092815.25280-5-yuq825@gmail.com>
@ 2018-05-21 14:16   ` Neil Armstrong
  0 siblings, 0 replies; 3+ messages in thread
From: Neil Armstrong @ 2018-05-21 14:16 UTC (permalink / raw)
  To: linus-amlogic

Hi Yuq,

On 18/05/2018 11:27, Qiang Yu wrote:
> From: Andrei Paulau <7134956@gmail.com>
> 
> Meson mali GPU operate in high clock frequency, need
> this value be high to work in a stable state.
> 
> Signed-off-by: Andrei Paulau <7134956@gmail.com>
> ---
>  arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
> index 562c26a0ba33..00cd2fc1aa95 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
> +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
> @@ -241,6 +241,7 @@
>  			"pp2", "ppmmu2";
>  		clocks = <&clkc CLKID_CLK81>, <&clkc CLKID_MALI>;
>  		clock-names = "bus", "core";
> +		switch-delay = <0xffff>;
>  
>  		/*
>  		 * Mali clocking is provided by two identical clock paths
> 

Same this one, CC it to : linux-amlogic at lists.infradead.org

Thanks,
Neil

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

* [PATCH RFC 03/24] arm64/dts: add switch-delay for meson mali
  2018-05-21 14:16   ` [PATCH RFC 03/24] arm64/dts: add switch-delay for meson mali Neil Armstrong
@ 2018-05-22  0:48     ` Qiang Yu
  0 siblings, 0 replies; 3+ messages in thread
From: Qiang Yu @ 2018-05-22  0:48 UTC (permalink / raw)
  To: linus-amlogic

Hi Neil,

OK, I'll resend these patches.

Regards,
Qiang

On Mon, May 21, 2018 at 10:16 PM, Neil Armstrong
<narmstrong@baylibre.com> wrote:
> Hi Yuq,
>
> On 18/05/2018 11:27, Qiang Yu wrote:
>> Meson mali GPU operate in high clock frequency, need
>> this value be high to work in a stable state.
>>
>> Signed-off-by: Qiang Yu <yuq825@gmail.com>
>> ---
>>  arch/arm64/boot/dts/amlogic/meson-gxl-mali.dtsi | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-mali.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl-mali.dtsi
>> index eb327664a4d8..8bed15267c9c 100644
>> --- a/arch/arm64/boot/dts/amlogic/meson-gxl-mali.dtsi
>> +++ b/arch/arm64/boot/dts/amlogic/meson-gxl-mali.dtsi
>> @@ -23,6 +23,7 @@
>>                       "pp2", "ppmmu2";
>>               clocks = <&clkc CLKID_CLK81>, <&clkc CLKID_MALI>;
>>               clock-names = "bus", "core";
>> +             switch-delay = <0xffff>;
>>
>>               /*
>>                * Mali clocking is provided by two identical clock paths
>>
>
> Please CC : linux-amlogic at lists.infradead.org
> to have these amlogic DT patches reviewed and applied.
>
> Same for cover-letter to have context.
>
> Thanks,
> Neil

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

end of thread, other threads:[~2018-05-22  0:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20180518092815.25280-1-yuq825@gmail.com>
     [not found] ` <20180518092815.25280-4-yuq825@gmail.com>
2018-05-21 14:16   ` [PATCH RFC 03/24] arm64/dts: add switch-delay for meson mali Neil Armstrong
2018-05-22  0:48     ` Qiang Yu
     [not found] ` <20180518092815.25280-5-yuq825@gmail.com>
2018-05-21 14:16   ` [PATCH RFC 04/24] " Neil Armstrong

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

all inboxes | Powered by JetHome®