Commit 672e89d7 authored by Pratyush Yadav's avatar Pratyush Yadav Committed by Nishanth Menon

arm64: dts: ti: k3-*: Fix whitespace around flash@0 nodes

The OSPI flash nodes are missing a space before the opening brace. Fix
that.
Signed-off-by: default avatarPratyush Yadav <p.yadav@ti.com>
Signed-off-by: default avatarNishanth 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
parent a9668037
...@@ -498,7 +498,7 @@ &ospi0 { ...@@ -498,7 +498,7 @@ &ospi0 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&ospi0_pins_default>; pinctrl-0 = <&ospi0_pins_default>;
flash@0{ flash@0 {
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0x0>; reg = <0x0>;
spi-tx-bus-width = <8>; spi-tx-bus-width = <8>;
......
...@@ -369,7 +369,7 @@ &ospi0 { ...@@ -369,7 +369,7 @@ &ospi0 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&ospi0_pins_default>; pinctrl-0 = <&ospi0_pins_default>;
flash@0{ flash@0 {
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0x0>; reg = <0x0>;
spi-tx-bus-width = <8>; spi-tx-bus-width = <8>;
......
...@@ -256,7 +256,7 @@ &ospi0 { ...@@ -256,7 +256,7 @@ &ospi0 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&mcu_fss0_ospi0_pins_default>; pinctrl-0 = <&mcu_fss0_ospi0_pins_default>;
flash@0{ flash@0 {
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0x0>; reg = <0x0>;
spi-tx-bus-width = <8>; spi-tx-bus-width = <8>;
......
...@@ -482,7 +482,7 @@ &ospi1 { ...@@ -482,7 +482,7 @@ &ospi1 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&mcu_fss0_ospi1_pins_default>; pinctrl-0 = <&mcu_fss0_ospi1_pins_default>;
flash@0{ flash@0 {
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0x0>; reg = <0x0>;
spi-tx-bus-width = <1>; spi-tx-bus-width = <1>;
......
...@@ -171,7 +171,7 @@ &ospi0 { ...@@ -171,7 +171,7 @@ &ospi0 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&mcu_fss0_ospi0_pins_default>; pinctrl-0 = <&mcu_fss0_ospi0_pins_default>;
flash@0{ flash@0 {
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0x0>; reg = <0x0>;
spi-tx-bus-width = <8>; spi-tx-bus-width = <8>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment