[PATCH] dt-bindings: rockchip: grf: Add missing type to 'pcie-phy' node

Rob Herring posted 1 patch 1 year, 10 months ago
Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: rockchip: grf: Add missing type to 'pcie-phy' node
Posted by Rob Herring 1 year, 10 months ago
'pcie-phy' is missing any type. Add 'type: object' to indicate it's a
node.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
index 0b87c266760c..79798c747476 100644
--- a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
+++ b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
@@ -171,6 +171,7 @@ allOf:
           unevaluatedProperties: false
 
         pcie-phy:
+          type: object
           description:
             Documentation/devicetree/bindings/phy/rockchip-pcie-phy.txt
 
-- 
2.43.0
Re: [PATCH] dt-bindings: rockchip: grf: Add missing type to 'pcie-phy' node
Posted by Heiko Stuebner 1 year, 10 months ago
On Mon, 1 Apr 2024 15:49:58 -0500, Rob Herring wrote:
> 'pcie-phy' is missing any type. Add 'type: object' to indicate it's a
> node.
> 
> 

Applied, thanks!

[1/1] dt-bindings: rockchip: grf: Add missing type to 'pcie-phy' node
      commit: d41201c90f825f19a46afbfb502f22f612d8ccc4

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>
Re: [PATCH] dt-bindings: rockchip: grf: Add missing type to 'pcie-phy' node
Posted by Heiko Stübner 1 year, 10 months ago
Am Montag, 1. April 2024, 22:49:58 CEST schrieb Rob Herring:
> 'pcie-phy' is missing any type. Add 'type: object' to indicate it's a
> node.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>

Reviewed-by: Heiko Stuebner <heiko@sntech.de>

Do you want to apply that directly to the dt-tree?


Thanks
Heiko
Re: [PATCH] dt-bindings: rockchip: grf: Add missing type to 'pcie-phy' node
Posted by Conor Dooley 1 year, 10 months ago
On Mon, Apr 01, 2024 at 03:49:58PM -0500, Rob Herring wrote:
> 'pcie-phy' is missing any type. Add 'type: object' to indicate it's a
> node.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>

Acked-by: Conor Dooley <conor.dooley@microchip.com>