On 2024-09-05 13:48, Krzysztof Kozlowski wrote:
On 05/09/2024 13:43, Dragan Simic wrote:
Hello Krzysztof,
On 2024-09-05 13:39, Krzysztof Kozlowski wrote:
On 05/09/2024 13:32, Dragan Simic wrote:
Sprinkle a few commonly used aliases onto the PineTab2 dtsi file, to
improve
its readability a bit, to make it easier to refer to the actual
nodes
later,
if needed, and to add a bit more detail to some of the labels.
No functional changes are introduced, which was validated by
decompiling and
comparing all affected board dtb files before and after these
changes.
When
compared with the decompiled original dtb files, some of the
phandles
in the
updated dtb files have different values, and the updated dtb files
contain
some additional phandles and additional symbols that come from the
introduced
aliases, but they still effectively remain the same as the
originals.
Suggested-by: Diederik de Haas <didi.debian@xxxxxxxxx>
Signed-off-by: Dragan Simic <dsimic@xxxxxxxxxxx>
---
Unused aliases do not improve readability, so for me this change is
making code worse without valid reason.
Then why do we already have, for example, unused "rk817_charger:
charger"
aliases in quite a few board dts(i) files? If those are actually seen
Ask contributors...
That would be a lot of work for next to nothing. Actually, I believe
those aliases were simply copied and pasted, at least when it comes to
the "rk817_*" aliases that are unused without doubt.
as
redundant, we should remove all of them.
They are already there, so dropping them is close to unnecessary churn.
And quite a lot of work to investigate the reason behind EACH label.
Hmm, it's true that a lot of work would be needed. On the other hand,
how about adding these aliases to the PineTab2 dtsi for the sake of
consistency with the other similar board dts(i) files? For example,
grepping for "rk817_charger", which is used as an alias in all other
dts(i) files for boards that use RK817, currently omits the PineTab2
dtsi. I see that as a downside that this patch attempts to improve.