[PATCH] dt-bindings: Revert "dt-bindings: soc: grf: add naneng combo phy register compatible"

Vinod Koul posted 1 patch 4 years, 3 months ago
Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 2 --
1 file changed, 2 deletions(-)
[PATCH] dt-bindings: Revert "dt-bindings: soc: grf: add naneng combo phy register compatible"
Posted by Vinod Koul 4 years, 3 months ago
This reverts commit b3df807e1fb0 ("dt-bindings: soc: grf: add naneng
combo phy register compatible") as that was wrongly merged, so better to
drop the wrong patch

Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
I am applying this to phy-next to fix the issue

 Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
index fe68e22efce0..dfebf425ca49 100644
--- a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
+++ b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
@@ -38,8 +38,6 @@ properties:
               - rockchip,rk3399-grf
               - rockchip,rk3399-pmugrf
               - rockchip,rk3568-grf
-              - rockchip,rk3568-pipe-grf
-              - rockchip,rk3568-pipe-phy-grf
               - rockchip,rk3568-pmugrf
               - rockchip,rv1108-grf
               - rockchip,rv1108-pmugrf
-- 
2.34.1
Re: [PATCH] dt-bindings: Revert "dt-bindings: soc: grf: add naneng combo phy register compatible"
Posted by Rob Herring 4 years, 3 months ago
On Wed, Mar 2, 2022 at 8:34 AM Vinod Koul <vkoul@kernel.org> wrote:
>
> This reverts commit b3df807e1fb0 ("dt-bindings: soc: grf: add naneng
> combo phy register compatible") as that was wrongly merged, so better to
> drop the wrong patch
>
> Signed-off-by: Vinod Koul <vkoul@kernel.org>
> ---
> I am applying this to phy-next to fix the issue

Reverting will just cause a different warning that it is undocumented.
The fix in the other thread won't apply either if you revert.

Rob
Re: [PATCH] dt-bindings: Revert "dt-bindings: soc: grf: add naneng combo phy register compatible"
Posted by Peter Geis 4 years, 3 months ago
On Wed, Mar 2, 2022 at 12:04 PM Rob Herring <robh+dt@kernel.org> wrote:
>
> On Wed, Mar 2, 2022 at 8:34 AM Vinod Koul <vkoul@kernel.org> wrote:
> >
> > This reverts commit b3df807e1fb0 ("dt-bindings: soc: grf: add naneng
> > combo phy register compatible") as that was wrongly merged, so better to
> > drop the wrong patch
> >
> > Signed-off-by: Vinod Koul <vkoul@kernel.org>
> > ---
> > I am applying this to phy-next to fix the issue
>
> Reverting will just cause a different warning that it is undocumented.
> The fix in the other thread won't apply either if you revert.

Reverting and reapplying the original patch would work.
https://patchwork.kernel.org/project/linux-rockchip/patch/20220208091326.12495-2-yifeng.zhao@rock-chips.com/

>
> Rob