git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04b53f1
)
imx7s-warp-u-boot: Fix aliases and chosen nodes indentation
author
Fabio Estevam
<festevam@denx.de>
Mon, 6 Nov 2023 16:33:22 +0000
(13:33 -0300)
committer
Tom Rini
<trini@konsulko.com>
Tue, 12 Dec 2023 21:33:57 +0000
(16:33 -0500)
The aliases and chosen nodes are currently indented using spaces.
Fix them to use the standard tab indentation.
Signed-off-by: Fabio Estevam <festevam@denx.de>
arch/arm/dts/imx7s-warp-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/imx7s-warp-u-boot.dtsi
b/arch/arm/dts/imx7s-warp-u-boot.dtsi
index
49b992d
..
4f44598
100644
(file)
--- a/
arch/arm/dts/imx7s-warp-u-boot.dtsi
+++ b/
arch/arm/dts/imx7s-warp-u-boot.dtsi
@@
-1,12
+1,12
@@
/ {
- aliases {
- mmc0 = &usdhc3;
- usb0 = &usbotg1;
- };
+
aliases {
+
mmc0 = &usdhc3;
+
usb0 = &usbotg1;
+
};
- chosen {
- stdout-path = &uart1;
- };
+
chosen {
+
stdout-path = &uart1;
+
};
};
&aips3 {