From 8d5c17389a06cbf6900f97892b5fb327a23bb85f Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Tue, 4 Feb 2020 14:48:14 +0100 Subject: mb/lenovo/t530/devicetree: Drop unnecessary initialization These two variables are initialized to zero by default. Change-Id: I590f601b5297a9bfa93607442d7e0b8d79f1ab51 Signed-off-by: Peter Lemenkov Reviewed-on: https://review.coreboot.org/c/coreboot/+/38709 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/mainboard/lenovo/t530/variants/w530/devicetree.cb | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mainboard/lenovo/t530/variants/w530/devicetree.cb') diff --git a/src/mainboard/lenovo/t530/variants/w530/devicetree.cb b/src/mainboard/lenovo/t530/variants/w530/devicetree.cb index c2e32e3a05..17b0b41a10 100644 --- a/src/mainboard/lenovo/t530/variants/w530/devicetree.cb +++ b/src/mainboard/lenovo/t530/variants/w530/devicetree.cb @@ -6,9 +6,6 @@ chip northbridge/intel/sandybridge # Enable DisplayPort Hotplug with 6ms pulse register "gpu_dp_d_hotplug" = "0x06" - register "gpu_dp_b_hotplug" = "0" - register "gpu_dp_c_hotplug" = "0" - # Enable Panel as LVDS and configure power delays register "gpu_panel_port_select" = "0" # LVDS register "gpu_panel_power_cycle_delay" = "6" # T7: 500ms -- cgit v1.2.3