Skip to content

Commit

Permalink
arm: dts: spear13xx: Remove unused and undocumented "pl022,slave-tx-d…
Browse files Browse the repository at this point in the history
…isable" property

Remove "pl022,slave-tx-disable" property which is both unused in the kernel
and undocumented. Most likely they are leftovers from downstream.

Signed-off-by: Rob Herring (Arm) <[email protected]>
Acked-by: Viresh Kumar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
  • Loading branch information
robherring authored and arndb committed Nov 19, 2024
1 parent 26bda0d commit a21b2eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions arch/arm/boot/dts/st/spear1310-evb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@
spi-max-frequency = <1000000>;
spi-cpha;
pl022,interface = <0>;
pl022,slave-tx-disable;
pl022,com-mode = <0>;
pl022,rx-level-trig = <0>;
pl022,tx-level-trig = <0>;
Expand Down Expand Up @@ -385,7 +384,6 @@
spi-cpol;
spi-cpha;
pl022,interface = <0>;
pl022,slave-tx-disable;
pl022,com-mode = <0x2>;
pl022,rx-level-trig = <0>;
pl022,tx-level-trig = <0>;
Expand Down
2 changes: 0 additions & 2 deletions arch/arm/boot/dts/st/spear1340-evb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,6 @@
spi-cpol;
spi-cpha;
pl022,interface = <0>;
pl022,slave-tx-disable;
pl022,com-mode = <0x2>;
pl022,rx-level-trig = <0>;
pl022,tx-level-trig = <0>;
Expand All @@ -461,7 +460,6 @@
spi-cpha;
reg = <1>;
pl022,interface = <0>;
pl022,slave-tx-disable;
pl022,com-mode = <0>;
pl022,rx-level-trig = <0>;
pl022,tx-level-trig = <0>;
Expand Down

0 comments on commit a21b2eb

Please sign in to comment.