Remove: sys/dts/arm/overlays/spigen-rpi-b.dtso
Some checks are pending
Cross-build Kernel / amd64 ubuntu-22.04 (clang-15) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-22.04 (clang-15) (push) Waiting to run
Cross-build Kernel / amd64 ubuntu-24.04 (clang-18) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-24.04 (clang-18) (push) Waiting to run
Cross-build Kernel / amd64 macos-latest (clang-18) (push) Waiting to run
Cross-build Kernel / aarch64 macos-latest (clang-18) (push) Waiting to run

Remove SPIGEN device tree overlay used with rpi-b (BCM2835/armv6)

Approved by: manu (mentor)
Differential revision: https://reviews.freebsd.org/D54188
This commit is contained in:
Oskar Holmlund 2025-12-12 12:44:44 +01:00
parent 9d2981f20d
commit f2cb6206e1
2 changed files with 0 additions and 31 deletions

View file

@ -1,30 +0,0 @@
/dts-v1/;
/plugin/;
/ {
compatible = "brcm,bcm2835";
};
&{/soc/spi@7e204000} {
status = "okay";
spigen0: spigen0 {
compatible = "freebsd,spigen";
reg = <0>;
spi-max-frequency = <500000>; /* Req'd property, override with spi(8) */
status = "okay";
};
spigen1: spigen1 {
compatible = "freebsd,spigen";
reg = <1>;
spi-max-frequency = <500000>; /* Req'd property, override with spi(8) */
status = "okay";
};
};
&{/soc/gpio@7e200000/spi0_cs_pins} {
brcm,pins = <8 7>;
brcm,function = <4>; /* ALT0 */
};

View file

@ -1,7 +1,6 @@
# DTS files for the 32-bit and 64-bit arm-based Raspberry Pi family of devices
.if ${MACHINE_CPUARCH} == "arm"
DTSO= \
spigen-rpi-b.dtso \
spigen-rpi2.dtso
.elif ${MACHINE_CPUARCH} == "aarch64"
DTSO= \