From mboxrd@z Thu Jan 1 00:00:00 1970 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 DEB99C04AA5 for ; Thu, 25 Aug 2022 11:54:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240550AbiHYLya (ORCPT ); Thu, 25 Aug 2022 07:54:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57650 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232349AbiHYLy1 (ORCPT ); Thu, 25 Aug 2022 07:54:27 -0400 Received: from mail-sz.amlogic.com (mail-sz.amlogic.com [211.162.65.117]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 95B2CA4B1A; Thu, 25 Aug 2022 04:54:26 -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; Thu, 25 Aug 2022 19:54:22 +0800 From: Huqiang Qin To: , , , , , CC: , , , , Huqiang Qin Subject: [PATCH] arm64: dts: meson-s4: include meson-s4-gpio.h Date: Thu, 25 Aug 2022 19:51:54 +0800 Message-ID: <20220825115154.2150323-1-huqiang.qin@amlogic.com> X-Mailer: git-send-email 2.37.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.28.8.43] Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add the included meson-s4-gpio.h in the meson-s4.dtsi 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/dts/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 / { cpus { -- 2.37.1