]> git.ipfire.org Git - thirdparty/linux.git/commit
arm64: dts: rockchip: add overlay for RockPro64 screen
authorPeter Robinson <pbrobinson@gmail.com>
Sun, 18 May 2025 21:59:34 +0000 (22:59 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 10 Jun 2025 11:15:52 +0000 (13:15 +0200)
commite14491aaa6ff598bbe9d462e44c01ac65754f445
treeb860e32dec577a562ccbc2032d5c953409965868
parentd69cb63780943fc1b0765bb9b46f627573cc97d1
arm64: dts: rockchip: add overlay for RockPro64 screen

The Pine64 touch panel is a panel consisting of the Feiyang fy07024di26a30d
panel with a Goodix gt911 touch screen. Add a device tree overlay to
allow the display to be easily used on the device.

This was previously included in the main device tree but left disabled
by default which still required rebuilding the DT to use the device, now
overlays can go upstream the overlay is the best way to handle the
add on devices.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
[added the missing v2 to
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-rockpro64-v2-screen.dtb
                                                ^^
rk3399-rockpro64-v2-screen-dtbs := rk3399-rockpro64-v2.dtb \
rk3399-rockpro64-screen.dtbo
 dropped address-cells/size-cells from panel node to fix warning about
 rk3399-rockpro64-screen.dtso:69.22-84.4: Warning (avoid_unnecessary_addr_size)
 /fragment@2/__overlay__/panel@0: unnecessary #address-cells/#size-cells
 without "ranges", "dma-ranges" or child "reg" property]
Link: https://lore.kernel.org/r/20250518215944.178582-2-pbrobinson@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/Makefile
arch/arm64/boot/dts/rockchip/rk3399-rockpro64-screen.dtso [new file with mode: 0644]