arm64: dts: ns2: Fix spi-cpol and spi-cpha property
[ Upstream commitc953c764e5
] Broadcom ns2 platform has spi-cpol and spi-cpho properties set incorrectly. As per spi-slave-peripheral-prop.yaml, these properties are of flag or boolean type and not integer type. Fix the values. Fixes:d69dbd9f41
(arm64: dts: Add ARM PL022 SPI DT nodes for NS2) Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com> CC: Ray Jui <rjui@broadcom.com> CC: Scott Branden <sbranden@broadcom.com> CC: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
a972fd442d
commit
ce6872b4fc
@ -103,8 +103,8 @@
|
|||||||
compatible = "silabs,si3226x";
|
compatible = "silabs,si3226x";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
spi-max-frequency = <5000000>;
|
spi-max-frequency = <5000000>;
|
||||||
spi-cpha = <1>;
|
spi-cpha;
|
||||||
spi-cpol = <1>;
|
spi-cpol;
|
||||||
pl022,hierarchy = <0>;
|
pl022,hierarchy = <0>;
|
||||||
pl022,interface = <0>;
|
pl022,interface = <0>;
|
||||||
pl022,slave-tx-disable = <0>;
|
pl022,slave-tx-disable = <0>;
|
||||||
@ -127,8 +127,8 @@
|
|||||||
at25,byte-len = <0x8000>;
|
at25,byte-len = <0x8000>;
|
||||||
at25,addr-mode = <2>;
|
at25,addr-mode = <2>;
|
||||||
at25,page-size = <64>;
|
at25,page-size = <64>;
|
||||||
spi-cpha = <1>;
|
spi-cpha;
|
||||||
spi-cpol = <1>;
|
spi-cpol;
|
||||||
pl022,hierarchy = <0>;
|
pl022,hierarchy = <0>;
|
||||||
pl022,interface = <0>;
|
pl022,interface = <0>;
|
||||||
pl022,slave-tx-disable = <0>;
|
pl022,slave-tx-disable = <0>;
|
||||||
|
Reference in New Issue
Block a user