On 2/10/26 3:32 AM, Richard Acayan wrote:
> The Pixel 3a XL can be supported by reusing most of the device tree from
> the Pixel 3a. Move the common elements to a common device tree include
> like with other devices.
>
> Signed-off-by: Richard Acayan <[email protected]>
> ---
[...]
>
> framebuffer: framebuffer@9c000000 {
> compatible = "simple-framebuffer";
> - reg = <0 0x9c000000 0 (1080 * 2220 * 4)>;
> - width = <1080>;
> - height = <2220>;
> - stride = <(1080 * 4)>;
> format = "a8r8g8b8";
> + status = "disabled";
why?
[...]
> panel: panel@0 {
> - compatible = "samsung,s6e3fa7-ams559nk06";
> + // compatible is provided in specific device trees
/* C-style comment, please */
lg otherwise
Konrad