ARM: dts: stm32: Minor whitespace cleanup

The DTS code coding style expects exactly one space around '=' or '{'
characters.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250819131707.86657-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
Krzysztof Kozlowski 2025-08-19 15:17:08 +02:00 committed by Alexandre Torgue
parent 0b367e60c7
commit fc5aa42628
3 changed files with 3 additions and 3 deletions

View File

@ -255,7 +255,7 @@ &m4_rproc {
/delete-property/ st,syscfg-holdboot;
resets = <&scmi_reset RST_SCMI_MCU>,
<&scmi_reset RST_SCMI_MCU_HOLD_BOOT>;
reset-names = "mcu_rst", "hold_boot";
reset-names = "mcu_rst", "hold_boot";
};
&mdma1 {

View File

@ -92,7 +92,7 @@ gpu_reserved: gpu@f8000000 {
leds: leds {
compatible = "gpio-leds";
led0{
led0 {
label = "buzzer";
gpios = <&gpiof 2 GPIO_ACTIVE_HIGH>;
default-state = "off";

View File

@ -262,7 +262,7 @@ &i2c5 {
status = "okay";
usbhub: usbhub@2c {
compatible ="microchip,usb2514b";
compatible = "microchip,usb2514b";
reg = <0x2c>;
vdd-supply = <&v3v3>;
reset-gpios = <&gpiob 6 GPIO_ACTIVE_LOW>;