diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2025-08-19 15:15:50 +0200 |
---|---|---|
committer | Conor Dooley <conor.dooley@microchip.com> | 2025-08-19 16:50:22 +0100 |
commit | cec6e40a02ef66e28208dc808cd28cce418efc1d (patch) | |
tree | 86d4374c155cd6c9f1cce26dd514e9b8657a4a7a | |
parent | cb69daf085b5974fef2df9789f8c1b35e78e7913 (diff) |
riscv: dts: microchip: Minor whitespace cleanup
The DTS code coding style expects exactly one space around '='
character.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
-rw-r--r-- | arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts b/arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts index 47cf693beb68..55e30f3636df 100644 --- a/arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts +++ b/arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts @@ -88,7 +88,7 @@ <53>, <53>, <53>, <53>, <53>, <53>, <53>, <53>, <53>, <53>, <53>, <53>; - ngpios=<32>; + ngpios = <32>; gpio-line-names = "P8_PIN3_USER_LED_0", "P8_PIN4_USER_LED_1", "P8_PIN5_USER_LED_2", "P8_PIN6_USER_LED_3", "P8_PIN7_USER_LED_4", "P8_PIN8_USER_LED_5", "P8_PIN9_USER_LED_6", "P8_PIN10_USER_LED_7", "P8_PIN11_USER_LED_8", |