Re: [PATCH v2 4/5] arm64: dts: google: Add initial dts for frankel/blazer/mustang
From: Brian Norris
Date: Wed Jul 22 2026 - 19:57:03 EST
Hi Peter,
On Wed, Jul 22, 2026 at 10:55:55AM +0100, Peter Griffin wrote:
> diff --git a/arch/arm64/boot/dts/google/lga-pixel-common.dtsi b/arch/arm64/boot/dts/google/lga-pixel-common.dtsi
> new file mode 100644
> index 000000000000..57c318ab44c9
> --- /dev/null
> +++ b/arch/arm64/boot/dts/google/lga-pixel-common.dtsi
> + aliases {
> + serial0 = "/soc@0/serial@db62000"; /* &lsion_cli16_uart */
> + ufs0 = "/ufs-placeholder"; /* &ufs - TODO "/soc@0/ufs@3c400000" */
I'm going to go out on a limb here and guess that these aliases are
being spelled literally (with comments pointing at their label) because
they used to be formed as overlays (where the label won't resolve
properly, I expect?).
Do we still want to spell it this way? This looks generally nicer, and
won't need an update when we get a real ufs node:
serial0 = &lsion_cli16_uart;
ufs0 = &ufs;
IMO, we can cross the overlay bridge when we come to it.
Brian
> + };