Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Krzysztof Kozlowski and committed by
Nishanth Menon
c84b6dc3 de86dbc0

+3 -3
+1 -1
arch/arm64/boot/dts/ti/k3-am62d2-evm.dts
··· 669 669 pinctrl-0 = <&ospi0_pins_default>; 670 670 status = "okay"; 671 671 672 - flash@0{ 672 + flash@0 { 673 673 compatible = "jedec,spi-nor"; 674 674 reg = <0x0>; 675 675 spi-tx-bus-width = <8>;
+2 -2
arch/arm64/boot/dts/ti/k3-am62p5-var-som-symphony.dts
··· 224 224 status = "okay"; 225 225 }; 226 226 227 - &main_i2c0{ 227 + &main_i2c0 { 228 228 pinctrl-names = "default"; 229 229 pinctrl-0 = <&pinctrl_i2c0>; 230 230 clock-frequency = <400000>; ··· 466 466 pinctrl-0 = <&pinctrl_mmc1>; 467 467 disable-wp; 468 468 bootph-all; 469 - status="okay"; 469 + status = "okay"; 470 470 }; 471 471 472 472 &ti_csi2rx0 {