Re: [PATCH 2/2] arm64: dts: qcom: Add Xiaomi 11 Lite 5G NE
From: Krzysztof Kozlowski
Date: Mon Jul 13 2026 - 03:44:09 EST
On Sat, Jul 11, 2026 at 08:49:34PM +0200, Oleksii Onchul wrote:
> + port@2 {
> + reg = <2>;
> +
> + pmic_glink_sbu: endpoint {
> + remote-endpoint = <&fsa4480_sbu_mux>;
> + };
> + };
> + };
> + };
> + };
> +
> + reserved-memory {
> + #address-cells = <2>;
> + #size-cells = <2>;
> + ranges;
> +
> + cdsp_secure_heap_mem: cdsp_secure_heap@81800000 {
Underscores in node names are not allowed. Please switch to DTS coding
style (see docs).
Everywhere.
Best regards,
Krzysztof