File tree Expand file tree Collapse file tree
arch/arm/boot/dts/overlays Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ dtbo-$(CONFIG_ARCH_BCM2835) += \
195195 mlx90640.dtbo \
196196 mmc.dtbo \
197197 mz61581.dtbo \
198+ nospi10.dtbo \
198199 ov2311.dtbo \
199200 ov5647.dtbo \
200201 ov64a40.dtbo \
Original file line number Diff line number Diff line change @@ -3699,6 +3699,12 @@ Params: speed Display SPI bus speed
36993699 xohms Touchpanel sensitivity (X-plate resistance)
37003700
37013701
3702+ Name: nospi10
3703+ Info: Disable the spi10 device on Pi5.
3704+ Load: dtoverlay=nospi10
3705+ Params: <None>
3706+
3707+
37023708Name: ov2311
37033709Info: Omnivision OV2311 camera module.
37043710 Uses Unicam 1, which is the standard camera connector on most Pi
Original file line number Diff line number Diff line change 1+ /dts-v1/;
2+ /plugin/;
3+
4+ / {
5+ compatible = "brcm,bcm2712";
6+
7+ fragment@0 {
8+ target = <&spi10>;
9+ __overlay__ {
10+ status = "disabled";
11+ };
12+ };
13+ };
You can’t perform that action at this time.
0 commit comments