From nobody Tue Apr 7 14:56:58 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AC978ECAAD4 for ; Fri, 26 Aug 2022 12:26:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237602AbiHZM0u (ORCPT ); Fri, 26 Aug 2022 08:26:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43614 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230132AbiHZM0s (ORCPT ); Fri, 26 Aug 2022 08:26:48 -0400 Received: from mail-sz.amlogic.com (mail-sz.amlogic.com [211.162.65.117]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 04720D8B34; Fri, 26 Aug 2022 05:26:47 -0700 (PDT) Received: from rd02-sz.amlogic.software (10.28.8.43) by mail-sz.amlogic.com (10.28.11.5) with Microsoft SMTP Server id 15.1.2507.6; Fri, 26 Aug 2022 20:26:44 +0800 From: Huqiang Qin To: , , , , , CC: , , , , Huqiang Qin Subject: [PATCH v2] arm64: dts: meson-s4: include meson-s4-gpio.h Date: Fri, 26 Aug 2022 20:23:40 +0800 Message-ID: <20220826122338.2452433-1-huqiang.qin@amlogic.com> X-Mailer: git-send-email 2.37.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [10.28.8.43] Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" In the future, meson-s4.dtsi will have some nodes that need to use the meson-s4-gpio.h file. e.g. * Bluetooth enable pin: bt_en-gpios =3D <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>; * Audio mute pin: spk_mute-gpios =3D <&gpio GPIOH_8 GPIO_ACTIVE_LOW>; * ... Signed-off-by: Huqiang Qin --- arch/arm64/boot/dts/amlogic/meson-s4.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-s4.dtsi b/arch/arm64/boot/dt= s/amlogic/meson-s4.dtsi index ad50cba42d19..44cce8b0fcef 100644 --- a/arch/arm64/boot/dts/amlogic/meson-s4.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-s4.dtsi @@ -6,6 +6,7 @@ #include #include #include +#include =20 / { cpus { --=20 2.37.1