diff options
Diffstat (limited to 'arch/x86/dts/efi-x86_app.dts')
-rw-r--r-- | arch/x86/dts/efi-x86_app.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/dts/efi-x86_app.dts b/arch/x86/dts/efi-x86_app.dts index e70e3516180..20150f6ede4 100644 --- a/arch/x86/dts/efi-x86_app.dts +++ b/arch/x86/dts/efi-x86_app.dts @@ -23,4 +23,9 @@ serial: serial { compatible = "efi,uart"; }; + + reset { + compatible = "efi,reset"; + u-boot,dm-pre-reloc; + }; }; |