Skip to content

Commit

Permalink
arm64: dts: ti: k3-am642-evm: align ti,pindir-d0-out-d1-in property w…
Browse files Browse the repository at this point in the history
…ith dt-shema

[ Upstream commit d3f1b15 ]

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

Fixes: 4fb6c04 ("arm64: dts: ti: k3-am642-evm: Add support for SPI EEPROM")
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Reviewed-by: Vignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20210608051414.14873-3-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 908b140 commit 3140278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/ti/k3-am642-evm.dts
Expand Up @@ -334,7 +334,7 @@
&main_spi0 {
pinctrl-names = "default";
pinctrl-0 = <&main_spi0_pins_default>;
ti,pindir-d0-out-d1-in = <1>;
ti,pindir-d0-out-d1-in;
eeprom@0 {
compatible = "microchip,93lc46b";
reg = <0>;
Expand Down

0 comments on commit 3140278

Please sign in to comment.