From patchwork Thu Dec 2 07:50:53 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alain Volmat X-Patchwork-Id: 12694450 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id AB5DCC433EF for ; Thu, 2 Dec 2021 07:52:59 +0000 (UTC) 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=S9eo5ik7MLT8wFL/JAxLMKwqrYoowv9XkSNt7h72ZC0=; b=Uw7xopPE7srI+c i620vOQh1lRG1KEYivryKWnc7j16dURbaoR4GvZvBheUo6biuAGHNDU8/nrhpLIOpp8rYd8eMI5yn OHOgjOhr0yQKvsYa9qVyNTrUaSHYpA9aYzSVi/bvXYMeqLNYvtKuZQBW88mfQouBCl3nnD3FaP6da /kvzbF68+BsK+WD0NaCvnY88L/lpWx0CdJAIOUFS9NQzphphtYENXV6T2GmwV3qMQGjR1O3RdDYLE Imk9S/PJOkjKqYW7Lr0ZT4G05XGSCXg4tuvPLmuk36x/o8A6jdBsYfoAvcAYqLPn1ufoJEiXbWQ+s GOq3ml49PA95LeArSRXA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1msgsD-00BEX6-Dr; Thu, 02 Dec 2021 07:51:21 +0000 Received: from st43p00im-ztdg10061801.me.com ([17.58.63.170]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1msgs9-00BEWa-FG for linux-arm-kernel@lists.infradead.org; Thu, 02 Dec 2021 07:51:19 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=1a1hai; t=1638431476; bh=1PuOkBgRpKHM41Kzpj8lnhhlZGkKZQMc6IJzXdwo2HI=; h=From:To:Subject:Date:Message-Id:MIME-Version; b=zOW8Unzfyxekc69cl5uWyZ50jdankbJu91etXaon+TNciraV0qKMbgu+2y465DcGV ZwKYhoQqrdaXLCtDRzYLAcVrvzNtqZL9iJy6gzINM2qdFhYqLFw58+qWLD4/5wlxQU PgImY0YRhKbP5SLA40lcQY4ngHRLdpMmumy00RLXw7hGWVKIfeB7Si4EYqvxQNDh3q c7hjs6jVcvzpg37wg84u8jHwvIvjaIdV6y91sFv5cpBLo7QLMLMFx0bRBFd1Y5WgiW 9LZtZ6+az3A+kv6hGoI90J5IoGjDbjBgSDefZodGtIymnQZndYRl/Ar844k1OxQ1b2 w4XOWoTLeGLzg== Received: from localhost (101.220.150.77.rev.sfr.net [77.150.220.101]) by st43p00im-ztdg10061801.me.com (Postfix) with ESMTPSA id 2F9768C082B; Thu, 2 Dec 2021 07:51:14 +0000 (UTC) From: Alain Volmat To: patrice.chotard@st.com, robh+dt@kernel.org, mark.rutland@arm.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: avolmat@me.com Subject: [PATCH 00/12] ARM: dts: sti: various DT fixes to avoid warnings Date: Thu, 2 Dec 2021 08:50:53 +0100 Message-Id: <20211202075105.195664-1-avolmat@me.com> 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-20211201_235117_604022_4BEBB33F X-CRM114-Status: UNSURE ( 7.77 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org A first serie to correct a large amount of DT warnings seen when building with the W=1 option and mainly due to having several time the same reg property (clock) or having unnecessary reg value. The first 3 patches related to clocks require that recent serie [1] of clock drivers improvements be first merged. [1] https://lore.kernel.org/linux-clk/20211202072850.194314-1-avolmat@me.com/T/#t Alain Volmat (12): ARM: dts: sti: ensure unique unit-address in stih407-clock ARM: dts: sti: ensure unique unit-address in stih410-clock ARM: dts: sti: ensure unique unit-address in stih418-clock ARM: dts: sti: move some nodes out of the soc section in stih407-family.dtsi ARM: dts: sti: update stih410-b2260 following stih407-family DT update ARM: dts: sti: update stih418-b2199 following stih407-family DT update ARM: dts: sti: update stihxxx-b2120 following stih407-family DT update ARM: dts: sti: remove delta node from stih410.dtsi ARM: dts: sti: move usb picophy nodes out of soc in stih410.dtsi ARM: dts: sti: move usb picophy nodes out of soc in stih418.dtsi ARM: dts: sti: move usb picophy nodes in stih410-b2120.dts ARM: dts: sti: move usb picophy nodes in stih410-b2260.dts arch/arm/boot/dts/stih407-clock.dtsi | 101 +++++----- arch/arm/boot/dts/stih407-family.dtsi | 262 +++++++++++++------------- arch/arm/boot/dts/stih410-b2120.dts | 16 +- arch/arm/boot/dts/stih410-b2260.dts | 30 +-- arch/arm/boot/dts/stih410-clock.dtsi | 100 +++++----- arch/arm/boot/dts/stih410.dtsi | 52 ++--- arch/arm/boot/dts/stih418-b2199.dts | 22 +-- arch/arm/boot/dts/stih418-clock.dtsi | 101 +++++----- arch/arm/boot/dts/stih418.dtsi | 38 ++-- arch/arm/boot/dts/stihxxx-b2120.dtsi | 22 +-- 10 files changed, 351 insertions(+), 393 deletions(-)