diff options
author | Felix Singer <felixsinger@posteo.net> | 2024-07-14 01:56:22 +0200 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2024-07-15 02:10:39 +0000 |
commit | b0fa6683de2e97c017cf73eaa409350a2f1709e3 (patch) | |
tree | 3eee59249bd9f753e56d03d9523e0c1bd5bf9ea9 /src/mainboard/google/poppy/variants/atlas | |
parent | 3f0bb2fb0741d81327184489656e375d7190a852 (diff) |
mb/google/poppy: Drop superfluous devices from devicetree
In order to clean up a bit, drop devices which are equivalent to the
ones from chipset devicetree.
Change-Id: Ief199db47fc529c510709ac37be6014b63244e84
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83454
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/mainboard/google/poppy/variants/atlas')
-rw-r--r-- | src/mainboard/google/poppy/variants/atlas/devicetree.cb | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/mainboard/google/poppy/variants/atlas/devicetree.cb b/src/mainboard/google/poppy/variants/atlas/devicetree.cb index 48b9a9206b..04df902461 100644 --- a/src/mainboard/google/poppy/variants/atlas/devicetree.cb +++ b/src/mainboard/google/poppy/variants/atlas/devicetree.cb @@ -202,11 +202,9 @@ chip soc/intel/skylake }" device domain 0 on - device ref system_agent on end device ref igpu on end device ref sa_thermal on end device ref imgu on end - device ref ish off end device ref south_xhci on register "usb2_ports" = "{ [0] = USB2_PORT_LONG(OC0), // Type-C Port 1 @@ -262,7 +260,6 @@ chip soc/intel/skylake device i2c 0x49 on end end end - device ref i2c1 off end device ref i2c2 on chip drivers/i2c/hid register "generic.hid" = ""ACPI0C50"" @@ -275,13 +272,7 @@ chip soc/intel/skylake end device ref i2c3 on end # Camera device ref heci1 on end - device ref heci2 off end - device ref csme_ider off end - device ref csme_ktr off end - device ref heci3 off end - device ref sata off end device ref uart2 on end - device ref i2c5 off end device ref i2c4 on chip drivers/i2c/max98373 register "vmon_slot_no" = "4" @@ -330,19 +321,7 @@ chip soc/intel/skylake device pci 00.0 on end end end - device ref pcie_rp2 off end - device ref pcie_rp3 off end - device ref pcie_rp4 off end - device ref pcie_rp5 off end - device ref pcie_rp6 off end - device ref pcie_rp7 off end - device ref pcie_rp8 off end - device ref pcie_rp9 off end - device ref pcie_rp10 off end - device ref pcie_rp11 off end - device ref pcie_rp12 off end device ref uart0 on end - device ref uart1 off end device ref gspi0 on chip drivers/spi/acpi register "hid" = "ACPI_DT_NAMESPACE_HID" @@ -351,10 +330,7 @@ chip soc/intel/skylake device spi 0 on end end end - device ref gspi1 off end device ref emmc on end - device ref sdio off end - device ref sdxc off end device ref lpc_espi on # EC host command ranges are in 0x800-0x8ff & 0x200-0x20f register "gen1_dec" = "0x00fc0801" @@ -366,11 +342,8 @@ chip soc/intel/skylake device pnp 0c09.0 on end end end - device ref p2sb on end - device ref pmc on end device ref hda on end device ref smbus on end device ref fast_spi on end - device ref gbe off end end end |