diff --git a/system/arm/dt/platforms/display.dtsi b/system/arm/dt/platforms/display.dtsi index 16a029a464..64c41e6c05 100644 --- a/system/arm/dt/platforms/display.dtsi +++ b/system/arm/dt/platforms/display.dtsi @@ -55,8 +55,6 @@ }; &dp0 { - status = "ok"; - port { dp0_output: endpoint@0 { remote-endpoint = <&dp0_virt_input>; diff --git a/system/arm/dt/platforms/vexpress_gem5_v1_hdlcd.dtsi b/system/arm/dt/platforms/vexpress_gem5_v1_hdlcd.dtsi index efca66db3e..a11dcb6682 100644 --- a/system/arm/dt/platforms/vexpress_gem5_v1_hdlcd.dtsi +++ b/system/arm/dt/platforms/vexpress_gem5_v1_hdlcd.dtsi @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2019 ARM Limited + * Copyright (c) 2015-2019, 2021 ARM Limited * All rights reserved * * Redistribution and use in source and binary forms, with or without @@ -29,18 +29,13 @@ /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 { compatible = "arm,hdlcd"; reg = <0x0 0x2b000000 0x0 0x1000>; interrupts = <0 63 4>; clocks = <&osc_pxl>; clock-names = "pxlclk"; - - status = "disabled"; + status = "ok"; }; }; diff --git a/system/arm/dt/platforms/vexpress_gem5_v2_hdlcd.dtsi b/system/arm/dt/platforms/vexpress_gem5_v2_hdlcd.dtsi index 6775727582..3e8003a582 100644 --- a/system/arm/dt/platforms/vexpress_gem5_v2_hdlcd.dtsi +++ b/system/arm/dt/platforms/vexpress_gem5_v2_hdlcd.dtsi @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2019 ARM Limited + * Copyright (c) 2015-2019, 2021 ARM Limited * All rights reserved * * Redistribution and use in source and binary forms, with or without @@ -29,17 +29,13 @@ /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 { compatible = "arm,hdlcd"; reg = <0x0 0x2b000000 0x0 0x1000>; interrupts = <0 63 4>; clocks = <&osc_pxl>; clock-names = "pxlclk"; - status = "disabled"; + status = "ok"; }; };