From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 626EBC433F5 for ; Tue, 8 Feb 2022 20:33:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject: References:In-Reply-To:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=J/ZBkmkoIvhyLm6BUz++qh4V8S82i6ss/RPnzwS2wSk=; b=BkBlodZ1sK/D5t V9NoCEtYg07Wzpd54rhYpfmPNcyz+kef6ZgcGPzzu6S2VaZzvQXk87gbTUt0mTwOsSvj5Vsl3iGI5 2xkHHfxpgjZ+SakufT0vKfVxvONrUtQ/DALeP/72ZcTyPYOwLv/CxPpm+sERa656hd+Q6BS2onyOm ZKrGWidLevFPq1ufoSIkya4QMp+lss+U4b69b5VYA6TvGkS5mJBDdQymif4BWWysLi8Wckr5Kooia jJwFDVXtnAO4jkFy9AjB5mDBz7/m0UbD6Th/zmxyDy2i82+l3R7wAstrLGQeh5Ql5r3MeMpg3H20I T2WpdjydWVaIxT9JzVFA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nHXBH-00FVRl-5w; Tue, 08 Feb 2022 20:33:43 +0000 Received: from mail-oo1-f49.google.com ([209.85.161.49]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nHXBE-00FVRF-FO; Tue, 08 Feb 2022 20:33:41 +0000 Received: by mail-oo1-f49.google.com with SMTP id p190-20020a4a2fc7000000b0031820de484aso16395oop.9; Tue, 08 Feb 2022 12:33:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=JRPrSLHlMGFs/3ziWzW4DwHIjPmQfKs7GHoGvsPVseE=; b=LeJSzG7H+MQJIsKg8hKC1bSLBaePR4iD1SK88MCKIH+ZJmwlSvOVU35zxFM0v5boUw ij9cRp2VLGJ+YQACf57z43yqDBSEMw01JKNkDdYGLCCqjfJyKW7u+RuqvU30QuhIVisl msMoEXvNxu1Mq3ySoP2zOld2uwUJTnvaDAruNS6TVFyUHwY5QGAp4wyoPpJFETUcI2Ci tqyd0wRB866zbMn/MNc5rBDVGTi/IkJMFdP6ega+knn/2HsQRvNV26sI5M0MId5lmCww TdLoqwTc8h9YM91tH0r/+t3zUFibOwLFcatHp/GPRMXWS8D3o8PE9Z1RwZcDFvOFQkNS E9jA== X-Gm-Message-State: AOAM5316x7nQNoHqh1mJv/vTZ5XjQpnwaLFvuEtO0Lysy/xMc7ce2dv1 YCirhazPbVT6AUXyGnee8w== X-Google-Smtp-Source: ABdhPJy992PXewYBALzEYZBXPGbQ5OcH8lbZ6CwXGZxPSunoTW7Rr/84sO8nvJNszKtykvGlJvCgtg== X-Received: by 2002:a05:6870:1215:: with SMTP id 21mr1027834oan.166.1644352414225; Tue, 08 Feb 2022 12:33:34 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id u5sm5887627ooo.46.2022.02.08.12.33.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Feb 2022 12:33:33 -0800 (PST) Received: (nullmailer pid 2969145 invoked by uid 1000); Tue, 08 Feb 2022 20:33:32 -0000 From: Rob Herring To: Yifeng Zhao Cc: heiko@sntech.de, vkoul@kernel.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, robh+dt@kernel.org, lee.jones@linaro.org, cl@rock-chips.com, kishon@ti.com, kever.yang@rock-chips.com, linux-arm-kernel@lists.infradead.org, david.wu@rock-chips.com, michael.riesch@wolfvision.net, linux-phy@lists.infradead.org, wulf@rock-chips.com, p.zabel@pengutronix.de, jbx6244@gmail.com In-Reply-To: <20220208091326.12495-3-yifeng.zhao@rock-chips.com> References: <20220208091326.12495-1-yifeng.zhao@rock-chips.com> <20220208091326.12495-3-yifeng.zhao@rock-chips.com> Subject: Re: [PATCH v8 2/4] dt-bindings: phy: rockchip: Add Naneng combo PHY bindings Date: Tue, 08 Feb 2022 14:33:32 -0600 Message-Id: <1644352412.075016.2969144.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220208_123340_534254_851E5465 X-CRM114-Status: GOOD ( 13.65 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org On Tue, 08 Feb 2022 17:13:24 +0800, Yifeng Zhao wrote: > Add the compatible strings for the Naneng combo PHY found on rockchip SoC. > > Reviewed-by: Rob Herring > Signed-off-by: Yifeng Zhao > Signed-off-by: Johan Jonker > --- > > Changes in v8: None > Changes in v7: > - remove u3otg0_port_en, u3otg1_port_en and pipe_sgmii_mac_sel > > Changes in v5: > - modify description for ssc and ext-refclk > - remove apb reset > > Changes in v4: > - restyle > - remove some minItems > - add more properties > - remove reset-names > - move #phy-cells > - add rockchip,rk3568-pipe-grf > - add rockchip,rk3568-pipe-phy-grf > > Changes in v3: None > Changes in v2: > - Fix dtschema/dtc warnings/errors > > .../phy/phy-rockchip-naneng-combphy.yaml | 109 ++++++++++++++++++ > 1 file changed, 109 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/phy-rockchip-naneng-combphy.yaml > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: dtschema/dtc warnings/errors: Documentation/devicetree/bindings/phy/phy-rockchip-naneng-combphy.example.dt.yaml:0:0: /example-0/syscon@fdc50000: failed to match any schema with compatible: ['rockchip,rk3568-pipe-grf', 'syscon'] Documentation/devicetree/bindings/phy/phy-rockchip-naneng-combphy.example.dt.yaml:0:0: /example-0/syscon@fdc70000: failed to match any schema with compatible: ['rockchip,rk3568-pipe-phy-grf', 'syscon'] doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1589719 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit. _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 10664C433F5 for ; Tue, 8 Feb 2022 20:33:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject: References:In-Reply-To:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ryaoKatII6w+HTnGr3KrGeJe10wjrd+e/oVUku0VH6M=; b=pPTfcHnzQWR/qs XOCi05nCApQf4c93Ouqcshi8n7DH/fBJbQjcCUiC3vUbfnYgt9x0dV/ARm/ENinOjT84T77ap/2m4 pmWbfb/xK28oWA81BMs2NhFD/6lPo+dzA3ofDdhrtYjh21KqjddcJF2FnT39oheIlykZHn/M4eBWh Ep0h3u4cOtRAuseGbaAp7RiJQ4nlIbC6tdl/F6JQM4eultYDz653KvwJXrLajsgcXFl0rRWq5qkjv AF8TJsFBjtTBmXcdb0BLo6mXLOYL1EmLVO4eJ8HESiNmd7X+tuHUX2DA/W6zoT9T9aeiiaKla01w4 ayejxDrS1rvtvkJaczmg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nHXBQ-00FVT1-Eo; Tue, 08 Feb 2022 20:33:52 +0000 Received: from mail-oo1-f49.google.com ([209.85.161.49]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nHXBE-00FVRF-FO; Tue, 08 Feb 2022 20:33:41 +0000 Received: by mail-oo1-f49.google.com with SMTP id p190-20020a4a2fc7000000b0031820de484aso16395oop.9; Tue, 08 Feb 2022 12:33:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=JRPrSLHlMGFs/3ziWzW4DwHIjPmQfKs7GHoGvsPVseE=; b=LeJSzG7H+MQJIsKg8hKC1bSLBaePR4iD1SK88MCKIH+ZJmwlSvOVU35zxFM0v5boUw ij9cRp2VLGJ+YQACf57z43yqDBSEMw01JKNkDdYGLCCqjfJyKW7u+RuqvU30QuhIVisl msMoEXvNxu1Mq3ySoP2zOld2uwUJTnvaDAruNS6TVFyUHwY5QGAp4wyoPpJFETUcI2Ci tqyd0wRB866zbMn/MNc5rBDVGTi/IkJMFdP6ega+knn/2HsQRvNV26sI5M0MId5lmCww TdLoqwTc8h9YM91tH0r/+t3zUFibOwLFcatHp/GPRMXWS8D3o8PE9Z1RwZcDFvOFQkNS E9jA== X-Gm-Message-State: AOAM5316x7nQNoHqh1mJv/vTZ5XjQpnwaLFvuEtO0Lysy/xMc7ce2dv1 YCirhazPbVT6AUXyGnee8w== X-Google-Smtp-Source: ABdhPJy992PXewYBALzEYZBXPGbQ5OcH8lbZ6CwXGZxPSunoTW7Rr/84sO8nvJNszKtykvGlJvCgtg== X-Received: by 2002:a05:6870:1215:: with SMTP id 21mr1027834oan.166.1644352414225; Tue, 08 Feb 2022 12:33:34 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id u5sm5887627ooo.46.2022.02.08.12.33.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Feb 2022 12:33:33 -0800 (PST) Received: (nullmailer pid 2969145 invoked by uid 1000); Tue, 08 Feb 2022 20:33:32 -0000 From: Rob Herring To: Yifeng Zhao Cc: heiko@sntech.de, vkoul@kernel.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, robh+dt@kernel.org, lee.jones@linaro.org, cl@rock-chips.com, kishon@ti.com, kever.yang@rock-chips.com, linux-arm-kernel@lists.infradead.org, david.wu@rock-chips.com, michael.riesch@wolfvision.net, linux-phy@lists.infradead.org, wulf@rock-chips.com, p.zabel@pengutronix.de, jbx6244@gmail.com In-Reply-To: <20220208091326.12495-3-yifeng.zhao@rock-chips.com> References: <20220208091326.12495-1-yifeng.zhao@rock-chips.com> <20220208091326.12495-3-yifeng.zhao@rock-chips.com> Subject: Re: [PATCH v8 2/4] dt-bindings: phy: rockchip: Add Naneng combo PHY bindings Date: Tue, 08 Feb 2022 14:33:32 -0600 Message-Id: <1644352412.075016.2969144.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220208_123340_534254_851E5465 X-CRM114-Status: GOOD ( 13.65 ) X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org On Tue, 08 Feb 2022 17:13:24 +0800, Yifeng Zhao wrote: > Add the compatible strings for the Naneng combo PHY found on rockchip SoC. > > Reviewed-by: Rob Herring > Signed-off-by: Yifeng Zhao > Signed-off-by: Johan Jonker > --- > > Changes in v8: None > Changes in v7: > - remove u3otg0_port_en, u3otg1_port_en and pipe_sgmii_mac_sel > > Changes in v5: > - modify description for ssc and ext-refclk > - remove apb reset > > Changes in v4: > - restyle > - remove some minItems > - add more properties > - remove reset-names > - move #phy-cells > - add rockchip,rk3568-pipe-grf > - add rockchip,rk3568-pipe-phy-grf > > Changes in v3: None > Changes in v2: > - Fix dtschema/dtc warnings/errors > > .../phy/phy-rockchip-naneng-combphy.yaml | 109 ++++++++++++++++++ > 1 file changed, 109 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/phy-rockchip-naneng-combphy.yaml > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: dtschema/dtc warnings/errors: Documentation/devicetree/bindings/phy/phy-rockchip-naneng-combphy.example.dt.yaml:0:0: /example-0/syscon@fdc50000: failed to match any schema with compatible: ['rockchip,rk3568-pipe-grf', 'syscon'] Documentation/devicetree/bindings/phy/phy-rockchip-naneng-combphy.example.dt.yaml:0:0: /example-0/syscon@fdc70000: failed to match any schema with compatible: ['rockchip,rk3568-pipe-phy-grf', 'syscon'] doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1589719 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit. -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C76C6C433F5 for ; Tue, 8 Feb 2022 20:35:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject: References:In-Reply-To:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=8Jtr/q7nxrJ4fliEXwHt2sKfmOHNrQmCX8DqHkfxrcE=; b=GKas5pMuYSgU8q 6fgRhi3FYZOBlWa/HfngPTRCx/rfFF5SrDoE6nAZ3GTip9CJG9h46oiw4N/dTYNEu/vlCS+4ALd3c O9ixfDM8OPL3UU2XpcSTVJTpRqm3GnCbkJL/iN1R4llYeRmgC0qfORQJGm2kbj9Ek/Bs/RJLYGJLK jOhm1dsIeooOR8DCYuctkZtsb1dOmxP1l8vvroJZo/JO70fW2twh+Pwn5RIHgpWoOgqOGsNKAC2Pe jRT1aCASkDhsjAdBC1vbnuD1dEx1QM2RD7e6YRa0ArTx6+0Z6xBpfqUW4EtYIjK5UByquR39VOkrI Cs3zfe3DVwdjgAPeHCLg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nHXBI-00FVRp-Dn; Tue, 08 Feb 2022 20:33:44 +0000 Received: from mail-oo1-f49.google.com ([209.85.161.49]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nHXBE-00FVRF-FO; Tue, 08 Feb 2022 20:33:41 +0000 Received: by mail-oo1-f49.google.com with SMTP id p190-20020a4a2fc7000000b0031820de484aso16395oop.9; Tue, 08 Feb 2022 12:33:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=JRPrSLHlMGFs/3ziWzW4DwHIjPmQfKs7GHoGvsPVseE=; b=LeJSzG7H+MQJIsKg8hKC1bSLBaePR4iD1SK88MCKIH+ZJmwlSvOVU35zxFM0v5boUw ij9cRp2VLGJ+YQACf57z43yqDBSEMw01JKNkDdYGLCCqjfJyKW7u+RuqvU30QuhIVisl msMoEXvNxu1Mq3ySoP2zOld2uwUJTnvaDAruNS6TVFyUHwY5QGAp4wyoPpJFETUcI2Ci tqyd0wRB866zbMn/MNc5rBDVGTi/IkJMFdP6ega+knn/2HsQRvNV26sI5M0MId5lmCww TdLoqwTc8h9YM91tH0r/+t3zUFibOwLFcatHp/GPRMXWS8D3o8PE9Z1RwZcDFvOFQkNS E9jA== X-Gm-Message-State: AOAM5316x7nQNoHqh1mJv/vTZ5XjQpnwaLFvuEtO0Lysy/xMc7ce2dv1 YCirhazPbVT6AUXyGnee8w== X-Google-Smtp-Source: ABdhPJy992PXewYBALzEYZBXPGbQ5OcH8lbZ6CwXGZxPSunoTW7Rr/84sO8nvJNszKtykvGlJvCgtg== X-Received: by 2002:a05:6870:1215:: with SMTP id 21mr1027834oan.166.1644352414225; Tue, 08 Feb 2022 12:33:34 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id u5sm5887627ooo.46.2022.02.08.12.33.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Feb 2022 12:33:33 -0800 (PST) Received: (nullmailer pid 2969145 invoked by uid 1000); Tue, 08 Feb 2022 20:33:32 -0000 From: Rob Herring To: Yifeng Zhao Cc: heiko@sntech.de, vkoul@kernel.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, robh+dt@kernel.org, lee.jones@linaro.org, cl@rock-chips.com, kishon@ti.com, kever.yang@rock-chips.com, linux-arm-kernel@lists.infradead.org, david.wu@rock-chips.com, michael.riesch@wolfvision.net, linux-phy@lists.infradead.org, wulf@rock-chips.com, p.zabel@pengutronix.de, jbx6244@gmail.com In-Reply-To: <20220208091326.12495-3-yifeng.zhao@rock-chips.com> References: <20220208091326.12495-1-yifeng.zhao@rock-chips.com> <20220208091326.12495-3-yifeng.zhao@rock-chips.com> Subject: Re: [PATCH v8 2/4] dt-bindings: phy: rockchip: Add Naneng combo PHY bindings Date: Tue, 08 Feb 2022 14:33:32 -0600 Message-Id: <1644352412.075016.2969144.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220208_123340_534254_851E5465 X-CRM114-Status: GOOD ( 13.65 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 08 Feb 2022 17:13:24 +0800, Yifeng Zhao wrote: > Add the compatible strings for the Naneng combo PHY found on rockchip SoC. > > Reviewed-by: Rob Herring > Signed-off-by: Yifeng Zhao > Signed-off-by: Johan Jonker > --- > > Changes in v8: None > Changes in v7: > - remove u3otg0_port_en, u3otg1_port_en and pipe_sgmii_mac_sel > > Changes in v5: > - modify description for ssc and ext-refclk > - remove apb reset > > Changes in v4: > - restyle > - remove some minItems > - add more properties > - remove reset-names > - move #phy-cells > - add rockchip,rk3568-pipe-grf > - add rockchip,rk3568-pipe-phy-grf > > Changes in v3: None > Changes in v2: > - Fix dtschema/dtc warnings/errors > > .../phy/phy-rockchip-naneng-combphy.yaml | 109 ++++++++++++++++++ > 1 file changed, 109 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/phy-rockchip-naneng-combphy.yaml > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: dtschema/dtc warnings/errors: Documentation/devicetree/bindings/phy/phy-rockchip-naneng-combphy.example.dt.yaml:0:0: /example-0/syscon@fdc50000: failed to match any schema with compatible: ['rockchip,rk3568-pipe-grf', 'syscon'] Documentation/devicetree/bindings/phy/phy-rockchip-naneng-combphy.example.dt.yaml:0:0: /example-0/syscon@fdc70000: failed to match any schema with compatible: ['rockchip,rk3568-pipe-phy-grf', 'syscon'] doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1589719 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 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 F37DAC433F5 for ; Tue, 8 Feb 2022 22:21:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1386551AbiBHWVk (ORCPT ); Tue, 8 Feb 2022 17:21:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54868 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1386437AbiBHUdf (ORCPT ); Tue, 8 Feb 2022 15:33:35 -0500 Received: from mail-oo1-f44.google.com (mail-oo1-f44.google.com [209.85.161.44]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 04D65C0613CB; Tue, 8 Feb 2022 12:33:35 -0800 (PST) Received: by mail-oo1-f44.google.com with SMTP id r15-20020a4ae5cf000000b002edba1d3349so58414oov.3; Tue, 08 Feb 2022 12:33:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=JRPrSLHlMGFs/3ziWzW4DwHIjPmQfKs7GHoGvsPVseE=; b=Dui+ygRdtRvnuNNl8Az4C1xnDVuCud4J8YazRDVoZaKuMm1CL41TAIybF8J+2coTTi w8rz983OochhgpVp1DekkSUfSweUKZLmEj3ioQje0K2vIdydMfCIwBzhYReInGndcO3H Xi/GuMLJuKum+7VxG5yCIj//eTRMoXP7uTcaJlpd0Io6mBZYPbnQWHVppJ20asBCEqAV Xz+yufUu1rRbo7VvkaAZC/a+VCAG5va3Lsb210x7AsU6AUdRQ7n9eYBKpSEoi0ouvJSX 9Gd6QuAHYmvuJw4DNmKRXVWeLP68LLLLXnjbC7TuZxLEfpOcYsTXWSGP5VM/uITc6ae4 ZAvg== X-Gm-Message-State: AOAM531PTXxCWmEfh7bByDz++xtcrZjcSZX/H3c9KO5rMIglncwv2UnR kGcjnfK01r/ccluTn6emWw== X-Google-Smtp-Source: ABdhPJy992PXewYBALzEYZBXPGbQ5OcH8lbZ6CwXGZxPSunoTW7Rr/84sO8nvJNszKtykvGlJvCgtg== X-Received: by 2002:a05:6870:1215:: with SMTP id 21mr1027834oan.166.1644352414225; Tue, 08 Feb 2022 12:33:34 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id u5sm5887627ooo.46.2022.02.08.12.33.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Feb 2022 12:33:33 -0800 (PST) Received: (nullmailer pid 2969145 invoked by uid 1000); Tue, 08 Feb 2022 20:33:32 -0000 From: Rob Herring To: Yifeng Zhao Cc: heiko@sntech.de, vkoul@kernel.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, robh+dt@kernel.org, lee.jones@linaro.org, cl@rock-chips.com, kishon@ti.com, kever.yang@rock-chips.com, linux-arm-kernel@lists.infradead.org, david.wu@rock-chips.com, michael.riesch@wolfvision.net, linux-phy@lists.infradead.org, wulf@rock-chips.com, p.zabel@pengutronix.de, jbx6244@gmail.com In-Reply-To: <20220208091326.12495-3-yifeng.zhao@rock-chips.com> References: <20220208091326.12495-1-yifeng.zhao@rock-chips.com> <20220208091326.12495-3-yifeng.zhao@rock-chips.com> Subject: Re: [PATCH v8 2/4] dt-bindings: phy: rockchip: Add Naneng combo PHY bindings Date: Tue, 08 Feb 2022 14:33:32 -0600 Message-Id: <1644352412.075016.2969144.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 08 Feb 2022 17:13:24 +0800, Yifeng Zhao wrote: > Add the compatible strings for the Naneng combo PHY found on rockchip SoC. > > Reviewed-by: Rob Herring > Signed-off-by: Yifeng Zhao > Signed-off-by: Johan Jonker > --- > > Changes in v8: None > Changes in v7: > - remove u3otg0_port_en, u3otg1_port_en and pipe_sgmii_mac_sel > > Changes in v5: > - modify description for ssc and ext-refclk > - remove apb reset > > Changes in v4: > - restyle > - remove some minItems > - add more properties > - remove reset-names > - move #phy-cells > - add rockchip,rk3568-pipe-grf > - add rockchip,rk3568-pipe-phy-grf > > Changes in v3: None > Changes in v2: > - Fix dtschema/dtc warnings/errors > > .../phy/phy-rockchip-naneng-combphy.yaml | 109 ++++++++++++++++++ > 1 file changed, 109 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/phy-rockchip-naneng-combphy.yaml > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: dtschema/dtc warnings/errors: Documentation/devicetree/bindings/phy/phy-rockchip-naneng-combphy.example.dt.yaml:0:0: /example-0/syscon@fdc50000: failed to match any schema with compatible: ['rockchip,rk3568-pipe-grf', 'syscon'] Documentation/devicetree/bindings/phy/phy-rockchip-naneng-combphy.example.dt.yaml:0:0: /example-0/syscon@fdc70000: failed to match any schema with compatible: ['rockchip,rk3568-pipe-phy-grf', 'syscon'] doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1589719 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit.