Message ID | 20240401204959.1698106-1-robh@kernel.org |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | dt-bindings: rockchip: grf: Add missing type to 'pcie-phy' node | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
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>
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
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,
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
'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(+)