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/soraka | |
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/soraka')
-rw-r--r-- | src/mainboard/google/poppy/variants/soraka/devicetree.cb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/mainboard/google/poppy/variants/soraka/devicetree.cb b/src/mainboard/google/poppy/variants/soraka/devicetree.cb index 5cb0f7da13..2d1a509218 100644 --- a/src/mainboard/google/poppy/variants/soraka/devicetree.cb +++ b/src/mainboard/google/poppy/variants/soraka/devicetree.cb @@ -227,7 +227,6 @@ chip soc/intel/skylake register "sdcard_cd_gpio" = "GPP_E15" 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 @@ -274,13 +273,7 @@ chip soc/intel/skylake end end device ref i2c2 on end - device ref i2c3 off end 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 on chip drivers/i2c/max98927 @@ -323,23 +316,8 @@ 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 off end - device ref gspi1 off end device ref emmc on end - device ref sdio off end device ref sdxc on end device ref lpc_espi on # EC host command ranges are in 0x800-0x8ff & 0x200-0x20f @@ -352,11 +330,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 |