Skip to content

Commit 7115816

Browse files
robherringarndb
authored andcommitted
arm/arm64: dts: Removed undocumented and unused "pl022,hierarchy" property
The "pl022,hierarchy" is not documented, all instances use are 0 and isn't handled in the kernel driver, so let's just remove it. Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Tom Lendacky <thomas.lendacky@amd.com> Link: https://lore.kernel.org/r/20230928190859.1072420-1-robh@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 0e70ecb commit 7115816

5 files changed

Lines changed: 0 additions & 8 deletions

File tree

arch/arm/boot/dts/st/spear1310-evb.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@
352352
#size-cells = <0>;
353353
spi-max-frequency = <1000000>;
354354
spi-cpha;
355-
pl022,hierarchy = <0>;
356355
pl022,interface = <0>;
357356
pl022,slave-tx-disable;
358357
pl022,com-mode = <0>;
@@ -385,7 +384,6 @@
385384
spi-max-frequency = <12000000>;
386385
spi-cpol;
387386
spi-cpha;
388-
pl022,hierarchy = <0>;
389387
pl022,interface = <0>;
390388
pl022,slave-tx-disable;
391389
pl022,com-mode = <0x2>;

arch/arm/boot/dts/st/spear1340-evb.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,6 @@
445445
spi-max-frequency = <12000000>;
446446
spi-cpol;
447447
spi-cpha;
448-
pl022,hierarchy = <0>;
449448
pl022,interface = <0>;
450449
pl022,slave-tx-disable;
451450
pl022,com-mode = <0x2>;
@@ -461,7 +460,6 @@
461460
spi-max-frequency = <1000000>;
462461
spi-cpha;
463462
reg = <1>;
464-
pl022,hierarchy = <0>;
465463
pl022,interface = <0>;
466464
pl022,slave-tx-disable;
467465
pl022,com-mode = <0>;

arch/arm64/boot/dts/amd/amd-overdrive-rev-b0.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
reg = <0>;
6565
spi-max-frequency = <20000000>;
6666
voltage-ranges = <3200 3400>;
67-
pl022,hierarchy = <0>;
6867
pl022,interface = <0>;
6968
pl022,com-mode = <0x0>;
7069
pl022,rx-level-trig = <0>;

arch/arm64/boot/dts/amd/amd-overdrive-rev-b1.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
reg = <0>;
7777
spi-max-frequency = <20000000>;
7878
voltage-ranges = <3200 3400>;
79-
pl022,hierarchy = <0>;
8079
pl022,interface = <0>;
8180
pl022,com-mode = <0x0>;
8281
pl022,rx-level-trig = <0>;

arch/arm64/boot/dts/broadcom/northstar2/ns2-svk.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
113113
spi-max-frequency = <5000000>;
114114
spi-cpha;
115115
spi-cpol;
116-
pl022,hierarchy = <0>;
117116
pl022,interface = <0>;
118117
pl022,slave-tx-disable = <0>;
119118
pl022,com-mode = <0>;
@@ -137,7 +136,6 @@
137136
at25,page-size = <64>;
138137
spi-cpha;
139138
spi-cpol;
140-
pl022,hierarchy = <0>;
141139
pl022,interface = <0>;
142140
pl022,slave-tx-disable = <0>;
143141
pl022,com-mode = <0>;

0 commit comments

Comments
 (0)