From patchwork Thu Sep 17 16:39:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 11782891 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DA27914B7 for ; Thu, 17 Sep 2020 16:40:03 +0000 (UTC) Received: by mail.kernel.org (Postfix) id D43E62222E; Thu, 17 Sep 2020 16:40:03 +0000 (UTC) Delivered-To: soc@kernel.org Received: from kozik-lap.mshome.net (unknown [194.230.155.191]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7D334214D8; Thu, 17 Sep 2020 16:40:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600360803; bh=1iEN3wUFBnZnIGKHsxEq+JsQmmShiBeZsXX14DY1+XU=; h=From:List-Id:To:Cc:Subject:Date:From; b=V3JTZlRv/A+Dt5gt6xK5h4t2TMpjPFdtUKReWQ7gQ2uqRmmjzxFiuuHWTx2WZHoAv uvu+h+kObjULNLq7Phca1a6Kfpu5ssvW/RJSdHJsWmSAYaeH7TbFW4hr9WlDSdnBe5 m7TrGA3NtnqJKaZcyYxWzA6jXL5W/5z44zXGb4DQ= From: Krzysztof Kozlowski List-Id: To: Jamie Iles , Rob Herring , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, arm@kernel.org, soc@kernel.org, Arnd Bergmann , Olof Johansson Cc: Krzysztof Kozlowski Subject: [PATCH] ARM: dts: picoxcell: build DTBs with make dtbs Date: Thu, 17 Sep 2020 18:39:57 +0200 Message-Id: <20200917163957.21895-1-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 Add ARCH_PICOXCELL entries to Makefil so the DTBs get built with `make dtbs`. Signed-off-by: Krzysztof Kozlowski --- arch/arm/boot/dts/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index e7c59d0c8598..6b971a29ccc8 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -873,6 +873,9 @@ dtb-$(CONFIG_ARCH_ACTIONS) += \ owl-s500-cubieboard6.dtb \ owl-s500-guitar-bb-rev-b.dtb \ owl-s500-sparky.dtb +dtb-$(CONFIG_ARCH_PICOXCELL) += \ + picoxcell-pc7302-pc3x2.dtb \ + picoxcell-pc7302-pc3x3.dtb dtb-$(CONFIG_ARCH_PRIMA2) += \ prima2-evb.dtb dtb-$(CONFIG_ARCH_PXA) += \