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/rammus | |
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/rammus')
-rw-r--r-- | src/mainboard/google/poppy/variants/rammus/devicetree.cb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src/mainboard/google/poppy/variants/rammus/devicetree.cb b/src/mainboard/google/poppy/variants/rammus/devicetree.cb index 8c8eb7f046..3743385eec 100644 --- a/src/mainboard/google/poppy/variants/rammus/devicetree.cb +++ b/src/mainboard/google/poppy/variants/rammus/devicetree.cb @@ -198,10 +198,8 @@ 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 off end device ref south_xhci on register "usb2_ports" = "{ [0] = USB2_PORT_SHORT(OC0), // Type-C Port 1 @@ -250,9 +248,7 @@ chip soc/intel/skylake end end end - device ref south_xdci off end device ref thermal on end - device ref cio off end device ref i2c0 on chip drivers/i2c/hid register "generic.hid" = ""PNP0C50"" @@ -278,14 +274,7 @@ chip soc/intel/skylake device i2c 15 on end end end - device ref i2c2 off 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 @@ -324,7 +313,6 @@ chip soc/intel/skylake device i2c 1A on end end end - device ref i2c4 off end device ref pcie_rp1 on register "PcieRpEnable[0]" = "1" register "PcieRpClkReqSupport[0]" = "1" @@ -337,19 +325,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" @@ -358,9 +334,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 on end device ref lpc_espi on # EC host command ranges are in 0x800-0x8ff & 0x200-0x20f @@ -373,11 +347,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 |