提交 bfd3db04 编写于 作者: A Aaron Shaw 提交者: Zheng Zengkai

overlays: add spi override to merus-amp overlay

raspberrypi inclusion
category: feature
bugzilla: 50432

--------------------------------

adds an override to the merus-amp overlay to turn the spi bus off

Change-type: patch
Signed-off-by: NAaron Shaw <shawaj@gmail.com>
Signed-off-by: NFang Yafen <yafen@iscas.ac.cn>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
上级 8f7e9cf0
...@@ -1914,8 +1914,8 @@ Params: speed Display SPI bus speed ...@@ -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 @@ ...@@ -57,4 +57,14 @@
status = "okay"; status = "okay";
}; };
}; };
fragment@4 {
target = <&spi0>;
frag4: __overlay__ {
};
};
__overrides__ {
spioff = <&frag4>, "status=disabled";
};
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册