From patchwork Wed May 18 09:19:58 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 574353 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C0C67C433FE for ; Wed, 18 May 2022 09:20:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233660AbiERJUN (ORCPT ); Wed, 18 May 2022 05:20:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49946 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234045AbiERJUM (ORCPT ); Wed, 18 May 2022 05:20:12 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DC2881498E8; Wed, 18 May 2022 02:20:10 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id A468AB81ED3; Wed, 18 May 2022 09:20:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DE4BBC385A5; Wed, 18 May 2022 09:20:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652865608; bh=0t6SMB1Xktem8MdU6E9KKQszbXEmNS/HpyG/ycWIqUM=; h=From:To:Cc:Subject:Date:From; b=KM7+9MxTTiClKyDLyWQ7srLpkcdgxvy3/gm2UnLx0uRmAvLIIFULwefXXClIdjlKw zMIrk9jXOcXSB5wlcUTqHjAifFK+xPlh59p+KU5/p7geydYj29KJmPIREZFX5zeHVp vUwrGBqoWSzKueUx6Lgs+z7XUSs77FLOgw3UqctDILAazV0/ubiJoigwCFLKEesvwI l/IhRgn+9yaycnMyEZQQ9xesq3sZ0yt/0Z2tgbeyn4d8/3qCcH5C/OF86efW1k7JIX Og5DWT+8Tv2drNtFVVIl/RRF41myy6sBFeTROwEwyrfjSRkrzSWcUVa5O1W+Oe8iiR 3wQiR1FfDmJTA== From: Vinod Koul To: Bjorn Andersson Cc: linux-arm-msm@vger.kernel.org, Vinod Koul , Rob Herring , Andy Gross , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/3] arm64: dts: qcom: Get rid of some warnings Date: Wed, 18 May 2022 14:49:58 +0530 Message-Id: <20220518092001.2262024-1-vkoul@kernel.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org This attempts to make W=1 free from warnings for all SM* dts files. Bunch of these are releated to node not having valid unit address and being present under soc node. So moving it out fixed that. Interconnect node was simple rename to remove unit address which was not really valid for these nodes. Changes in v2: - drop the sound and dsi node changes Vinod Koul (3): arm64: dts: qcom: sm8450: rename interconnect nodes arm64: dts: qcom: sm8350: Move qup-opp-tables out of soc node arm64: dts: qcom: sm8250: Move qup-opp-table out of soc node arch/arm64/boot/dts/qcom/sm8250.dtsi | 38 +++++++------- arch/arm64/boot/dts/qcom/sm8350.dtsi | 76 ++++++++++++++-------------- arch/arm64/boot/dts/qcom/sm8450.dtsi | 4 +- 3 files changed, 59 insertions(+), 59 deletions(-)