diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2024-01-21 20:39:03 -0600 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-02-08 23:16:11 +0000 |
commit | 3f4c830bf64ac8a0761729f831d51f0a1d6c89f4 (patch) | |
tree | e5169f9cce14e9030fd07f787b4a8a4562ece885 /src/mainboard/google/puff/variants/scout/overridetree.cb | |
parent | 14a9f3e1d6e8e3848a8b0c57d90c06f5141dd2d8 (diff) |
mb/google/puff/var/*: Drop redundant device entries in overridetree
Now that the puff baseboard uses chipset devicetree references, remove
all references whose value is identical to the chipset devicetree
default or the baseboard default, since they are pointless clutter.
TEST=tested with rest of patch train
Change-Id: Iada32111367fdc964d6126ee43e261c1feb123cf
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80163
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/mainboard/google/puff/variants/scout/overridetree.cb')
-rw-r--r-- | src/mainboard/google/puff/variants/scout/overridetree.cb | 38 |
1 files changed, 14 insertions, 24 deletions
diff --git a/src/mainboard/google/puff/variants/scout/overridetree.cb b/src/mainboard/google/puff/variants/scout/overridetree.cb index abf4ff3b2b..a61e41bdf6 100644 --- a/src/mainboard/google/puff/variants/scout/overridetree.cb +++ b/src/mainboard/google/puff/variants/scout/overridetree.cb @@ -235,7 +235,7 @@ chip soc/intel/cannonlake register "sata_port[1].TxGen3DeEmph" = "0x20" device domain 0 on - device ref dptf on + device ref dptf on chip drivers/intel/dptf ## Active Policy register "policies.active[0]" = "{.target=DPTF_CPU, @@ -299,7 +299,7 @@ chip soc/intel/cannonlake device generic 0 on end end end - device ref xhci on + device ref xhci on chip drivers/usb/acpi device usb 0.0 on chip drivers/usb/acpi @@ -378,10 +378,7 @@ chip soc/intel/cannonlake end end end - device ref i2c0 off - # RFU - Reserved for Future Use. - end - device ref i2c1 on + device ref i2c1 on # USI (Touch screen) chip drivers/i2c/hid register "generic.hid" = ""ILTK0001"" @@ -396,12 +393,10 @@ chip soc/intel/cannonlake device i2c 41 on end end end - device ref i2c2 on end # SCALER - device ref i2c3 on end # TPU - device ref heci1 on end - device ref i2c4 off end - device ref emmc on end - device ref pcie_rp7 on + device ref i2c2 on end # SCALER + device ref i2c3 on end # TPU + device ref emmc on end + device ref pcie_rp7 on # RTL8111H Ethernet NIC chip drivers/net register "customized_leds" = "0x05af" @@ -411,30 +406,25 @@ chip soc/intel/cannonlake device pci 00.0 on end end end - device ref pcie_rp8 on + device ref pcie_rp8 on # WLAN register "PcieRpSlotImplemented[7]" = "1" # M.2 Slot end - device ref pcie_rp9 on + device ref pcie_rp9 on # SSD register "PcieRpSlotImplemented[8]" = "1" # M.2 Slot end - device ref pcie_rp10 off end - device ref pcie_rp11 off end - device ref pcie_rp12 off end - device ref pcie_rp13 on + device ref pcie_rp13 on # TPU0 register "PcieRpSlotImplemented[12]" = "1" # M.2 Slot end - device ref pcie_rp14 on + device ref pcie_rp14 on # TPU1 register "PcieRpSlotImplemented[13]" = "1" # M.2 Slot end - device ref pcie_rp15 on end # non-root - device ref pcie_rp16 on end # non-root - device ref uart0 on end - device ref uart1 on end - device ref gspi1 off end + device ref pcie_rp15 on end # non-root + device ref pcie_rp16 on end # non-root + device ref uart1 on end end # VR Settings Configuration for 4 Domains |