We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fd15f commit 3403b48Copy full SHA for 3403b48
arch/arm/boot/dts/overlays/README
@@ -1914,8 +1914,8 @@ Params: speed Display SPI bus speed
1914
1915
Name: merus-amp
1916
Info: Configures the merus-amp audio card
1917
-Load: dtoverlay=merus-amp
1918
-Params: <None>
+Load: dtoverlay=merus-amp,<param>=<val>
+Params: spioff Turn SPI bus off
1919
1920
1921
Name: midi-uart0
arch/arm/boot/dts/overlays/merus-amp-overlay.dts
@@ -57,4 +57,14 @@
57
status = "okay";
58
};
59
60
+
61
+ fragment@4 {
62
+ target = <&spi0>;
63
+ frag4: __overlay__ {
64
+ };
65
66
67
+ __overrides__ {
68
+ spioff = <&frag4>, "status=disabled";
69
70
0 commit comments