aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/x86/dts/reset.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/x86/dts/reset.dtsi')
-rw-r--r--roms/u-boot/arch/x86/dts/reset.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/roms/u-boot/arch/x86/dts/reset.dtsi b/roms/u-boot/arch/x86/dts/reset.dtsi
new file mode 100644
index 000000000..f2ba2fb5e
--- /dev/null
+++ b/roms/u-boot/arch/x86/dts/reset.dtsi
@@ -0,0 +1,6 @@
+/ {
+ reset: reset {
+ compatible = "x86,reset";
+ u-boot,dm-pre-proper;
+ };
+};