Skip to content

Commit

Permalink
arm64: dts: ti: am65: align ti,pindir-d0-out-d1-in property with dt-s…
Browse files Browse the repository at this point in the history
…hema

[ Upstream commit 4f76ea7 ]

ti,pindir-d0-out-d1-in property is expected to be of type boolean.
Therefore, fix the property accordingly.

Fixes: e180f76 ("arm64: dts: ti: Add support for Siemens IOT2050 boards")
Fixes: 5da94b5 ("arm64: dts: ti: k3-am654: Enable main domain McSPI0")
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Acked-by: Jan Kiszka <jan.kiszka@siemens.com>
Reviewed-by: Vignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20210608051414.14873-2-a-govindraju@ti.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Aswath-Govindraju authored and gregkh committed Jul 20, 2021
1 parent 6f62efd commit 908b140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi
Expand Up @@ -575,7 +575,7 @@

#address-cells = <1>;
#size-cells= <0>;
ti,pindir-d0-out-d1-in = <1>;
ti,pindir-d0-out-d1-in;
};

&tscadc0 {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/ti/k3-am654-base-board.dts
Expand Up @@ -299,7 +299,7 @@
pinctrl-0 = <&main_spi0_pins_default>;
#address-cells = <1>;
#size-cells= <0>;
ti,pindir-d0-out-d1-in = <1>;
ti,pindir-d0-out-d1-in;

flash@0{
compatible = "jedec,spi-nor";
Expand Down

0 comments on commit 908b140

Please sign in to comment.