diff options
author | Rob Herring (Arm) <robh@kernel.org> | 2024-11-15 20:38:34 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2024-11-19 18:02:34 +0100 |
commit | a21b2eb7cfe28227ecc2e702b4a2aad8068d4ad2 (patch) | |
tree | 25b3855e1e283998e17d807d6b29ba54149d71bf /arch/arm/boot/dts/st/spear1340-evb.dts | |
parent | arm64: dts: amd: Remove unused and undocumented "amd,zlib-support" property (diff) | |
download | linux-a21b2eb7cfe28227ecc2e702b4a2aad8068d4ad2.tar.xz linux-a21b2eb7cfe28227ecc2e702b4a2aad8068d4ad2.zip |
arm: dts: spear13xx: Remove unused and undocumented "pl022,slave-tx-disable" 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) <robh@kernel.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Link: https://lore.kernel.org/r/20241115193835.3623725-1-robh@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/boot/dts/st/spear1340-evb.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/st/spear1340-evb.dts b/arch/arm/boot/dts/st/spear1340-evb.dts index cea624fc745c..9b515b21a633 100644 --- a/arch/arm/boot/dts/st/spear1340-evb.dts +++ b/arch/arm/boot/dts/st/spear1340-evb.dts @@ -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>; @@ -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>; |