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

dt-bindings: i2c: spacemit,k1-i2c: Minor whitespace cleanup in example

The DTS code coding style expects exactly one space around '='
character.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Troy Mitchell <troymitchell988@gmail.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

authored by

Krzysztof Kozlowski and committed by
Wolfram Sang
958e55f9 8ab3bd59

+1 -1
+1 -1
Documentation/devicetree/bindings/i2c/spacemit,k1-i2c.yaml
··· 53 53 reg = <0xd4010800 0x38>; 54 54 interrupt-parent = <&plic>; 55 55 interrupts = <36>; 56 - clocks =<&ccu 32>, <&ccu 84>; 56 + clocks = <&ccu 32>, <&ccu 84>; 57 57 clock-names = "func", "bus"; 58 58 clock-frequency = <100000>; 59 59 };