diff options
author | Heiko Stuebner <heiko@sntech.de> | 2021-06-07 16:13:34 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2021-06-10 09:29:26 +0200 |
commit | fcafd31b5f535573dd045f6151ab93a806e2b05b (patch) | |
tree | 73164f5e1bf221d7296cda9539f8838a82c2158d /Documentation | |
parent | dt-bindings: soc: rockchip: grf: add compatible for RK3308 USB grf (diff) | |
download | linux-fcafd31b5f535573dd045f6151ab93a806e2b05b.tar.xz linux-fcafd31b5f535573dd045f6151ab93a806e2b05b.zip |
dt-bindings: soc: rockchip: drop unnecessary #phy-cells from grf.yaml
The recent yaml conversion of the grf and inno-usb2-phy bindings
left the #phy-cells in place in the main usb2phy node inside the
example in grf.yaml, causing new warnings.
Drop it to make the bindingcheck happy.
Fixes: e71ccdff376b ("dt-bindings: phy: rename phy nodename in phy-rockchip-inno-usb2.yaml")
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20210607141845.3331910-1-heiko@sntech.de
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml index 8c1c46fef157..62fa72cfea34 100644 --- a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml +++ b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml @@ -242,7 +242,6 @@ examples: clock-names = "phyclk"; #clock-cells = <0>; clock-output-names = "clk_usbphy0_480m"; - #phy-cells = <0>; u2phy0_host: host-port { #phy-cells = <0>; |