linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: mt8183: kukui: Use aliases to mmc nodes
@ 2021-07-26  5:08 Hsin-Yi Wang
  2021-07-26  8:55 ` Chen-Yu Tsai
  2021-07-26  9:32 ` Enric Balletbo Serra
  0 siblings, 2 replies; 4+ messages in thread
From: Hsin-Yi Wang @ 2021-07-26  5:08 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: Rob Herring, Enric Balletbo Serra, eizan, devicetree,
	linux-arm-kernel, linux-mediatek, linux-kernel

Use aliases to mmc nodes so the partition name for eMMC and SD card will
be consistent across boots.

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 ae549d55a94fc..ed499e17b6570 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
@@ -13,6 +13,8 @@
 / {
 	aliases {
 		serial0 = &uart0;
+                mmc0 = &mmc0;
+                mmc1 = &mmc1;
 	};
 
 	chosen {
-- 
2.32.0.432.gabb21c7263-goog


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

* Re: [PATCH] arm64: dts: mt8183: kukui: Use aliases to mmc nodes
  2021-07-26  5:08 [PATCH] arm64: dts: mt8183: kukui: Use aliases to mmc nodes Hsin-Yi Wang
@ 2021-07-26  8:55 ` Chen-Yu Tsai
  2021-07-26  9:32 ` Enric Balletbo Serra
  1 sibling, 0 replies; 4+ messages in thread
From: Chen-Yu Tsai @ 2021-07-26  8:55 UTC (permalink / raw)
  To: Hsin-Yi Wang
  Cc: Matthias Brugger, Rob Herring, Enric Balletbo Serra,
	Eizan Miyamoto, devicetree, linux-arm-kernel, linux-mediatek,
	LKML

On Mon, Jul 26, 2021 at 1:09 PM Hsin-Yi Wang <hsinyi@chromium.org> wrote:
>
> Use aliases to mmc nodes so the partition name for eMMC and SD card will
> be consistent across boots.
>
> Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>

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

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

* Re: [PATCH] arm64: dts: mt8183: kukui: Use aliases to mmc nodes
  2021-07-26  5:08 [PATCH] arm64: dts: mt8183: kukui: Use aliases to mmc nodes Hsin-Yi Wang
  2021-07-26  8:55 ` Chen-Yu Tsai
@ 2021-07-26  9:32 ` Enric Balletbo Serra
  2021-07-26 10:15   ` Hsin-Yi Wang
  1 sibling, 1 reply; 4+ messages in thread
From: Enric Balletbo Serra @ 2021-07-26  9:32 UTC (permalink / raw)
  To: Hsin-Yi Wang
  Cc: Matthias Brugger, Rob Herring, Eizan Miyamoto, devicetree,
	Linux ARM, moderated list:ARM/Mediatek SoC support, linux-kernel

Hi Hsin-Yi,

Thank you for the patch.

Missatge de Hsin-Yi Wang <hsinyi@chromium.org> del dia dl., 26 de jul.
2021 a les 7:08:
>
> Use aliases to mmc nodes so the partition name for eMMC and SD card will
> be consistent across boots.
>

This definitely helps with my "troubles" flashing the kernel to the
correct place" so

> Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>

Tested-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>

Btw, I think that a similar patch should be send for Elm, could you
take care of it?

Thanks,
  Enric

> ---
>  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 ae549d55a94fc..ed499e17b6570 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
> @@ -13,6 +13,8 @@
>  / {
>         aliases {
>                 serial0 = &uart0;
> +                mmc0 = &mmc0;
> +                mmc1 = &mmc1;
>         };
>
>         chosen {
> --
> 2.32.0.432.gabb21c7263-goog
>

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

* Re: [PATCH] arm64: dts: mt8183: kukui: Use aliases to mmc nodes
  2021-07-26  9:32 ` Enric Balletbo Serra
@ 2021-07-26 10:15   ` Hsin-Yi Wang
  0 siblings, 0 replies; 4+ messages in thread
From: Hsin-Yi Wang @ 2021-07-26 10:15 UTC (permalink / raw)
  To: Enric Balletbo Serra
  Cc: Matthias Brugger, Rob Herring, Eizan Miyamoto, devicetree,
	Linux ARM, moderated list:ARM/Mediatek SoC support, linux-kernel

On Mon, Jul 26, 2021 at 5:32 PM Enric Balletbo Serra
<eballetbo@gmail.com> wrote:
>
> Hi Hsin-Yi,
>
> Thank you for the patch.
>
> Missatge de Hsin-Yi Wang <hsinyi@chromium.org> del dia dl., 26 de jul.
> 2021 a les 7:08:
> >
> > Use aliases to mmc nodes so the partition name for eMMC and SD card will
> > be consistent across boots.
> >
>
> This definitely helps with my "troubles" flashing the kernel to the
> correct place" so
>
> > Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
>
> Tested-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
>
> Btw, I think that a similar patch should be send for Elm, could you
> take care of it?
>
It's sent here:
https://patchwork.kernel.org/project/linux-mediatek/patch/20210726101451.2118076-1-hsinyi@chromium.org/

Thanks!

> Thanks,
>   Enric
>
> > ---
> >  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 ae549d55a94fc..ed499e17b6570 100644
> > --- a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
> > +++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
> > @@ -13,6 +13,8 @@
> >  / {
> >         aliases {
> >                 serial0 = &uart0;
> > +                mmc0 = &mmc0;
> > +                mmc1 = &mmc1;
> >         };
> >
> >         chosen {
> > --
> > 2.32.0.432.gabb21c7263-goog
> >

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

end of thread, other threads:[~2021-07-26 10:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-26  5:08 [PATCH] arm64: dts: mt8183: kukui: Use aliases to mmc nodes Hsin-Yi Wang
2021-07-26  8:55 ` Chen-Yu Tsai
2021-07-26  9:32 ` Enric Balletbo Serra
2021-07-26 10:15   ` 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;
as well as URLs for NNTP newsgroup(s).