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:
Simon Glass
2025-09-14 14:39:38 -06:00
parent 6a078d8cb7
commit b05dd27c97
2 changed files with 9 additions and 0 deletions

View File

@@ -23,9 +23,14 @@
compatible = "efi,reset";
bootph-all;
};
efi-fb {
compatible = "efi-fb";
bootph-some-ram;
};
mouse {
compatible = "efi,mouse";
};
};

View File

@@ -30,4 +30,8 @@
bootph-some-ram;
};
mouse {
compatible = "efi,mouse";
};
};