[PATCH] revert $ref fix

From: Johan Jonker
Date: Mon May 10 2021 - 12:24:49 EST


---
.../devicetree/bindings/soc/rockchip/grf.yaml | 30
+++++-----------------
1 file changed, 7 insertions(+), 23 deletions(-)

diff --git a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
index 264e2e5ff..8a8943317 100644
--- a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
+++ b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
@@ -53,17 +53,7 @@ required:
unevaluatedProperties: false

allOf:
- - $ref: "#/$defs/px30-grf"
- - $ref: "#/$defs/rk3288-grf"
- - $ref: "#/$defs/rk3328-grf"
- - $ref: "#/$defs/rk3399-grf"
- - $ref: "#/$defs/reboot"
- - $ref: "#/$defs/usb2"
- - $ref: "#/$defs/domains"
-
-$defs:
- px30-grf:
- if:
+ - if:
properties:
compatible:
contains:
@@ -75,8 +65,7 @@ $defs:
description:

Documentation/devicetree/bindings/display/rockchip/rockchip-lvds.txt

- rk3288-grf:
- if:
+ - if:
properties:
compatible:
contains:
@@ -92,8 +81,7 @@ $defs:
description:
Documentation/devicetree/bindings/phy/rockchip-usb-phy.txt

- rk3328-grf:
- if:
+ - if:
properties:
compatible:
contains:
@@ -115,8 +103,7 @@ $defs:

unevaluatedProperties: false

- rk3399-grf:
- if:
+ - if:
properties:
compatible:
contains:
@@ -140,8 +127,7 @@ $defs:
description:
Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt

- reboot:
- if:
+ - if:
properties:
compatible:
contains:
@@ -160,8 +146,7 @@ $defs:

unevaluatedProperties: false

- usb2:
- if:
+ - if:
properties:
compatible:
contains:
@@ -192,8 +177,7 @@ $defs:

unevaluatedProperties: false

- domains:
- if:
+ - if:
properties:
compatible:
contains:
--
2.11.0