diff options
author | Peter Geis <pgwipeout@gmail.com> | 2022-04-08 18:12:33 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2022-04-10 19:38:59 +0300 |
commit | 2a872dd86eeb349f169df0a204668afa578a94b2 (patch) | |
tree | 98395c4eadd01dc480396779f81f80a1901ca2be /Documentation/devicetree/bindings/soc/rockchip | |
parent | 07905844f4880df27a3d80adb07342ec152fd2d7 (diff) | |
download | linux-2a872dd86eeb349f169df0a204668afa578a94b2.tar.xz |
dt-bindings: soc: rockchip: add rk3566-pipe-grf compatible
The rk3566 requires special handling for the dwc3-otg clock in order for
the port to function correctly.
Add a binding for the rk3566-pipe-grf so we can handle setup with the
grf driver.
Signed-off-by: Peter Geis <pgwipeout@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220408151237.3165046-2-pgwipeout@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'Documentation/devicetree/bindings/soc/rockchip')
-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 5079e9d24af6..75a2b8bb25fb 100644 --- a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml +++ b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml @@ -15,6 +15,7 @@ properties: - items: - enum: - rockchip,rk3288-sgrf + - rockchip,rk3566-pipe-grf - rockchip,rk3568-pipe-grf - rockchip,rk3568-pipe-phy-grf - rockchip,rk3568-usb2phy-grf |