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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 5CB47C433EF for ; Tue, 18 Jan 2022 00:39:28 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 9C0608381C; Tue, 18 Jan 2022 01:38:04 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="Xi4Nyvmg"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 95DD5837DD; Tue, 18 Jan 2022 01:37:46 +0100 (CET) Received: from mail-ed1-x52c.google.com (mail-ed1-x52c.google.com [IPv6:2a00:1450:4864:20::52c]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id A06A083808 for ; Tue, 18 Jan 2022 01:37:22 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=jbx6244@gmail.com Received: by mail-ed1-x52c.google.com with SMTP id k15so72307610edk.13 for ; Mon, 17 Jan 2022 16:37:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=5bGqTbxyn+lryYlwK9gwqlSMmD6kjS3LiPO1wWwQ7+4=; b=Xi4NyvmgdN88gE8FrmpYgH0rQ3UAd+hTADyo84tdZLVQp0GgGMGGRy4DAS7JrYeCYW aKAFVWSojmh7+/Y+p4JC+72iIgqjQFV7nve1hCHzbPBXwLy300qxohE/kwfSv9K1PB22 SZDAUo0nmOdUqUdsH1CXVssd6fhDtKw7GZzePRYNbMIUe+EGRz9KTdP4SHncKUDQrU8m kelDpFfjCsHYxXyVl9Clh74L6GOTH6j8Ze3S3vj/evBG3H5MCK64o/gL3ykpScWTNqee G+yiCvCFLWtx/Ky9vtJcEru118YcRH26dLsqwThicXAowupDw2ZmWGbu/gjhgRLPfVk7 nE0A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=5bGqTbxyn+lryYlwK9gwqlSMmD6kjS3LiPO1wWwQ7+4=; b=hxUlKAlTdWUhF3XB+RNmAYLcp5KlUBlLxuQlPx4IydCRCF/6cGiEzejVbjR+JMrmZJ ub44uN19jVxACLWz+PXkeYCqE8Oy9YmHzc4jhgP5aVexffY4UIRehq1I0ClAz9/9Qwt3 allMn6daGxp4GS6K5fQwG5oICnL0b2MvXxZ7l2N4ydYNd/CpZ2lpuQVd0Yscj2hmH/Bg 7hX3OEgVLQ+rRe4lLBxRddOvpNboKR2SCMJ26yAv/LC6xIvTJqAaGzyZ+fHD5msRq9dm 2bWyx71V7m9wW9FWF3RB64EqJohFOCmRkoUBKhZPFL2io0uCBBVEF71wMdOAZ87TOUmX 8XZA== X-Gm-Message-State: AOAM530AdSSHdrnLIzYEnmbW4S5/lV60VYqllZSPERWA+WXOibzv1jrm GovVDCfdwmY6Cq4hgAH3G6s= X-Google-Smtp-Source: ABdhPJy5CcV7UQ2rM4iHMJj6NbF++ASuGNpkejTpADDxYG9sxavbdsJ0i7A5T4cAdoPg5wd6buJJtw== X-Received: by 2002:a17:907:d07:: with SMTP id gn7mr18943647ejc.575.1642466242281; Mon, 17 Jan 2022 16:37:22 -0800 (PST) Received: from debian.home ([81.204.249.205]) by smtp.gmail.com with ESMTPSA id bg20sm4312606ejb.59.2022.01.17.16.37.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 Jan 2022 16:37:21 -0800 (PST) From: Johan Jonker To: kever.yang@rock-chips.com Cc: sjg@chromium.org, philipp.tomsich@vrull.eu, lukma@denx.de, seanga2@gmail.com, u-boot@lists.denx.de Subject: [PATCH v8 09/15] rockchip: rk3066: add include Date: Tue, 18 Jan 2022 01:36:57 +0100 Message-Id: <20220118003703.10678-10-jbx6244@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220118003703.10678-1-jbx6244@gmail.com> References: <20220118003703.10678-1-jbx6244@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Add include for rk3066. Signed-off-by: Johan Jonker --- arch/arm/include/asm/arch-rk3066/boot0.h | 8 ++++++++ arch/arm/include/asm/arch-rk3066/gpio.h | 8 ++++++++ arch/arm/include/asm/arch-rk3066/timer.h | 6 ++++++ 3 files changed, 22 insertions(+) create mode 100644 arch/arm/include/asm/arch-rk3066/boot0.h create mode 100644 arch/arm/include/asm/arch-rk3066/gpio.h create mode 100644 arch/arm/include/asm/arch-rk3066/timer.h diff --git a/arch/arm/include/asm/arch-rk3066/boot0.h b/arch/arm/include/asm/arch-rk3066/boot0.h new file mode 100644 index 00000000..28c0fb9a --- /dev/null +++ b/arch/arm/include/asm/arch-rk3066/boot0.h @@ -0,0 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ + +#ifndef __ASM_ARCH_BOOT0_H__ +#define __ASM_ARCH_BOOT0_H__ + +#include + +#endif diff --git a/arch/arm/include/asm/arch-rk3066/gpio.h b/arch/arm/include/asm/arch-rk3066/gpio.h new file mode 100644 index 00000000..a4a3b328 --- /dev/null +++ b/arch/arm/include/asm/arch-rk3066/gpio.h @@ -0,0 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ + +#ifndef __ASM_ARCH_GPIO_H__ +#define __ASM_ARCH_GPIO_H__ + +#include + +#endif diff --git a/arch/arm/include/asm/arch-rk3066/timer.h b/arch/arm/include/asm/arch-rk3066/timer.h new file mode 100644 index 00000000..3bb39428 --- /dev/null +++ b/arch/arm/include/asm/arch-rk3066/timer.h @@ -0,0 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ + +#ifndef __ASM_ARCH_TIMER_H__ +#define __ASM_ARCH_TIMER_H__ + +#endif -- 2.20.1