Message ID | 20220329150742.22093-1-jbx6244@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2,1/6] dt-bindings: clock: fix some conversion style issues for rockchip, rk3399-cru.yaml | expand |
On 29/03/2022 17:07, Johan Jonker wrote: > 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> > --- > .../bindings/clock/rockchip,rk3399-cru.yaml | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Tue, 29 Mar 2022 17:07:37 +0200, Johan Jonker wrote: > 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. Applied, thanks! [1/6] dt-bindings: clock: fix some conversion style issues for rockchip,rk3399-cru.yaml commit: 04d3e427148f8ed7322f70e324731c81460671df [2/6] dt-bindings: clock: replace a maintainer for rockchip,rk3399-cru.yaml commit: 50cfde33494072c74bf39a0c281cfa0c3289bd57 [3/6] dt-bindings: clock: use generic node name for pmucru example in rockchip,rk3399-cru.yaml commit: 91154f0cd889ed3772a0ac0e24ee363f93fe784c [4/6] dt-bindings: clock: fix rk3399 cru clock issues commit: 7adc1b98bb6e6611bc9122de77737b193b693122 [5/6] arm64: dts: rockchip: rk3399: use generic node name for pmucru commit: e03774ff21493f4f82ec7853b33fb3ccc35e4363 [6/6] arm64: dts: rockchip: add clocks property to cru nodes rk3399 commit: 14fc86b9aa5435bf7dd75839c9a73d9a85a98396 Best regards,
diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.yaml b/Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.yaml index 72b286a1b..76dd24d49 100644 --- a/Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.yaml +++ b/Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.yaml @@ -22,11 +22,11 @@ description: | There are several clocks that are generated outside the SoC. It is expected that they are defined using standard clock bindings with following clock-output-names: - - "xin24m" - crystal input - required, - - "xin32k" - rtc clock - optional, - - "clkin_gmac" - external GMAC clock - optional, - - "clkin_i2s" - external I2S clock - optional, - - "pclkin_cif" - external ISP clock - optional, + - "xin24m" - crystal input - required, + - "xin32k" - rtc clock - optional, + - "clkin_gmac" - external GMAC clock - optional, + - "clkin_i2s" - external I2S clock - optional, + - "pclkin_cif" - external ISP clock - optional, - "clk_usbphy0_480m" - output clock of the pll in the usbphy0 - "clk_usbphy1_480m" - output clock of the pll in the usbphy1 @@ -62,8 +62,8 @@ properties: rockchip,grf: $ref: /schemas/types.yaml#/definitions/phandle - description: > - phandle to the syscon managing the "general register files". It is used + description: + Phandle to the syscon managing the "general register files". It is used for GRF muxes, if missing any muxes present in the GRF will not be available.
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> --- .../bindings/clock/rockchip,rk3399-cru.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)