diff options
author | Rob Herring <robh@kernel.org> | 2024-04-01 22:49:58 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2024-04-10 07:04:29 +0200 |
commit | d41201c90f825f19a46afbfb502f22f612d8ccc4 (patch) | |
tree | 6b5c8003eeaa73c68125a3fb093fa48aa5dcbce6 /Documentation | |
parent | arm64: dts: rockchip: drop redundant disable-gpios in Lubancat 2 (diff) | |
download | linux-d41201c90f825f19a46afbfb502f22f612d8ccc4.tar.xz linux-d41201c90f825f19a46afbfb502f22f612d8ccc4.zip |
dt-bindings: rockchip: grf: Add missing type to 'pcie-phy' node
'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>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240401204959.1698106-1-robh@kernel.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |