]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: ti: k3-*: Fix whitespace around flash@0 nodes
authorPratyush Yadav <p.yadav@ti.com>
Thu, 17 Feb 2022 18:10:24 +0000 (23:40 +0530)
committerNishanth Menon <nm@ti.com>
Tue, 22 Feb 2022 17:04:39 +0000 (11:04 -0600)
The OSPI flash nodes are missing a space before the opening brace. Fix
that.

Signed-off-by: Pratyush Yadav <p.yadav@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Apurva Nandan<a-nandan@ti.com>
Link: https://lore.kernel.org/r/20220217181025.1815118-1-p.yadav@ti.com
arch/arm64/boot/dts/ti/k3-am642-evm.dts
arch/arm64/boot/dts/ti/k3-am642-sk.dts
arch/arm64/boot/dts/ti/k3-j7200-som-p0.dtsi
arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
arch/arm64/boot/dts/ti/k3-j721e-som-p0.dtsi

index e94ae178b1ae34498f2cdbe7c7116927894d7482..edf80e27726793be1bd6093f8183f48e45dfec4c 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&ospi0_pins_default>;
 
-       flash@0{
+       flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0x0>;
                spi-tx-bus-width = <8>;
index a9785bec12dfad5f2a918d578cf58052143736dc..30b9562760602bf128dfe7f9461fcb26798dac33 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&ospi0_pins_default>;
 
-       flash@0{
+       flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0x0>;
                spi-tx-bus-width = <8>;
index 34724440171a6c90ef3d5554d0ee0ba8f9d5a6ce..7d819f0db8dfd664c4738a1d358f8842ce907d9c 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&mcu_fss0_ospi0_pins_default>;
 
-       flash@0{
+       flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0x0>;
                spi-tx-bus-width = <8>;
index 2d7596911b270632c5b74b5efeb563e28c8bb702..2ecc4541f6d8accdfc74761501404a2d4e7d842f 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&mcu_fss0_ospi1_pins_default>;
 
-       flash@0{
+       flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0x0>;
                spi-tx-bus-width = <1>;
index 2fee2906183d10b184f7795fe4332288975577a7..990dfcd61018a969efd9833345c97bcb0c1fdf7d 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&mcu_fss0_ospi0_pins_default>;
 
-       flash@0{
+       flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0x0>;
                spi-tx-bus-width = <8>;