Enable the touch screen, backlight, and dsi nodes for the Pine64 touch panel attached to the rockpro64. Signed-off-by: Peter Geis <pgwipeout@xxxxxxxxx> --- arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi index 158befb9a48c..f6c36fcd6db3 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi @@ -26,7 +26,7 @@ backlight: backlight { pwms = <&pwm0 0 1000000 0>; brightness-levels = <0 4 8 16 32 64 128 255>; default-brightness-level = <5>; - status = "disabled"; + status = "okay"; }; clkin_gmac: external-gmac-clock { @@ -594,7 +594,7 @@ touch: touchscreen@5d { interrupts = <RK_PD5 IRQ_TYPE_EDGE_FALLING>; irq-gpios = <&gpio4 RK_PD5 GPIO_ACTIVE_HIGH>; reset-gpios = <&gpio4 RK_PD6 GPIO_ACTIVE_HIGH>; - status = "disabled"; + status = "okay"; }; }; @@ -633,7 +633,7 @@ &io_domains { /* enable for pine64 panel display support */ &mipi_dsi { - status = "disabled"; + status = "okay"; clock-master; ports { -- 2.32.0