[U-Boot] [PATCH 2/4] x86: Add a dtsi file for the pc speaker
Bin Meng
bmeng.cn at gmail.com
Tue Feb 26 09:52:20 UTC 2019
The pc speaker driven by the i8254 is generic enough to deserve
a single dtsi file to be included by boards that use it.
Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
---
arch/x86/dts/pcspkr.dtsi | 5 +++++
1 file changed, 5 insertions(+)
create mode 100644 arch/x86/dts/pcspkr.dtsi
diff --git a/arch/x86/dts/pcspkr.dtsi b/arch/x86/dts/pcspkr.dtsi
new file mode 100644
index 0000000..934ab10
--- /dev/null
+++ b/arch/x86/dts/pcspkr.dtsi
@@ -0,0 +1,5 @@
+/ {
+ pcspkr {
+ compatible = "i8254,beeper";
+ };
+};
--
2.7.4
More information about the U-Boot
mailing list