diff options
author | Sean Rhodes <sean@starlabs.systems> | 2024-04-24 14:56:19 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-07-26 13:49:10 +0000 |
commit | c6b5b075ec1ae722131141d0aefeba894e39a91b (patch) | |
tree | bb162ff8a39f592c9544060a0499ab518cde5b0b /src | |
parent | 07f013111654ccb6e8fdb71d697d11f892910c1e (diff) |
mb/starlabs/starbook/rpl: Don't set tcss_aux_ori
Not setting tcss_aux_ori in devicetree is the same as
setting it to zero so remove it.
Change-Id: Ia0e90179dd05b23f1f36935be51327250c5a8684
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83620
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb b/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb index 7a3f9fb664..c7b8738f66 100644 --- a/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb @@ -57,9 +57,7 @@ chip soc/intel/alderlake end end device ref tbt_pcie_rp0 on end - device ref tcss_xhci on - register "tcss_aux_ori" = "0" - end + device ref tcss_xhci on end device ref tcss_dma0 on chip drivers/intel/usb4/retimer register "dfp[0].power_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_E4)" |