system-arm: Enabled HDLcd by default in DTS
This is fine as people using *_hdlcd.dtsi are willing to simulate an HDLcd JIRA: https://gem5.atlassian.net/browse/GEM5-866 Change-Id: Ifd5d6ecc81de920dbc29a05b07f30c13dcee3aa4 Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/38797 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Maintainer: Andreas Sandberg <andreas.sandberg@arm.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -55,8 +55,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&dp0 {
|
&dp0 {
|
||||||
status = "ok";
|
|
||||||
|
|
||||||
port {
|
port {
|
||||||
dp0_output: endpoint@0 {
|
dp0_output: endpoint@0 {
|
||||||
remote-endpoint = <&dp0_virt_input>;
|
remote-endpoint = <&dp0_virt_input>;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2015-2019 ARM Limited
|
* Copyright (c) 2015-2019, 2021 ARM Limited
|
||||||
* All rights reserved
|
* All rights reserved
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
@@ -29,18 +29,13 @@
|
|||||||
/include/ "vexpress_gem5_v1_base.dtsi"
|
/include/ "vexpress_gem5_v1_base.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
/* The display processor needs custom configuration to setup its
|
|
||||||
* output ports. Disable it by default in the platform until the
|
|
||||||
* DT bindings have stabilize.
|
|
||||||
*/
|
|
||||||
dp0: hdlcd@2b000000 {
|
dp0: hdlcd@2b000000 {
|
||||||
compatible = "arm,hdlcd";
|
compatible = "arm,hdlcd";
|
||||||
reg = <0x0 0x2b000000 0x0 0x1000>;
|
reg = <0x0 0x2b000000 0x0 0x1000>;
|
||||||
interrupts = <0 63 4>;
|
interrupts = <0 63 4>;
|
||||||
clocks = <&osc_pxl>;
|
clocks = <&osc_pxl>;
|
||||||
clock-names = "pxlclk";
|
clock-names = "pxlclk";
|
||||||
|
status = "ok";
|
||||||
status = "disabled";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2015-2019 ARM Limited
|
* Copyright (c) 2015-2019, 2021 ARM Limited
|
||||||
* All rights reserved
|
* All rights reserved
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
@@ -29,17 +29,13 @@
|
|||||||
/include/ "vexpress_gem5_v2_base.dtsi"
|
/include/ "vexpress_gem5_v2_base.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
/* The display processor needs custom configuration to setup its
|
|
||||||
* output ports. Disable it by default in the platform until the
|
|
||||||
* DT bindings have stabilize.
|
|
||||||
*/
|
|
||||||
dp0: hdlcd@2b000000 {
|
dp0: hdlcd@2b000000 {
|
||||||
compatible = "arm,hdlcd";
|
compatible = "arm,hdlcd";
|
||||||
reg = <0x0 0x2b000000 0x0 0x1000>;
|
reg = <0x0 0x2b000000 0x0 0x1000>;
|
||||||
interrupts = <0 63 4>;
|
interrupts = <0 63 4>;
|
||||||
clocks = <&osc_pxl>;
|
clocks = <&osc_pxl>;
|
||||||
clock-names = "pxlclk";
|
clock-names = "pxlclk";
|
||||||
status = "disabled";
|
status = "ok";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user