On 2/17/26 1:08 AM, Richard Acayan wrote:
> The Pixel 3a XL has variants with either a Samsung Display Controller (SDC)
> panel or a Tianma panel. Add the device tree for the variant with the
> Tianma panel.
>
> Signed-off-by: Richard Acayan <[email protected]>
> ---
[...]
> +&framebuffer {
> + reg = <0 0x9c000000 0 (1080 * 2160 * 4)>;
> + width = <1080>;
> + height = <2160>;
> + stride = <(1080 * 4)>;
> + status = "okay";
> +};
> +
> +&panel {
> + compatible = "novatek,nt37700f";
> + status = "okay";
> +};
I don't really get why you disable the panel/framebuffer by default if
all of the "includees" enable it anyway
otherwise
Reviewed-by: Konrad Dybcio <[email protected]>
Konrad