From patchwork Sun Sep 25 17:24:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Weiss X-Patchwork-Id: 12988049 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 AC625C6FA82 for ; Sun, 25 Sep 2022 17:25:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233116AbiIYRZe (ORCPT ); Sun, 25 Sep 2022 13:25:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46162 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229850AbiIYRZd (ORCPT ); Sun, 25 Sep 2022 13:25:33 -0400 Received: from mail.z3ntu.xyz (mail.z3ntu.xyz [128.199.32.197]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F6EA1CB31; Sun, 25 Sep 2022 10:25:32 -0700 (PDT) Received: from g550jk.. (2a02-8388-6582-fe80-0000-0000-0000-0006.cable.dynamic.v6.surfer.at [IPv6:2a02:8388:6582:fe80::6]) by mail.z3ntu.xyz (Postfix) with ESMTPSA id 4062FC7D66; Sun, 25 Sep 2022 17:25:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=z3ntu.xyz; s=z3ntu; t=1664126700; bh=6088Sq4xISQUtRTZ2+MtOHvzEKP8WW6G5ay7xyjFd70=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=GctcWVNydGHRkkI/D1X5cpVNZJdP/CVwgoTeYxaGATfaD3uDLei0PiVM+fLd18faC 0rQaX7/5A+b0qEz8s71wqW5+mt/zW4nyeLFvP7fHJ2s0dtdS+96KptixymMeIa4hJ7 rVWBncKzsw/1iEeRWMTGWCm+ki5VqgWs4C+yqg6A= From: Luca Weiss To: linux-arm-msm@vger.kernel.org Cc: ~postmarketos/upstreaming@lists.sr.ht, phone-devel@vger.kernel.org, Luca Weiss , Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/2] arm64: dts: qcom: msm8916: Align dsi phy-names with schema Date: Sun, 25 Sep 2022 19:24:43 +0200 Message-Id: <20220925172443.92900-2-luca@z3ntu.xyz> X-Mailer: git-send-email 2.37.3 In-Reply-To: <20220925172443.92900-1-luca@z3ntu.xyz> References: <20220925172443.92900-1-luca@z3ntu.xyz> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Use dsi instead of dsi-phy as required by the binding. Signed-off-by: Luca Weiss Reviewed-by: Neil Armstrong --- arch/arm64/boot/dts/qcom/msm8916.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi index a831064700ee..48f4b4deb8b1 100644 --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi @@ -1046,7 +1046,7 @@ dsi0: dsi@1a98000 { "pixel", "core"; phys = <&dsi_phy0>; - phy-names = "dsi-phy"; + phy-names = "dsi"; #address-cells = <1>; #size-cells = <0>;