mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
overlays: add spi override to merus-amp overlay
adds an override to the merus-amp overlay to turn the spi bus off Change-type: patch Signed-off-by: Aaron Shaw <shawaj@gmail.com>
This commit is contained in:
@@ -1914,8 +1914,8 @@ Params: speed Display SPI bus speed
|
|||||||
|
|
||||||
Name: merus-amp
|
Name: merus-amp
|
||||||
Info: Configures the merus-amp audio card
|
Info: Configures the merus-amp audio card
|
||||||
Load: dtoverlay=merus-amp
|
Load: dtoverlay=merus-amp,<param>=<val>
|
||||||
Params: <None>
|
Params: spioff Turn SPI bus off
|
||||||
|
|
||||||
|
|
||||||
Name: midi-uart0
|
Name: midi-uart0
|
||||||
|
|||||||
@@ -57,4 +57,14 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fragment@4 {
|
||||||
|
target = <&spi0>;
|
||||||
|
frag4: __overlay__ {
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
__overrides__ {
|
||||||
|
spioff = <&frag4>, "status=disabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user