From patchwork Wed Jul 24 04:49:01 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 11055919 Return-Path: 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 42CC813A4 for ; Wed, 24 Jul 2019 04:50:34 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2CC092879E for ; Wed, 24 Jul 2019 04:50:34 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2138E287A1; Wed, 24 Jul 2019 04:50:34 +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=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D0A6C2871E for ; Wed, 24 Jul 2019 04:50:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725870AbfGXEud (ORCPT ); Wed, 24 Jul 2019 00:50:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:58032 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725813AbfGXEud (ORCPT ); Wed, 24 Jul 2019 00:50:33 -0400 Received: from localhost.localdomain (unknown [171.76.105.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1F713218D4; Wed, 24 Jul 2019 04:50:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563943832; bh=F91DtO4JNX4AcUcw4pU3IX/5Sm5fLNZ7x3U1rYZaif0=; h=From:To:Cc:Subject:Date:From; b=K9V7JTZhr6wSkl8rninl630e53iZ8SPt7FoikLHeiZ4qDobrvT0A3YgCg21QaWaag Bb2QBkCQQZFuXBH9IpfRzQ+ptZXpSLTVNYsf4g7Q+bfTfNb9Xw9OyzXWyNPtQhUJSE w1j4quSXREiOnaN+PDXEiXXCyhdzDgSQ/cMc15Zw= From: Vinod Koul To: Andy Gross Cc: linux-arm-msm@vger.kernel.org, Bjorn Andersson , Vinod Koul , Rob Herring , Mark Rutland , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Stephen Boyd , Amit Kucheria , Marc Gonzalez Subject: [PATCH v2 0/5] arm64: dts: qcom: sdm845: Fix DTS warnings Date: Wed, 24 Jul 2019 10:19:01 +0530 Message-Id: <20190724044906.12007-1-vkoul@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP So this is an attempt to fix some warns on sdm845 dts. We still have bunch of warnings to fix after this series (duplicate address and node names having underscores etc). Lets get long hanging ones fixed, we can see the warns with W=1 or W=2 Changes since v1: - Fix space after adc node unit address - Fix typo in commit log - Add review tags by Stephen Vinod Koul (5): arm64: dts: qcom: sdm845: Add unit name to soc node arm64: dts: qcom: sdm845: remove unnecessary properties for dsi nodes arm64: dts: qcom: sdm845: remove unit name for thermal trip points arm64: dts: qcom: sdm845: remove macro from unit name arm64: dts: qcom: sdm845-cheza: remove macro from unit name arch/arm64/boot/dts/qcom/pm8998.dtsi | 2 +- arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi | 10 ++-- arch/arm64/boot/dts/qcom/sdm845.dtsi | 66 ++++++++++------------ 3 files changed, 36 insertions(+), 42 deletions(-)