efi: arm: x86: Enable the mouse
Provide a devicetree fragment to enable the mouse for x86 and arm, when running as an EFI app. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -23,9 +23,14 @@
|
||||
compatible = "efi,reset";
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
efi-fb {
|
||||
compatible = "efi-fb";
|
||||
bootph-some-ram;
|
||||
};
|
||||
|
||||
mouse {
|
||||
compatible = "efi,mouse";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
@@ -30,4 +30,8 @@
|
||||
bootph-some-ram;
|
||||
};
|
||||
|
||||
mouse {
|
||||
compatible = "efi,mouse";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user