Skip to content

Commit c84b6dc

Browse files
krzknmenon
authored andcommitted
arm64: dts: ti: Minor whitespace cleanup
The DTS code coding style expects exactly one space around '=' and before '{' characters. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://patch.msgid.link/20251223152535.155571-3-krzysztof.kozlowski@oss.qualcomm.com Signed-off-by: Nishanth Menon <nm@ti.com>
1 parent de86dbc commit c84b6dc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/boot/dts/ti/k3-am62d2-evm.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@
669669
pinctrl-0 = <&ospi0_pins_default>;
670670
status = "okay";
671671

672-
flash@0{
672+
flash@0 {
673673
compatible = "jedec,spi-nor";
674674
reg = <0x0>;
675675
spi-tx-bus-width = <8>;

arch/arm64/boot/dts/ti/k3-am62p5-var-som-symphony.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
status = "okay";
225225
};
226226

227-
&main_i2c0{
227+
&main_i2c0 {
228228
pinctrl-names = "default";
229229
pinctrl-0 = <&pinctrl_i2c0>;
230230
clock-frequency = <400000>;
@@ -466,7 +466,7 @@
466466
pinctrl-0 = <&pinctrl_mmc1>;
467467
disable-wp;
468468
bootph-all;
469-
status="okay";
469+
status = "okay";
470470
};
471471

472472
&ti_csi2rx0 {

0 commit comments

Comments
 (0)