Message ID | 1535459532-17211-8-git-send-email-t-kristo@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 132C6174A for <patchwork-linux-arm@patchwork.kernel.org>; Tue, 28 Aug 2018 12:38:16 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 03E5D29A81 for <patchwork-linux-arm@patchwork.kernel.org>; Tue, 28 Aug 2018 12:38:16 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EB3BD29A96; Tue, 28 Aug 2018 12:38:15 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 80B3F29A81 for <patchwork-linux-arm@patchwork.kernel.org>; Tue, 28 Aug 2018 12:38:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=HF+tyP8BRoD5z/7rDI8Gd9fLBzePLeCHuCmjVKXLl3s=; b=SbjY5ztATs5jev az2ehVSfYB+5TX19AcUPj/7UGGbAR36OBCJScIqtklQZaUNUwRzCpNlst3yuARpxHEjlRxVkzrfiS 6BtX/ZJ/WnqGdCIeMaiYfSdmwxtf35vSKfZwPh2M59gTDHXN8OyDPmvGkYhKGP4j8djlTvanTVpIO WXzxmlgx/HpTYXmpwZCq7ISij8yLSpofxLKOys3xV6CHPg/ncTwSPPwdb2EVrExrM8wM43yvhyZ7m v7/NjWiGghzKwe9B/Dc5cOhBI0oAtZnMPt8a7SA7X21l8PxiMFxfuTNMtn4qxgHNSHKtBxR2lymgk QPlN7m6T1YlocGJ8w3GA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fudFv-0007qy-6d; Tue, 28 Aug 2018 12:37:59 +0000 Received: from fllv0016.ext.ti.com ([198.47.19.142]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fudBU-0004a1-NV for linux-arm-kernel@lists.infradead.org; Tue, 28 Aug 2018 12:33:26 +0000 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id w7SCWveH024891; Tue, 28 Aug 2018 07:32:57 -0500 Received: from DFLE114.ent.ti.com (dfle114.ent.ti.com [10.64.6.35]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id w7SCWvIb012061; Tue, 28 Aug 2018 07:32:57 -0500 Received: from DFLE103.ent.ti.com (10.64.6.24) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Tue, 28 Aug 2018 07:32:56 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DFLE103.ent.ti.com (10.64.6.24) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1466.3 via Frontend Transport; Tue, 28 Aug 2018 07:32:56 -0500 Received: from gomoku.home (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id w7SCWaQ0018414; Tue, 28 Aug 2018 07:32:54 -0500 From: Tero Kristo <t-kristo@ti.com> To: <catalin.marinas@arm.com>, <will.deacon@arm.com>, <linux@armlinux.org.uk>, <frowand.list@gmail.com>, <robh+dt@kernel.org> Subject: [PATCH 7/7] arm64: ti: add support for building Texas instruments overlays Date: Tue, 28 Aug 2018 15:32:12 +0300 Message-ID: <1535459532-17211-8-git-send-email-t-kristo@ti.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1535459532-17211-1-git-send-email-t-kristo@ti.com> References: <1535459532-17211-1-git-send-email-t-kristo@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180828_053324_914749_04B38D78 X-CRM114-Status: GOOD ( 11.42 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
ARM32/64: DT overlay build support
|
expand
|
diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile index 63e619d..753de8c 100644 --- a/arch/arm64/boot/dts/ti/Makefile +++ b/arch/arm64/boot/dts/ti/Makefile @@ -6,4 +6,6 @@ # Copyright (C) 2016-2018 Texas Instruments Incorporated - http://www.ti.com/ # +DTC_FLAGS += -@ + dtb-$(CONFIG_ARCH_K3_AM6_SOC) += k3-am654-base-board.dtb
Add the symbols to TI build DT files, for supporting overlays. Right now, there are no overlay files introduced, those shall be added later on. Signed-off-by: Tero Kristo <t-kristo@ti.com> --- arch/arm64/boot/dts/ti/Makefile | 2 ++ 1 file changed, 2 insertions(+)