Skip to content

Commit 4f6f738

Browse files
committed
Test-me: spi master to be disabled until a device is provided in dtb overlays
1 parent 3d01cb3 commit 4f6f738

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

recipes-bsp/device-tree/lmp-device-tree/portenta-x8/arduino_portenta-x8.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,23 +251,23 @@
251251
pinctrl-0 = <&pinctrl_ecspi1 &pinctrl_ecspi1_cs>;
252252
num-cs = <1>;
253253
cs-gpios = <&gpio5 9 GPIO_ACTIVE_LOW>;
254-
status = "okay";
254+
status = "disabled";
255255
};
256256

257257
&ecspi2 {
258258
pinctrl-names = "default";
259259
pinctrl-0 = <&pinctrl_ecspi2 &pinctrl_ecspi2_cs>;
260260
num-cs = <1>;
261261
cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>;
262-
status = "okay";
262+
status = "disabled";
263263
};
264264

265265
&ecspi3 {
266266
pinctrl-names = "default";
267267
pinctrl-0 = <&pinctrl_ecspi3 &pinctrl_ecspi3_cs>;
268268
num-cs = <1>;
269269
cs-gpios = <&gpio5 25 GPIO_ACTIVE_LOW>;
270-
status = "okay";
270+
status = "disabled";
271271
};
272272

273273
&csi1_bridge {

recipes-bsp/device-tree/lmp-device-tree/portenta-x8/ov_carrier_breakout_spi0.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
fragment@0 {
1313
target = <&ecspi2>;
1414
__overlay__ {
15+
status = "okay";
1516
spidev_cb: spidev@0 {
1617
compatible = "rohm,dh2228fv";
1718
spi-max-frequency = <1000000>;

recipes-bsp/device-tree/lmp-device-tree/portenta-x8/ov_carrier_breakout_spi1.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
fragment@0 {
1313
target = <&ecspi1>;
1414
__overlay__ {
15+
status = "okay";
1516
spidev_cb: spidev@0 {
1617
compatible = "rohm,dh2228fv";
1718
spi-max-frequency = <1000000>;

recipes-bsp/device-tree/lmp-device-tree/portenta-x8/ov_carrier_pika_spark.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
fragment@2 {
7171
target = <&ecspi2>;
7272
__overlay__ {
73+
status = "okay";
7374
spidev0: spidev@0 {
7475
compatible = "rohm,dh2228fv";
7576
spi-max-frequency = <1000000>;
@@ -82,6 +83,7 @@
8283
fragment@3 {
8384
target = <&ecspi1>;
8485
__overlay__ {
86+
status = "okay";
8587
spidev1: spidev@0 {
8688
compatible = "rohm,dh2228fv";
8789
spi-max-frequency = <1000000>;

recipes-bsp/device-tree/lmp-device-tree/portenta-x8/ov_som_x8h7.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
fragment@1 {
5252
target = <&ecspi3>;
5353
__overlay__ {
54+
status = "okay";
5455
x8h7: x8h7@0 {
5556
#address-cells = <1>;
5657
#size-cells = <1>;

0 commit comments

Comments
 (0)