Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: clock: fix some conversion style issues for rockchip,rk3399-cru.yaml

With the conversion of rockchip,rk3399-cru.txt a table with external clocks
was copied. Make it a bit cleaner by aligning the columns. Also fix
a description. Phrases start with a capital.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220329150742.22093-1-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Johan Jonker and committed by
Heiko Stuebner
04d3e427 31231092

+7 -7
+7 -7
Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.yaml
··· 22 22 There are several clocks that are generated outside the SoC. It is expected 23 23 that they are defined using standard clock bindings with following 24 24 clock-output-names: 25 - - "xin24m" - crystal input - required, 26 - - "xin32k" - rtc clock - optional, 27 - - "clkin_gmac" - external GMAC clock - optional, 28 - - "clkin_i2s" - external I2S clock - optional, 29 - - "pclkin_cif" - external ISP clock - optional, 25 + - "xin24m" - crystal input - required, 26 + - "xin32k" - rtc clock - optional, 27 + - "clkin_gmac" - external GMAC clock - optional, 28 + - "clkin_i2s" - external I2S clock - optional, 29 + - "pclkin_cif" - external ISP clock - optional, 30 30 - "clk_usbphy0_480m" - output clock of the pll in the usbphy0 31 31 - "clk_usbphy1_480m" - output clock of the pll in the usbphy1 32 32 ··· 62 62 63 63 rockchip,grf: 64 64 $ref: /schemas/types.yaml#/definitions/phandle 65 - description: > 66 - phandle to the syscon managing the "general register files". It is used 65 + description: 66 + Phandle to the syscon managing the "general register files". It is used 67 67 for GRF muxes, if missing any muxes present in the GRF will not be 68 68 available. 69 69