From: Bin Meng Date: Tue, 26 Feb 2019 09:52:20 +0000 (-0800) Subject: x86: Add a dtsi file for the pc speaker X-Git-Tag: v2019.04-rc4~9^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b2c8c30668c2d3ea8637cdce436be67241981b3;p=platform%2Fkernel%2Fu-boot.git x86: Add a dtsi file for the pc speaker 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 Reviewed-by: Simon Glass --- 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"; + }; +};