[PATCH] dt-bindings: soc: rockchip: add missing clock reference for rk3576-dcphy syscon

Heiko Stuebner posted 1 patch 1 month ago
Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: soc: rockchip: add missing clock reference for rk3576-dcphy syscon
Posted by Heiko Stuebner 1 month ago
The rk3576 mipi dcphy syscon controls a clock, so needs to allow the
clock property. Add the missing entry in the list for it.

Fixes: 0e3f3d7c7ae3 ("dt-bindings: soc: rockchip: add rk3576 mipi dcphy syscon")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202508271156.z3wDB6bX-lkp@intel.com/
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
 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 6a94c271a6b1..1d0f35e26311 100644
--- a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
+++ b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
@@ -301,6 +301,7 @@ allOf:
         compatible:
           contains:
             enum:
+              - rockchip,rk3576-dcphy-grf
               - rockchip,rk3576-vo1-grf
               - rockchip,rk3588-vo-grf
               - rockchip,rk3588-vo0-grf
-- 
2.47.2
Re: [PATCH] dt-bindings: soc: rockchip: add missing clock reference for rk3576-dcphy syscon
Posted by Heiko Stuebner 1 month ago
On Thu, 28 Aug 2025 15:11:07 +0200, Heiko Stuebner wrote:
> The rk3576 mipi dcphy syscon controls a clock, so needs to allow the
> clock property. Add the missing entry in the list for it.
> 
> 

Applied, thanks!

[1/1] dt-bindings: soc: rockchip: add missing clock reference for rk3576-dcphy syscon
      commit: 941b9a558f34c8cab0a28f3387d5f4063a0ef5f2

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>
Re: [PATCH] dt-bindings: soc: rockchip: add missing clock reference for rk3576-dcphy syscon
Posted by Conor Dooley 1 month ago

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