Re: [PATCH v2 15/15] arm64: dts: qcom: Add Xiaomi Redmi 5A
From: Konrad Dybcio
Date: Thu Oct 31 2024 - 16:26:19 EST
On 31.10.2024 2:19 AM, Barnabás Czémán wrote:
> Add initial support for Xiaomi Redmi 5A (riva).
>
> Signed-off-by: Barnabás Czémán <barnabas.czeman@xxxxxxxxxxxxxx>
> ---
[...]
> + reserved-memory {
> + /delete-node/ reserved@85b00000;
Deleting nodes is preferred via a &label (like in sm8550-samsung-q5q.dts)
> + qseecom_mem: reserved@84a00000 {
> + reg = <0x0 0x84a00000 0x0 0x1900000>;
> + no-map;
> + };
> +
> + framebuffer_mem: memory@90001000 {
> + reg = <0x0 0x90001000 0x0 (720 * 1280 * 3)>;
> + no-map;
> + };
> + };
> +};
> +
> +&blsp_i2c3 {
> + status = "okay";
> +
> + touchscreen@38 {
> + compatible = "edt,edt-ft5306";
> + reg = <0x38>;
> + interrupt-parent = <&tlmm>;
> + interrupts = <65 0x2008>;
interrupts-extended = <&tlmm 65 IRQ_TYPE_LEVEL_LOW>;
[...]
> +&sdhc_1 {
> + vmmc-supply = <&pm8937_l8>;
> + vqmmc-supply = <&pm8937_l5>;
> + status = "okay";
A newline before 'status' would be welcome
Looks nice otherwise!
Konrad