ARM: dts: allwinner: Correct white-space style

Correct a few white-space issues, like double before bracket '{'
character, which will be flagged by dt-check-style
("redundant-whitespace" warning).  No functional changes.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260801210450.384087-3-krzysztof.kozlowski@oss.qualcomm.com
Signed-off-by: Chen-Yu Tsai <wens@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2026-08-01 23:04:51 +02:00 committed by Chen-Yu Tsai
parent 35ab380540
commit 4999ba58b6
3 changed files with 4 additions and 4 deletions

View File

@ -179,7 +179,7 @@ &reg_usb2_vbus {
};
&uart0 {
&uart0 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_pb_pins>;
status = "okay";

View File

@ -78,7 +78,7 @@ &cpu0 {
cpu-supply = <&reg_dcdc2>;
};
&ehci0 {
&ehci0 {
status = "okay";
};
@ -157,7 +157,7 @@ &mmc0 {
status = "okay";
};
&ohci0 {
&ohci0 {
status = "okay";
};

View File

@ -42,7 +42,7 @@ reg_vcc_core: regulator-core {
};
/* USB0 MUX to switch connect to Card-Edge only after BootROM */
usb0_sec_mux: mux-controller{
usb0_sec_mux: mux-controller {
compatible = "gpio-mux";
#mux-control-cells = <0>;
mux-gpios = <&pio 3 9 GPIO_ACTIVE_HIGH>; /* PD9 */