Message ID | aa942b16-1135-c202-d44a-d25f1f82787f@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | [v1,1/2] dt-bindings: phy: rockchip: convert rockchip-dp-phy.txt to yaml | expand |
On 28/12/2022 23:02, Johan Jonker wrote: > Add new converted rockchip,dp-phy.yaml to grf.yaml file. > > Signed-off-by: Johan Jonker <jbx6244@gmail.com> > --- > Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml > index 7ac9aa5fa..36f6d85a9 100644 > --- a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml > +++ b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml > @@ -96,8 +96,11 @@ allOf: > then: > properties: > edp-phy: > - description: > - Documentation/devicetree/bindings/phy/rockchip-dp-phy.txt > + type: object > + Drop the blank line > + $ref: /schemas/phy/rockchip,dp-phy.yaml# > + Ditto, so with updated path: Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml index 7ac9aa5fa..36f6d85a9 100644 --- a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml +++ b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml @@ -96,8 +96,11 @@ allOf: then: properties: edp-phy: - description: - Documentation/devicetree/bindings/phy/rockchip-dp-phy.txt + type: object + + $ref: /schemas/phy/rockchip,dp-phy.yaml# + + unevaluatedProperties: false - if: properties:
Add new converted rockchip,dp-phy.yaml to grf.yaml file. Signed-off-by: Johan Jonker <jbx6244@gmail.com> --- Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -- 2.20.1