Re: [PATCH v1 1/1] ARM: tegra: transformer: use labels for mmc in aliases

From: Svyatoslav Ryhel
Date: Wed Aug 16 2023 - 12:41:42 EST




16 серпня 2023 р. 19:33:27 GMT+03:00, Thierry Reding <thierry.reding@xxxxxxxxx> написав(-ла):
>On Sun, Jul 30, 2023 at 03:51:50PM +0300, Svyatoslav Ryhel wrote:
>> Use phandle references for mmc instead of path in aliases.
>>
>> Signed-off-by: Svyatoslav Ryhel <clamor95@xxxxxxxxx>
>> ---
>> arch/arm/boot/dts/tegra114-asus-tf701t.dts | 12 ++++++------
>> .../boot/dts/tegra30-asus-transformer-common.dtsi | 12 ++++++------
>> 2 files changed, 12 insertions(+), 12 deletions(-)
>
>The commit message doesn't describe why this is useful and without any
>clarification I don't see any benefit in doing this.

1. Simplify comprehension of aliases, path is harder to read then a label
2. Unify with other t20 and t30 trees (paz00, tf101, grouper, picasso etc)

>Thierry