Skip to content

Commit 7cfd76f

Browse files
dolcinithierryreding
authored andcommitted
ARM: tegra: apalis-eval: Remove pcie-switch node
The compatible "plx,pex8605" does not exist, there is no DT binding for it and there was never a driver matching this compatible, remove it. Signed-off-by: Francesco Dolcini <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Thierry Reding <[email protected]>
1 parent b6e892e commit 7cfd76f

File tree

4 files changed

+0
-20
lines changed

4 files changed

+0
-20
lines changed

arch/arm/boot/dts/nvidia/tegra124-apalis-eval.dts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@
8484
status = "okay";
8585
clock-frequency = <400000>;
8686

87-
pcie-switch@58 {
88-
compatible = "plx,pex8605";
89-
reg = <0x58>;
90-
};
91-
9287
/* M41T0M6 real time clock on carrier board */
9388
rtc@68 {
9489
compatible = "st,m41t0";

arch/arm/boot/dts/nvidia/tegra124-apalis-v1.2-eval.dts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@
8585
status = "okay";
8686
clock-frequency = <400000>;
8787

88-
pcie-switch@58 {
89-
compatible = "plx,pex8605";
90-
reg = <0x58>;
91-
};
92-
9388
/* M41T0M6 real time clock on carrier board */
9489
rtc@68 {
9590
compatible = "st,m41t0";

arch/arm/boot/dts/nvidia/tegra30-apalis-eval.dts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,6 @@
9191
status = "okay";
9292
clock-frequency = <400000>;
9393

94-
pcie-switch@58 {
95-
compatible = "plx,pex8605";
96-
reg = <0x58>;
97-
};
98-
9994
/* M41T0M6 real time clock on carrier board */
10095
rtc@68 {
10196
compatible = "st,m41t0";

arch/arm/boot/dts/nvidia/tegra30-apalis-v1.1-eval.dts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,6 @@
9292
status = "okay";
9393
clock-frequency = <400000>;
9494

95-
pcie-switch@58 {
96-
compatible = "plx,pex8605";
97-
reg = <0x58>;
98-
};
99-
10095
/* M41T0M6 real time clock on carrier board */
10196
rtc@68 {
10297
compatible = "st,m41t0";

0 commit comments

Comments
 (0)