diff mbox series

[v4,1/2] arm64: dts: mt8183: kukui: Use aliases to mmc nodes

Message ID 20210728040710.2891955-1-hsinyi@chromium.org (mailing list archive)
State New, archived
Headers show
Series [v4,1/2] arm64: dts: mt8183: kukui: Use aliases to mmc nodes | expand

Commit Message

Hsin-Yi Wang July 28, 2021, 4:07 a.m. UTC
With commit 1796164fac7e ("dt-bindings: mmc: document alias support"),
a way to specify fixed index numbers was provided. This patch 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>
Tested-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
---
v3->v4: change commit message based on review in v3.
---
 arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi | 2 ++
 1 file changed, 2 insertions(+)

Comments

Chen-Yu Tsai July 29, 2021, 9:58 a.m. UTC | #1
On Wed, Jul 28, 2021 at 12:07 PM Hsin-Yi Wang <hsinyi@chromium.org> wrote:
>
> With commit 1796164fac7e ("dt-bindings: mmc: document alias support"),
> a way to specify fixed index numbers was provided. This patch 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>
> Tested-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
> ---
> v3->v4: change commit message based on review in v3.

Thanks for following up. My reviewed-by is still valid for both patches.

ChenYu
Matthias Brugger Aug. 4, 2021, 5:19 p.m. UTC | #2
On 29/07/2021 11:58, Chen-Yu Tsai wrote:
> On Wed, Jul 28, 2021 at 12:07 PM Hsin-Yi Wang <hsinyi@chromium.org> wrote:
>>
>> With commit 1796164fac7e ("dt-bindings: mmc: document alias support"),
>> a way to specify fixed index numbers was provided. This patch 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>
>> Tested-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
>> ---
>> v3->v4: change commit message based on review in v3.
> 
> Thanks for following up. My reviewed-by is still valid for both patches.
> 

Sorry for the confusion on this series. I now took this version into
v5.14-next/dts64

Thanks
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
index ae549d55a94fc..8e9cf36a9a41a 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 {