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 X-Spam-Level: X-Spam-Status: No, score=-12.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AC92EC47082 for ; Mon, 7 Jun 2021 17:43:54 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7B4B8610A1 for ; Mon, 7 Jun 2021 17:43:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7B4B8610A1 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=vIjnz9kshOc4KtfcRDchREoU3DGIhhyVCW4B+uqAx48=; b=GISUAizmxnj36S N9KFhbzgOL6vpiCS4TqgH4tbzGDA9uLSGATtmtSbmw1pirDtF/E8DcNjhTx+YAFipmweiJo4LSOdj a0anxs686Sc9y5diST19w2f8/4lWWgvXb6BJJ6ogzO4C4UVEpVQw3NQZzs1NkWe4gUj6qkkzvhw3Q 8Z9iGt6zdAo3S09fv5EoJieKa9dVK2p6hd502VzGwxbCqycb9GCCXMKqeKCmEX+5D2DntEqLNbjcA LzSFJ1hkb38HlT578toAAPoGzAGFoUADMLqS+ZojWsAUJ+b+pWOpu7uIOdjEncoArM3kPNEhe/2xl CXIxGuU32bg/M7XXBDeQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lqJGH-004sOU-O2; Mon, 07 Jun 2021 17:42:06 +0000 Received: from michel.telenet-ops.be ([2a02:1800:110:4::f00:18]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lqJDX-004rYg-KD for linux-arm-kernel@lists.infradead.org; Mon, 07 Jun 2021 17:39:19 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed20:c184:ea65:c3d6:a616]) by michel.telenet-ops.be with bizsmtp id EHf9250031G4u2S06Hf9Ba; Mon, 07 Jun 2021 19:39:09 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1lqJDQ-00E7jD-Kq; Mon, 07 Jun 2021 19:39:08 +0200 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1lqJDP-007941-SW; Mon, 07 Jun 2021 19:39:07 +0200 From: Geert Uytterhoeven To: Magnus Damm Cc: linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven Subject: [PATCH 0/4] arm64: dts: renesas: salvator-x(s): Factor out common optional parts Date: Mon, 7 Jun 2021 19:39:01 +0200 Message-Id: X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210607_103915_865691_8C215539 X-CRM114-Status: GOOD ( 19.15 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi all, The Renesas Salvator-X(S) family of boards are available with different SiP options (R-Car H3 ES1.x, H3 ES2.0+, M3-W, M3-W+, M3-N). To reduce duplication of board descriptions, the parts common to all SoC and board combinations are already factored out into salvator-common.dtsi, salvator-x.dtsi, and salvator-xs.dtsi. Still, there are a few board features that are not common to all combos, as the corresponding support is not present on all SoCs. Hence this patch series moves out support for the second HDMI channel, the SATA interface, and the third and fourth USB channels to salvator-common.dtsi and/or salvator-xs.dtsi. As these are not present on all SoCs, its descriptions are protected by SOC_HAS_* preprocessor symbols, defined in SoC-specific .dtsi files. This series causes no changes in the generated DTB, except for the enablement of the SATA device node on Salvator-X board with an R-Car M3-N SiP, cfr. the comments in [PATCH 2/4]. Thanks for your comments! Geert Uytterhoeven (4): arm64: dts: renesas: salvator-x(s): Factor out HDMI1 parts arm64: dts: renesas: salvator-x(s): Factor out SATA parts arm64: dts: renesas: salvator-x(s): Factor out USB ch2 parts arm64: dts: renesas: salvator-xs: Factor out USB ch3 parts .../boot/dts/renesas/r8a77950-salvator-x.dts | 73 ----------- arch/arm64/boot/dts/renesas/r8a77950.dtsi | 2 + .../boot/dts/renesas/r8a77951-salvator-x.dts | 73 ----------- .../boot/dts/renesas/r8a77951-salvator-xs.dts | 122 ------------------ arch/arm64/boot/dts/renesas/r8a77951.dtsi | 5 + .../boot/dts/renesas/r8a77965-salvator-xs.dts | 14 -- arch/arm64/boot/dts/renesas/r8a77965.dtsi | 2 + .../boot/dts/renesas/salvator-common.dtsi | 76 ++++++++++- arch/arm64/boot/dts/renesas/salvator-xs.dtsi | 56 ++++++++ 9 files changed, 140 insertions(+), 283 deletions(-) -- 2.25.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel