The touchscreen and framebuffer can have different resolutions on the Pixel 3a and 3a XL. Label them so the resolutions can be modified, in anticipation of the addition of the Pixel 3a XL.
Signed-off-by: Richard Acayan <[email protected]> --- arch/arm64/boot/dts/qcom/sdm670-google-sargo.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sdm670-google-sargo.dts b/arch/arm64/boot/dts/qcom/sdm670-google-sargo.dts index e925cba0381f..2e86bed9ea8c 100644 --- a/arch/arm64/boot/dts/qcom/sdm670-google-sargo.dts +++ b/arch/arm64/boot/dts/qcom/sdm670-google-sargo.dts @@ -48,7 +48,7 @@ chosen { #size-cells = <2>; ranges; - framebuffer@9c000000 { + framebuffer: framebuffer@9c000000 { compatible = "simple-framebuffer"; reg = <0 0x9c000000 0 (1080 * 2220 * 4)>; width = <1080>; @@ -516,7 +516,7 @@ rmi4-f01@1 { syna,nosleep-mode = <1>; }; - rmi4-f12@12 { + rmi4_f12: rmi4-f12@12 { reg = <0x12>; touchscreen-x-mm = <62>; touchscreen-y-mm = <127>; @@ -533,7 +533,7 @@ &mdss_dsi0 { vdda-supply = <&vreg_l1a_1p225>; status = "okay"; - panel@0 { + panel: panel@0 { compatible = "samsung,s6e3fa7-ams559nk06"; reg = <0>; -- 2.53.0
