Re: [PATCH 1/4] arm64: dts: qcom: Use hyphen in node names
From: Krzysztof Kozlowski
Date: Mon Jul 06 2026 - 03:25:11 EST
On 06/07/2026 09:03, Krzysztof Kozlowski wrote:
> index 7393978926e4..0796d9dbe158 100644
> --- a/arch/arm64/boot/dts/qcom/milos-nothing-asteroids.dts
> +++ b/arch/arm64/boot/dts/qcom/milos-nothing-asteroids.dts
> @@ -136,7 +136,7 @@ ramoops@81f20000 {
> * ABL is powering down display and controller if this node is
> * not named exactly "splash_region".
> */
If I only read comments... This will cause DTS style checker warning.
Honestly, we should not accept such code. Bootloader vendors were told
about ABI, they just ignore the problem because they can get away with it.
> - splash_region@e3940000 {
> + splash@e3940000 {
> reg = <0x0 0xe3940000 0x0 0x2b00000>;
> no-map;
> };
Best regards,
Krzysztof