From patchwork Wed Sep 7 00:00:54 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryan O'Donoghue X-Patchwork-Id: 603424 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 30EDDECAAA1 for ; Wed, 7 Sep 2022 00:01:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229551AbiIGABM (ORCPT ); Tue, 6 Sep 2022 20:01:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46212 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229436AbiIGABL (ORCPT ); Tue, 6 Sep 2022 20:01:11 -0400 Received: from mail-wr1-x432.google.com (mail-wr1-x432.google.com [IPv6:2a00:1450:4864:20::432]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3D9DE66A63 for ; Tue, 6 Sep 2022 17:01:09 -0700 (PDT) Received: by mail-wr1-x432.google.com with SMTP id bp20so17286167wrb.9 for ; Tue, 06 Sep 2022 17:01:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date; bh=88hXmKXc1thUjeX+tf74vW/rmtLSitNf5zRyTTR2X/k=; b=eXwtNAg/f1lVgmp/xSQDkzlJ/4YWCIlgejhg7VgyBU5ySJjXp3fRoqBT4fdj9kMcqq ZUgTj/9xBxL/srBhbdmiZP3AFNDOQQiWs7UsDcd5IAIk/28uCBWC9ZZAcVC/JVb+EwaY VYKcQTSjnwX3mHaeEvFvT5SgDW4H0JV63y4J6djyoC2XQqk8d+S926gKxdiFzNl8FTk6 jQqBQxJPc7b05WJEbc5qTm5LhDYiiSmUvemCJECWuppHfRZrcCLBc1e9QWXwsU22oiQX a5ujYXJnuImgx+Y72jC7eWoCUpapZpE7IHoCK2Zci40QJ1S8He9OtxN7lQ6LQ8XQYpLb 2dew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date; bh=88hXmKXc1thUjeX+tf74vW/rmtLSitNf5zRyTTR2X/k=; b=ciffzBBQjlBl8AGVle6KnmONAcm3/7jXV/FixkyHlUnC/jAK1kYRc1sahS6f+qqJdx h+AGXfKFqe9mwMdST7JCQRLQuj4V67DDx0NyCuf/CsitRDCvwwjN5eUINx3hPnt2Tv6n HqhSzTf2nLevLYYGUwpt7IXvMUBA8it2glPCIFkVc20B3UEFI0KWLFlwwkHy8rLml380 1VBz2gV8foxZET4MhcQ8fOOYN/gQsIhm/+ZaWRvPILmO1L0VafyLb6gnkX/ClaDRV8B8 /F6YPGeyQBTZ5d9dlfTpVWJJRVwH1xwvpDrhZ0HWeZlXw/5b8cGH/zz2MI2HpcPfEo7a PZtQ== X-Gm-Message-State: ACgBeo3KlebGg4EkVQzzU/hW/vkCKBKfvuHcyTboydDNgBTWthzc1QJv 4o7Zha/xhg+DOSGMr2IFewQo+w== X-Google-Smtp-Source: AA6agR5KMHp2Gk4iYo0cjhxNJGCk1LA10bMi2+KKdP4BaQDGId3SR9xpUvy5pvUm/EE+Q+8KTflehA== X-Received: by 2002:a5d:4150:0:b0:228:dbc4:d26b with SMTP id c16-20020a5d4150000000b00228dbc4d26bmr443503wrq.254.1662508867735; Tue, 06 Sep 2022 17:01:07 -0700 (PDT) Received: from sagittarius-a.chello.ie (188-141-3-169.dynamic.upc.ie. [188.141.3.169]) by smtp.gmail.com with ESMTPSA id g13-20020a05600c4ecd00b003a4c6e67f01sm26848613wmq.6.2022.09.06.17.01.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 06 Sep 2022 17:01:07 -0700 (PDT) From: Bryan O'Donoghue To: robdclark@gmail.com, quic_abhinavk@quicinc.com, dmitry.baryshkov@linaro.org, sean@poorly.run, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, quic_mkrishn@quicinc.com, agross@kernel.org, andersson@kernel.org, konrad.dybcio@somainline.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org Cc: bryan.odonoghue@linaro.org Subject: [PATCH 00/11] qcom,mdss-dsi-ctrl: Remove redundant phy-names from yaml and dtsi Date: Wed, 7 Sep 2022 01:00:54 +0100 Message-Id: <20220907000105.786265-1-bryan.odonoghue@linaro.org> X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org phy-names is both inconsistently used and not actually required by the driver. Previous discussion with Krzysztof and Rob suggested to remove the property. https://www.spinics.net/lists/linux-arm-msm/msg116525.html - Mark as deprecated and not required in yaml - Drop from associated dtsi files => grep -r mdss-dsi arch/arm* | grep qcom Bryan O'Donoghue (11): dt-bindings: msm: dsi-controller-main: Drop redundant phy-names ARM: dts: qcom: apq8064: Drop redundant phy-names from DSI controller ARM: dts: qcom: msm8974: Drop redundant phy-names from DSI controller arm64: dts: qcom: msm8916: Drop redundant phy-names from DSI controller arm64: dts: qcom: msm8996: Drop redundant phy-names from DSI controller arm64: dts: qcom: sc7180: Drop redundant phy-names from DSI controller arm64: dts: qcom: sc7280: Drop redundant phy-names from DSI controller arm64: dts: qcom: sdm660: Drop redundant phy-names from DSI controller arm64: dts: qcom: sdm630: Drop redundant phy-names from DSI controller arm64: dts: qcom: sdm845: Drop redundant phy-names from DSI controller arm64: dts: qcom: sm8250: Drop redundant phy-names from DSI controller .../devicetree/bindings/display/msm/dsi-controller-main.yaml | 2 +- arch/arm/boot/dts/qcom-apq8064.dtsi | 1 - arch/arm/boot/dts/qcom-msm8974.dtsi | 1 - arch/arm64/boot/dts/qcom/msm8916.dtsi | 1 - arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 -- arch/arm64/boot/dts/qcom/sc7180.dtsi | 1 - arch/arm64/boot/dts/qcom/sc7280.dtsi | 1 - arch/arm64/boot/dts/qcom/sdm630.dtsi | 1 - arch/arm64/boot/dts/qcom/sdm660.dtsi | 1 - arch/arm64/boot/dts/qcom/sdm845.dtsi | 2 -- arch/arm64/boot/dts/qcom/sm8250.dtsi | 2 -- 11 files changed, 1 insertion(+), 14 deletions(-) Reviewed-by: Krzysztof Kozlowski Reviewed-by: Krzysztof Kozlowski Reviewed-by: Krzysztof Kozlowski Reviewed-by: Krzysztof Kozlowski Reviewed-by: Krzysztof Kozlowski Reviewed-by: Krzysztof Kozlowski Reviewed-by: Dmitry Baryshkov