Re: [PATCH 3/3] arm64: dts: qcom: Add the Nothing Phone (3a)

From: Alexander Koskovich

Date: Sun Mar 22 2026 - 06:24:57 EST


On Saturday, March 21st, 2026 at 1:00 PM, Alexander Koskovich <akoskovich@xxxxx> wrote:

> + chosen {
> + #address-cells = <2>;
> + #size-cells = <2>;
> + ranges;
> +
> + framebuffer0: framebuffer@e3940000 {
> + compatible = "simple-framebuffer";
> + reg = <0x0 0xe3940000 0x0 (2392 * 1080 * 4)>;
> + width = <1080>;
> + height = <2392>;
> + stride = <(1080 * 4)>;
> + format = "a8r8g8b8";
> + panel = <&panel>;
> + interconnects = <&mmss_noc MASTER_MDP QCOM_ICC_TAG_ALWAYS
> + &mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>;
> + clocks = <&gcc GCC_DISP_HF_AXI_CLK>;
> +
> + /* Dummy panel for simple-framebuffer dimension info */
> + panel: dummy-panel {
> + compatible = "boe,bf068mwm-td0";
> + height-mm = <157>;
> + width-mm = <71>;
> + };
> + };

Forgot to add stdout-path = "serial0:115200n8" here, will add in v2.

> + };