mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
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:
parent
0b367e60c7
commit
fc5aa42628
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user