Skip to content

Commit

Permalink
arm64: dts: ti: k3-*: Fix whitespace around flash@0 nodes
Browse files Browse the repository at this point in the history
The OSPI flash nodes are missing a space before the opening brace. Fix
that.

Signed-off-by: Pratyush Yadav <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Reviewed-by: Apurva Nandan<[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
Pratyush Yadav authored and nmenon committed Feb 22, 2022
1 parent a966803 commit 672e89d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/ti/k3-am642-evm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
pinctrl-names = "default";
pinctrl-0 = <&ospi0_pins_default>;

flash@0{
flash@0 {
compatible = "jedec,spi-nor";
reg = <0x0>;
spi-tx-bus-width = <8>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/ti/k3-am642-sk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
pinctrl-names = "default";
pinctrl-0 = <&ospi0_pins_default>;

flash@0{
flash@0 {
compatible = "jedec,spi-nor";
reg = <0x0>;
spi-tx-bus-width = <8>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/ti/k3-j7200-som-p0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
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>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@
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>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/ti/k3-j721e-som-p0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
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>;
Expand Down

0 comments on commit 672e89d

Please sign in to comment.