public inbox for linux-mediatek@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: mediatek: mt8183: kukui: Add scp firmware-name
@ 2023-02-20  9:33 Hsin-Yi Wang
  2023-02-20 11:08 ` AngeloGioacchino Del Regno
  2023-02-21  3:24 ` Chen-Yu Tsai
  0 siblings, 2 replies; 8+ messages in thread
From: Hsin-Yi Wang @ 2023-02-20  9:33 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: Rob Herring, Krzysztof Kozlowski, AngeloGioacchino Del Regno,
	devicetree, linux-kernel, linux-arm-kernel, linux-mediatek

The upstream SCP firmware path is /lib/firmware/mediatek/mt8183/scp.img

Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
---
 arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
index fbe14b13051a..8390e89dbc83 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
@@ -807,6 +807,8 @@ &pwm0 {
 
 &scp {
 	status = "okay";
+
+	firmware-name = "mediatek/mt8183/scp.img";
 	pinctrl-names = "default";
 	pinctrl-0 = <&scp_pins>;
 
-- 
2.39.2.637.g21b0678d19-goog



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

* Re: [PATCH] arm64: dts: mediatek: mt8183: kukui: Add scp firmware-name
  2023-02-20  9:33 [PATCH] arm64: dts: mediatek: mt8183: kukui: Add scp firmware-name Hsin-Yi Wang
@ 2023-02-20 11:08 ` AngeloGioacchino Del Regno
  2023-02-21  3:24 ` Chen-Yu Tsai
  1 sibling, 0 replies; 8+ messages in thread
From: AngeloGioacchino Del Regno @ 2023-02-20 11:08 UTC (permalink / raw)
  To: Hsin-Yi Wang, Matthias Brugger
  Cc: Rob Herring, Krzysztof Kozlowski, devicetree, linux-kernel,
	linux-arm-kernel, linux-mediatek

Il 20/02/23 10:33, Hsin-Yi Wang ha scritto:
> The upstream SCP firmware path is /lib/firmware/mediatek/mt8183/scp.img
> 
> Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>




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

* Re: [PATCH] arm64: dts: mediatek: mt8183: kukui: Add scp firmware-name
  2023-02-20  9:33 [PATCH] arm64: dts: mediatek: mt8183: kukui: Add scp firmware-name Hsin-Yi Wang
  2023-02-20 11:08 ` AngeloGioacchino Del Regno
@ 2023-02-21  3:24 ` Chen-Yu Tsai
  2023-05-30  5:12   ` Hsin-Yi Wang
  1 sibling, 1 reply; 8+ messages in thread
From: Chen-Yu Tsai @ 2023-02-21  3:24 UTC (permalink / raw)
  To: Hsin-Yi Wang
  Cc: Matthias Brugger, Rob Herring, Krzysztof Kozlowski,
	AngeloGioacchino Del Regno, devicetree, linux-kernel,
	linux-arm-kernel, linux-mediatek

On Mon, Feb 20, 2023 at 5:34 PM Hsin-Yi Wang <hsinyi@chromium.org> wrote:
>
> The upstream SCP firmware path is /lib/firmware/mediatek/mt8183/scp.img
>
> Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>

Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>


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

* Re: [PATCH] arm64: dts: mediatek: mt8183: kukui: Add scp firmware-name
  2023-02-21  3:24 ` Chen-Yu Tsai
@ 2023-05-30  5:12   ` Hsin-Yi Wang
  2023-05-30  7:12     ` AngeloGioacchino Del Regno
  0 siblings, 1 reply; 8+ messages in thread
From: Hsin-Yi Wang @ 2023-05-30  5:12 UTC (permalink / raw)
  To: Chen-Yu Tsai
  Cc: Matthias Brugger, Rob Herring, Krzysztof Kozlowski,
	AngeloGioacchino Del Regno, devicetree, linux-kernel,
	linux-arm-kernel, linux-mediatek

On Tue, Feb 21, 2023 at 11:25 AM Chen-Yu Tsai <wenst@chromium.org> wrote:
>
> On Mon, Feb 20, 2023 at 5:34 PM Hsin-Yi Wang <hsinyi@chromium.org> wrote:
> >
> > The upstream SCP firmware path is /lib/firmware/mediatek/mt8183/scp.img
> >
> > Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
>
> Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>

hi Matthias,

Kindly ping on the patch, thanks!


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

* Re: [PATCH] arm64: dts: mediatek: mt8183: kukui: Add scp firmware-name
  2023-05-30  5:12   ` Hsin-Yi Wang
@ 2023-05-30  7:12     ` AngeloGioacchino Del Regno
  2023-05-31  7:30       ` Matthias Brugger
  0 siblings, 1 reply; 8+ messages in thread
From: AngeloGioacchino Del Regno @ 2023-05-30  7:12 UTC (permalink / raw)
  To: Hsin-Yi Wang, Chen-Yu Tsai
  Cc: Matthias Brugger, Rob Herring, Krzysztof Kozlowski, devicetree,
	linux-kernel, linux-arm-kernel, linux-mediatek

Il 30/05/23 07:12, Hsin-Yi Wang ha scritto:
> On Tue, Feb 21, 2023 at 11:25 AM Chen-Yu Tsai <wenst@chromium.org> wrote:
>>
>> On Mon, Feb 20, 2023 at 5:34 PM Hsin-Yi Wang <hsinyi@chromium.org> wrote:
>>>
>>> The upstream SCP firmware path is /lib/firmware/mediatek/mt8183/scp.img
>>>
>>> Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
>>
>> Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>
> 
> hi Matthias,
> 
> Kindly ping on the patch, thanks!

Agreed. Matthias, please pick this one.

Hsin-Yi, can you also please send a version of this patch for stable?

Thanks,
Angelo


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

* Re: [PATCH] arm64: dts: mediatek: mt8183: kukui: Add scp firmware-name
  2023-05-30  7:12     ` AngeloGioacchino Del Regno
@ 2023-05-31  7:30       ` Matthias Brugger
  2023-05-31  7:47         ` Hsin-Yi Wang
  0 siblings, 1 reply; 8+ messages in thread
From: Matthias Brugger @ 2023-05-31  7:30 UTC (permalink / raw)
  To: AngeloGioacchino Del Regno, Hsin-Yi Wang, Chen-Yu Tsai
  Cc: Rob Herring, Krzysztof Kozlowski, devicetree, linux-kernel,
	linux-arm-kernel, linux-mediatek



On 30/05/2023 09:12, AngeloGioacchino Del Regno wrote:
> Il 30/05/23 07:12, Hsin-Yi Wang ha scritto:
>> On Tue, Feb 21, 2023 at 11:25 AM Chen-Yu Tsai <wenst@chromium.org> wrote:
>>>
>>> On Mon, Feb 20, 2023 at 5:34 PM Hsin-Yi Wang <hsinyi@chromium.org> wrote:
>>>>
>>>> The upstream SCP firmware path is /lib/firmware/mediatek/mt8183/scp.img
>>>>
>>>> Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
>>>
>>> Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>
>>
>> hi Matthias,
>>
>> Kindly ping on the patch, thanks!
> 
> Agreed. Matthias, please pick this one.
> 
> Hsin-Yi, can you also please send a version of this patch for stable?
> 

Applied thanks!


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

* Re: [PATCH] arm64: dts: mediatek: mt8183: kukui: Add scp firmware-name
  2023-05-31  7:30       ` Matthias Brugger
@ 2023-05-31  7:47         ` Hsin-Yi Wang
  2023-05-31  8:10           ` Hsin-Yi Wang
  0 siblings, 1 reply; 8+ messages in thread
From: Hsin-Yi Wang @ 2023-05-31  7:47 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: AngeloGioacchino Del Regno, Chen-Yu Tsai, Rob Herring,
	Krzysztof Kozlowski, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek

On Wed, May 31, 2023 at 3:30 PM Matthias Brugger <matthias.bgg@gmail.com> wrote:
>
>
>
> On 30/05/2023 09:12, AngeloGioacchino Del Regno wrote:
> > Il 30/05/23 07:12, Hsin-Yi Wang ha scritto:
> >> On Tue, Feb 21, 2023 at 11:25 AM Chen-Yu Tsai <wenst@chromium.org> wrote:
> >>>
> >>> On Mon, Feb 20, 2023 at 5:34 PM Hsin-Yi Wang <hsinyi@chromium.org> wrote:
> >>>>
> >>>> The upstream SCP firmware path is /lib/firmware/mediatek/mt8183/scp.img
> >>>>
> >>>> Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
> >>>
> >>> Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>
> >>
> >> hi Matthias,
> >>
> >> Kindly ping on the patch, thanks!
> >
> > Agreed. Matthias, please pick this one.
> >
> > Hsin-Yi, can you also please send a version of this patch for stable?

I sent a patch based on stable:
https://patchwork.kernel.org/project/linux-mediatek/patch/20230531074421.888652-1-hsinyi@chromium.org/

> >
>
> Applied thanks!

Thanks!


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

* Re: [PATCH] arm64: dts: mediatek: mt8183: kukui: Add scp firmware-name
  2023-05-31  7:47         ` Hsin-Yi Wang
@ 2023-05-31  8:10           ` Hsin-Yi Wang
  0 siblings, 0 replies; 8+ messages in thread
From: Hsin-Yi Wang @ 2023-05-31  8:10 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: AngeloGioacchino Del Regno, Chen-Yu Tsai, Rob Herring,
	Krzysztof Kozlowski, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek

On Wed, May 31, 2023 at 3:47 PM Hsin-Yi Wang <hsinyi@chromium.org> wrote:
>
> On Wed, May 31, 2023 at 3:30 PM Matthias Brugger <matthias.bgg@gmail.com> wrote:
> >
> >
> >
> > On 30/05/2023 09:12, AngeloGioacchino Del Regno wrote:
> > > Il 30/05/23 07:12, Hsin-Yi Wang ha scritto:
> > >> On Tue, Feb 21, 2023 at 11:25 AM Chen-Yu Tsai <wenst@chromium.org> wrote:
> > >>>
> > >>> On Mon, Feb 20, 2023 at 5:34 PM Hsin-Yi Wang <hsinyi@chromium.org> wrote:
> > >>>>
> > >>>> The upstream SCP firmware path is /lib/firmware/mediatek/mt8183/scp.img
> > >>>>
> > >>>> Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
> > >>>
> > >>> Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>
> > >>
> > >> hi Matthias,
> > >>
> > >> Kindly ping on the patch, thanks!
> > >
> > > Agreed. Matthias, please pick this one.
> > >
> > > Hsin-Yi, can you also please send a version of this patch for stable?
>
> I sent a patch based on stable:
> https://patchwork.kernel.org/project/linux-mediatek/patch/20230531074421.888652-1-hsinyi@chromium.org/
>

Archived the above patch. I'll wait for the original patch landed then
send it to stable.

> > >
> >
> > Applied thanks!
>
> Thanks!


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

end of thread, other threads:[~2023-05-31  8:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-20  9:33 [PATCH] arm64: dts: mediatek: mt8183: kukui: Add scp firmware-name Hsin-Yi Wang
2023-02-20 11:08 ` AngeloGioacchino Del Regno
2023-02-21  3:24 ` Chen-Yu Tsai
2023-05-30  5:12   ` Hsin-Yi Wang
2023-05-30  7:12     ` AngeloGioacchino Del Regno
2023-05-31  7:30       ` Matthias Brugger
2023-05-31  7:47         ` Hsin-Yi Wang
2023-05-31  8:10           ` Hsin-Yi Wang

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