Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/37936 )

Change subject: dev: Set the "status" field of the HDLCD device tree nod to "ok".
......................................................................

dev: Set the "status" field of the HDLCD device tree nod to "ok".

This makes the kernel enable the device.

Change-Id: I2c237b9ba038c5128e2a7e020587ac46ef7b4abd
---
M src/dev/arm/RealView.py
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/src/dev/arm/RealView.py b/src/dev/arm/RealView.py
index 1d3b54c..4418ea5 100644
--- a/src/dev/arm/RealView.py
+++ b/src/dev/arm/RealView.py
@@ -516,7 +516,7 @@
pixel_chunk = Param.Unsigned(32, "Number of pixels to handle in one batch")
     virt_refresh_rate = Param.Frequency("20Hz", "Frame refresh rate "
                                         "in KVM mode")
-    _status = "disabled"
+    _status = "ok"

     encoder = Param.Display(Display1080p(), "Display encoder")


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/37936
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I2c237b9ba038c5128e2a7e020587ac46ef7b4abd
Gerrit-Change-Number: 37936
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <gabe.bl...@gmail.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to