From patchwork Fri Dec 23 16:18:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 636745 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 49072C4332F for ; Fri, 23 Dec 2022 16:18:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231217AbiLWQSq (ORCPT ); Fri, 23 Dec 2022 11:18:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38902 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230396AbiLWQSn (ORCPT ); Fri, 23 Dec 2022 11:18:43 -0500 Received: from mail-lf1-x12f.google.com (mail-lf1-x12f.google.com [IPv6:2a00:1450:4864:20::12f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CCE3E1A214 for ; Fri, 23 Dec 2022 08:18:42 -0800 (PST) Received: by mail-lf1-x12f.google.com with SMTP id g13so7620431lfv.7 for ; Fri, 23 Dec 2022 08:18:42 -0800 (PST) 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:message-id:reply-to; bh=Ssdvzhuee2XQDm50/3Dh08z9mzFiguEgbpNiLUtPtQk=; b=UYjsne41U/8//XGrEZ6dq42DkOf4pl/H4mBwv95l7LC/HPOBxZBwIOHP512CSawS/V ZXRxPXvOBUKILtZWA6ZCHDGiTWcfnPi5EujmFDoS/QYeXBeVfd9qGhjN0xdyqARDD2h9 WV4xJo5w7mJN3fK5yuHO7DCiAZh1cBTovHrXChNvE3TCggPvirfwVf/stzpztbef/jDR ox7SMWCthNCXopIH0fL+A93HX0+5N2zKKbKGXHEEwh3wS/HFJB7V/lfin8nsd2xAAK2p ZqNj2j1L4PYBVZYbqF1Y3cQ7ARbhV53zt3b2HXhYSrm+70WsNa9pUsC1Yux6sObo/tEQ tPyw== 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:message-id :reply-to; bh=Ssdvzhuee2XQDm50/3Dh08z9mzFiguEgbpNiLUtPtQk=; b=i9wFxCZ9/1ae73zdVSSqwffjKVrKiSxn+Iw2qHzDX7ydlVFzjFSNscKFYVxjWSK547 yVvJm+AAa47WETONK+GbEKQsYgbslCpb539nDGRe/yO4RX7soBBQydDM/uvIdUIwoixi szSYLGz8x44D+PYn24PZa1srLNaniHYLAQFOwkMkxnaUc4TGSZII2md1u5hL83zaeEX8 6M+q6l/bKLd3rNXh0lRKzPMOALDkhinybc5tezfgBWaKvUFvOX12vbgvTGZx0c1rrA9C 1meoO+q7qITsUQXTWbxVeUWAKXzFS73BE2kIjTJaVjXUmQiLtcJD8CnZt/eupHND96fH l2Yg== X-Gm-Message-State: AFqh2kqlNYn3fvQParL0C3uQ+BgYCtqwEKCCDt05mje7p/dtSBW6c3vm mjwx3XT8rirUCndy1AF6cART2g== X-Google-Smtp-Source: AMrXdXsWw512KHluUBDJzRaXuHifwQ7aus50gdJRaT8b2kbKkEG6+slseJlplBRP71EZhfMrDmokPQ== X-Received: by 2002:a19:f80c:0:b0:4b5:853c:ed30 with SMTP id a12-20020a19f80c000000b004b5853ced30mr2676054lff.23.1671812321141; Fri, 23 Dec 2022 08:18:41 -0800 (PST) Received: from krzk-bin.NAT.warszawa.vectranet.pl (088156142067.dynamic-2-waw-k-3-2-0.vectranet.pl. [88.156.142.67]) by smtp.gmail.com with ESMTPSA id n18-20020a05651203f200b004b4f2a30e6csm581360lfq.0.2022.12.23.08.18.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Dec 2022 08:18:40 -0800 (PST) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Vinod Koul , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Wesley Cheng , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH 1/4] dt-bindings: phy: qcom,usb-snps-femto-v2: use fallback compatibles Date: Fri, 23 Dec 2022 17:18:32 +0100 Message-Id: <20221223161835.112079-1-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Document SoC-specific compatibles with generic fallback (e.g. qcom,usb-snps-hs-7nm-phy) already used in DTSI. Add SoC-specific compatibles for PHY on SDX55 and SDX65. This disallows usage of the qcom,usb-snps-hs-5nm-phy and qcom,usb-snps-hs-7nm-phy generic compatibles alone. Do not touch remaining two compatibles - qcom,usb-snps-femto-v2-phy and qcom,sc8180x-usb-hs-phy - because there are no upstream users, so not sure what was the intention for them. This fixes warnings like: sa8295p-adp.dtb: phy@88e5000: compatible: 'oneOf' conditional failed, one must be fixed: ['qcom,sc8280xp-usb-hs-phy', 'qcom,usb-snps-hs-5nm-phy'] is too long 'qcom,sc8280xp-usb-hs-phy' is not one of ['qcom,sm8150-usb-hs-phy', 'qcom,sm8250-usb-hs-phy', 'qcom,sm8350-usb-hs-phy', 'qcom,sm8450-usb-hs-phy'] 'qcom,usb-snps-hs-7nm-phy' was expected Signed-off-by: Krzysztof Kozlowski Acked-by: Rob Herring --- .../bindings/phy/qcom,usb-snps-femto-v2.yaml | 33 +++++++++++-------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml b/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml index 68e70961beb2..85d405e028b9 100644 --- a/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml @@ -14,18 +14,25 @@ description: | properties: compatible: - enum: - - qcom,usb-snps-hs-5nm-phy - - qcom,usb-snps-hs-7nm-phy - - qcom,sc7280-usb-hs-phy - - qcom,sc8180x-usb-hs-phy - - qcom,sc8280xp-usb-hs-phy - - qcom,sm6375-usb-hs-phy - - qcom,sm8150-usb-hs-phy - - qcom,sm8250-usb-hs-phy - - qcom,sm8350-usb-hs-phy - - qcom,sm8450-usb-hs-phy - - qcom,usb-snps-femto-v2-phy + oneOf: + - enum: + - qcom,sc8180x-usb-hs-phy + - qcom,usb-snps-femto-v2-phy + - items: + - enum: + - qcom,sc8280xp-usb-hs-phy + - const: qcom,usb-snps-hs-5nm-phy + - items: + - enum: + - qcom,sc7280-usb-hs-phy + - qcom,sdx55-usb-hs-phy + - qcom,sdx65-usb-hs-phy + - qcom,sm6375-usb-hs-phy + - qcom,sm8150-usb-hs-phy + - qcom,sm8250-usb-hs-phy + - qcom,sm8350-usb-hs-phy + - qcom,sm8450-usb-hs-phy + - const: qcom,usb-snps-hs-7nm-phy reg: maxItems: 1 @@ -160,7 +167,7 @@ examples: #include #include phy@88e2000 { - compatible = "qcom,sm8150-usb-hs-phy"; + compatible = "qcom,sm8150-usb-hs-phy", "qcom,usb-snps-hs-7nm-phy"; reg = <0x088e2000 0x400>; #phy-cells = <0>; From patchwork Fri Dec 23 16:18:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 636426 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 2BF76C4167B for ; Fri, 23 Dec 2022 16:18:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230396AbiLWQSr (ORCPT ); Fri, 23 Dec 2022 11:18:47 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38918 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231143AbiLWQSo (ORCPT ); Fri, 23 Dec 2022 11:18:44 -0500 Received: from mail-lf1-x12f.google.com (mail-lf1-x12f.google.com [IPv6:2a00:1450:4864:20::12f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E41231C11D for ; Fri, 23 Dec 2022 08:18:43 -0800 (PST) Received: by mail-lf1-x12f.google.com with SMTP id z26so7618139lfu.8 for ; Fri, 23 Dec 2022 08:18:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=BwrKrqGTLRy1JAzULXAgefih55u4tM0/VdC3aQtyB9E=; b=XV2F+VqvBRILuf+Sbv0pDg7V5bHcp8CV7VKHmAyzXwt5ahPnvZ2okP7+G4tqXs3fWK kY3rk4L34CqJrHFj7C2s2qyifzb2/NS2MLQOtPBxOIRIMYpAVValm6tky1H6832v+vbx 0UbK7+W8Av0n4141SGyjg1PZn6NEWaoa76OdXWQUSNc3Koj+pPFO4+3terKHC/8lfM3j DVYmHuWkcf8DBMjtkHqnR/Mx1cRsF7dZxl5TZByRb9LZWYI8c4A+UHfbc9ppxdn5t6+a 8nuUK6piZqjfiJdSpmprankLzM6iWgesw289OdQlb/P5OPHO0LUuVZmrhFAm1GOVDbB2 S9JQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=BwrKrqGTLRy1JAzULXAgefih55u4tM0/VdC3aQtyB9E=; b=VUiVkjmCMktjhu768cnOBAJAB/+WXrlBy8C55HiX6y/28b/4rN/0gELDyIx7M86j7I SV5YXv5uupFVsIvuNINGAUXbSWFIoPVEz39kzzL3yRuO/fTIR8HVF/2IOsY25D0LKh0b UDE9cGhcyyxyOxXKT1xe6hTlW12ucU5lKefQTU6gvzdetSPtvIVuZwnxD06Lq7FP6vkf 1j5lEgde+NNThTs6jRYmuaVSKgy2tmqNzCGIL82gITH6d3vqzfjaJIhCFP980Y4WzFmR QLbuCfk113uoV/xh7fE5yoU+kOed89x97rpYJokO2cz7vLOmyOGHZAEtr5KnKa6q4Pff b5Ng== X-Gm-Message-State: AFqh2kr2r23Ay3dUWnACiGAmPI76soKo9yHjIJQlNoIddZuTlSlciur+ Sg/vNrwGgF80YPlcPmUSyO9FxaIeM5Jzdz+0 X-Google-Smtp-Source: AMrXdXvwlFabJMcseKE0yS93G7KKhPCBbBrPLJ6TgV4pPa5MPdvkvNA3u5kYWLqvrowGCDJunk4Pyw== X-Received: by 2002:a05:6512:2804:b0:4c0:91d0:e7ad with SMTP id cf4-20020a056512280400b004c091d0e7admr3763341lfb.26.1671812322211; Fri, 23 Dec 2022 08:18:42 -0800 (PST) Received: from krzk-bin.NAT.warszawa.vectranet.pl (088156142067.dynamic-2-waw-k-3-2-0.vectranet.pl. [88.156.142.67]) by smtp.gmail.com with ESMTPSA id n18-20020a05651203f200b004b4f2a30e6csm581360lfq.0.2022.12.23.08.18.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Dec 2022 08:18:41 -0800 (PST) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Vinod Koul , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Wesley Cheng , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH 2/4] ARM: dts: qcom: sdx55: add specific compatible for USB HS PHY Date: Fri, 23 Dec 2022 17:18:33 +0100 Message-Id: <20221223161835.112079-2-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221223161835.112079-1-krzysztof.kozlowski@linaro.org> References: <20221223161835.112079-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add SoC-specific compatible to the USB HS PHY to match other devices and bindings. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Konrad Dybcio --- arch/arm/boot/dts/qcom-sdx55.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/qcom-sdx55.dtsi b/arch/arm/boot/dts/qcom-sdx55.dtsi index f1c0dab40992..5408ff715fbf 100644 --- a/arch/arm/boot/dts/qcom-sdx55.dtsi +++ b/arch/arm/boot/dts/qcom-sdx55.dtsi @@ -214,7 +214,8 @@ blsp1_uart3: serial@831000 { }; usb_hsphy: phy@ff4000 { - compatible = "qcom,usb-snps-hs-7nm-phy"; + compatible = "qcom,sdx55-usb-hs-phy", + "qcom,usb-snps-hs-7nm-phy"; reg = <0x00ff4000 0x114>; status = "disabled"; #phy-cells = <0>; From patchwork Fri Dec 23 16:18:34 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 636744 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 DF765C4332F for ; Fri, 23 Dec 2022 16:18:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231143AbiLWQSs (ORCPT ); Fri, 23 Dec 2022 11:18:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38922 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231195AbiLWQSq (ORCPT ); Fri, 23 Dec 2022 11:18:46 -0500 Received: from mail-lf1-x130.google.com (mail-lf1-x130.google.com [IPv6:2a00:1450:4864:20::130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0686E1C409 for ; Fri, 23 Dec 2022 08:18:45 -0800 (PST) Received: by mail-lf1-x130.google.com with SMTP id bp15so7587478lfb.13 for ; Fri, 23 Dec 2022 08:18:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=GdfFWcY+yQYlh0eS7hJEt/L6xzUJsk3MolFNlo9O/TE=; b=RSAiBTBKcepcbgnlkhqoFng1MUZlwTUzS6PLXgohGapWJ4tLZZZAC1xOaYDBspIOCs enJLBRP1A+Pr1zGpIgC48D3JU+FbaNh+P8k9gH29JtWfiOnisbIJmy5yOuNwzDDHDp7h Ln1oIhyBw4T4tmoWIZkgbI+Av5Zu4zWjZu2tBf0avbyQocFXS+L8EQCBJOMGJUxuecq0 zbboOWyvU8MvInUo5wDbJDCxbApucVCyrQb0hqiZ2ofPCDdNerBRoOI8TU9OYV+FRS56 p0RJy+UQro/pScUvlaOQBAXHj3r2EmuFKrIVS0mm7B3JBpRdnYikEolAVdYD1QPnVbLl s6Nw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=GdfFWcY+yQYlh0eS7hJEt/L6xzUJsk3MolFNlo9O/TE=; b=QKCPLdo5K7oTd77R7Hkf04vCjxJbUPJSfbAVfOqkF8wrYZKzVjSBB48NnH8j4qjgAh Ad/PYOMykwERRt8zgkCc1FpnBP+GU0os2k1p4DS5+T92ycSWi4cZlpXDWZGZa8niGnJ8 xh56rIh9a4sLuL+nrJTAneI6WrYIItxrpGcZwXgCxtsZe22mKMkG66kvYAApsQMdjE27 F5jQI9IOcfGpnRotURjkecdt0rqfutTizbXzwTzfxqeXfYOZTQq2RHbjsJcg+PMf2Cz/ PSVDdpDf9WfENZHo91iVYStsBeolte04MBZq+lVX8UO4l+kQDZ/aJ/2hsISgOmPGwPGA +svA== X-Gm-Message-State: AFqh2kp9SqTpQD56jLA1bmcfdqRWibawBAELL0JMWhLSnJHyMCr3pLm6 yL4NjyhsTgvLtG1ae0Wz7CXc3A== X-Google-Smtp-Source: AMrXdXtBfXtxh246hKlPoh31B/GUNxN1je2pQ+6h33637hdWUCDLRTiWPmRwsILupKeWsZqoQzYA5w== X-Received: by 2002:ac2:5e2f:0:b0:4b5:5a15:8050 with SMTP id o15-20020ac25e2f000000b004b55a158050mr2441393lfg.32.1671812323443; Fri, 23 Dec 2022 08:18:43 -0800 (PST) Received: from krzk-bin.NAT.warszawa.vectranet.pl (088156142067.dynamic-2-waw-k-3-2-0.vectranet.pl. [88.156.142.67]) by smtp.gmail.com with ESMTPSA id n18-20020a05651203f200b004b4f2a30e6csm581360lfq.0.2022.12.23.08.18.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Dec 2022 08:18:43 -0800 (PST) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Vinod Koul , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Wesley Cheng , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH 3/4] ARM: dts: qcom: sdx65: add specific compatible for USB HS PHY Date: Fri, 23 Dec 2022 17:18:34 +0100 Message-Id: <20221223161835.112079-3-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221223161835.112079-1-krzysztof.kozlowski@linaro.org> References: <20221223161835.112079-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add SoC-specific compatible to the USB HS PHY to match other devices and bindings. Signed-off-by: Krzysztof Kozlowski --- arch/arm/boot/dts/qcom-sdx65.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/qcom-sdx65.dtsi b/arch/arm/boot/dts/qcom-sdx65.dtsi index b073e0c63df4..d3c661d7650d 100644 --- a/arch/arm/boot/dts/qcom-sdx65.dtsi +++ b/arch/arm/boot/dts/qcom-sdx65.dtsi @@ -219,7 +219,8 @@ blsp1_uart3: serial@831000 { }; usb_hsphy: phy@ff4000 { - compatible = "qcom,usb-snps-hs-7nm-phy"; + compatible = "qcom,sdx65-usb-hs-phy", + "qcom,usb-snps-hs-7nm-phy"; reg = <0xff4000 0x120>; #phy-cells = <0>; status = "disabled"; From patchwork Fri Dec 23 16:18:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 636425 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 8EDF4C3DA79 for ; Fri, 23 Dec 2022 16:18:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231314AbiLWQSt (ORCPT ); Fri, 23 Dec 2022 11:18:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38944 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231241AbiLWQSq (ORCPT ); Fri, 23 Dec 2022 11:18:46 -0500 Received: from mail-lf1-x132.google.com (mail-lf1-x132.google.com [IPv6:2a00:1450:4864:20::132]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 186E71C417 for ; Fri, 23 Dec 2022 08:18:45 -0800 (PST) Received: by mail-lf1-x132.google.com with SMTP id b13so7652936lfo.3 for ; Fri, 23 Dec 2022 08:18:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=q2dybpJartoWoPXcU0Wb+VV41JBJbl5xyHqkJgWwAug=; b=jq/Fbk3Fh5QkfX73iAPuw7M33yxBkGSIycgvMjDtqmwLCqJZdEr9Zzb1L9q7aJOgBM 9wm0et0Yjx/OcH4JzGuFB5F9lTb6um1kcnB4wVJZjYgopZLEpasKs2pebECvOY4reD5f HZm5gsooFlCds26tH/9Efo2R9KyIMHmcyGZ1fneZm7ReIsInx5Ivn3atTAo3RSC9XUXH 89Hi6ftSCv2cxhKIVJEgb+dUGwJRWNjlDrLnP0CGOH4z1pgcHWvgN9MKoWj08/nKAF/e AoYNz4dX/6ttanwryZal/TD3l679tf1H61SL61Dh4IZ7iv2ilhF7J1PpbZmmptzzM9Vz UU2w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=q2dybpJartoWoPXcU0Wb+VV41JBJbl5xyHqkJgWwAug=; b=PdopVOUPQ10GAMB3mHinZYUtrgQLi6xqQh9xRAIeAFYyyhJuL+vAZU/V8FhZnjBWZV ABW04uilPq0bnVepD5b3Tx/7S/BjQDb/Ko5h4WHIwZ0FockQqxSsru5d3MKRlB0aRHP0 1ewvAd2zjo/QPKIfpcOCiz1pQWohBiAiKZXd/z6A/aKO5P3bk+h/nj5hvUCTCzOmXSxY LmPqW1gZ9nqGQz6QHrQDHlfgCxcjw/uWml/wPyXvFGZcB67rYP1KXfjKYxZaFa/EGNJK pdJYpRL0sxK3Y63O1hW38tzQDZibnHRm7UURgAaMf/8zQkmeVUeYo8Byu/qgNq9eKHet sf9A== X-Gm-Message-State: AFqh2krmV9SCpHHTkqpALX7mDYsvvXVd0egxPsBDf4m3QGk+d4TLC3yh Y8kTulW/8SjTdK7oNxzS4BkvJnvN354w/+u6 X-Google-Smtp-Source: AMrXdXtHDJxI5zFf+FFwfsqeCuYnfESSR9XcvRGr/j1oz2zabffurZifOQB3vInoBJ9xLLgCLAVqBA== X-Received: by 2002:a19:6508:0:b0:4bc:8c94:82f7 with SMTP id z8-20020a196508000000b004bc8c9482f7mr2621466lfb.13.1671812324547; Fri, 23 Dec 2022 08:18:44 -0800 (PST) Received: from krzk-bin.NAT.warszawa.vectranet.pl (088156142067.dynamic-2-waw-k-3-2-0.vectranet.pl. [88.156.142.67]) by smtp.gmail.com with ESMTPSA id n18-20020a05651203f200b004b4f2a30e6csm581360lfq.0.2022.12.23.08.18.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Dec 2022 08:18:44 -0800 (PST) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Vinod Koul , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Wesley Cheng , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH 4/4] arm64: dts: qcom: sm8350: align MMC node names with DT schema Date: Fri, 23 Dec 2022 17:18:35 +0100 Message-Id: <20221223161835.112079-4-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221223161835.112079-1-krzysztof.kozlowski@linaro.org> References: <20221223161835.112079-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The bindings expect "mmc" for MMC/SDHCI nodes: sm8350-sony-xperia-sagami-pdx214.dtb: sdhci@8804000: $nodename:0: 'sdhci@8804000' does not match '^mmc(@.*)?$' Signed-off-by: Krzysztof Kozlowski Reviewed-by: Konrad Dybcio --- arch/arm64/boot/dts/qcom/sm8350.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi b/arch/arm64/boot/dts/qcom/sm8350.dtsi index 245dce24ec59..18aa4bd073f3 100644 --- a/arch/arm64/boot/dts/qcom/sm8350.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi @@ -2369,7 +2369,7 @@ compute-cb@8 { }; }; - sdhc_2: sdhci@8804000 { + sdhc_2: mmc@8804000 { compatible = "qcom,sm8350-sdhci", "qcom,sdhci-msm-v5"; reg = <0 0x08804000 0 0x1000>;