From 71ef4b38d17c4724ea92d9eb9e4836ccd82afc44 Mon Sep 17 00:00:00 2001 From: Tobias Poganiuch <tobias.poganiuch@seco.com> Date: Fri, 5 Apr 2024 16:39:40 +0200 Subject: [PATCH] arm64:dts: Add camera_pwdn and camera_reset to tanaro-pinfunc.h --- arch/arm64/boot/dts/seconorth/tanaro-pinfunc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/seconorth/tanaro-pinfunc.h b/arch/arm64/boot/dts/seconorth/tanaro-pinfunc.h index 456af8820fa10..e2d0579e90561 100644 --- a/arch/arm64/boot/dts/seconorth/tanaro-pinfunc.h +++ b/arch/arm64/boot/dts/seconorth/tanaro-pinfunc.h @@ -37,5 +37,7 @@ #define touch_int_pin 4 #define TOUCH_RESET MX8MM_IOMUXC_GPIO1_IO00_GPIO1_IO0 #define touch_reset &gpio1 0 +#define camera_pwdn &gpio1 3 +#define camera_reset &gpio1 6 #endif -- GitLab