mb, soc/intel: Reorganize CNVi device entries in devicetree
commitedac4ef6d4c25414bc0e6200875d57fff9e3346e
authorFurquan Shaikh <furquan@google.com>
Fri, 9 Oct 2020 15:50:14 +0000 (9 08:50 -0700)
committerPatrick Georgi <pgeorgi@google.com>
Mon, 2 Nov 2020 06:15:06 +0000 (2 06:15 +0000)
tree2c2477267280bc7e0d90331c57b5dea484a14c1d
parent23e88135bb86361cbd4c260a1a38bb7fda2b2338
mb, soc/intel: Reorganize CNVi device entries in devicetree

This change reorganizes the CNVi device entries in mainboard
devicetree/overridetree and SoC chipset tree to make it consistent
with how other SoC internal PCI devices are represented i.e. without a
chip driver around the SoC controller itself.

Before:
chip drivers/wifi/generic
register "wake" = "..."
device pci xx.y on end
end

After:
device pci xx.y on
chip drivers/wifi/generic
register "wake" = "..."
device generic 0 on end
end
end

Change-Id: I22660047a3afd5994400341de0ca461bbc0634e2
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46865
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
24 files changed:
src/mainboard/clevo/cml-u/variants/l140cu/devicetree.cb
src/mainboard/google/dedede/variants/baseboard/devicetree.cb
src/mainboard/google/deltaur/variants/baseboard/devicetree.cb
src/mainboard/google/drallion/variants/drallion/devicetree.cb
src/mainboard/google/hatch/variants/baseboard/devicetree.cb
src/mainboard/google/octopus/variants/baseboard/devicetree.cb
src/mainboard/google/sarien/variants/arcada/devicetree.cb
src/mainboard/google/sarien/variants/sarien/devicetree.cb
src/mainboard/google/volteer/variants/baseboard/devicetree.cb
src/mainboard/intel/adlrvp/variants/adlrvp_p/devicetree.cb
src/mainboard/intel/cannonlake_rvp/variants/cnl_u/devicetree.cb
src/mainboard/intel/cannonlake_rvp/variants/cnl_y/devicetree.cb
src/mainboard/intel/coffeelake_rvp/variants/cfl_s/overridetree.cb
src/mainboard/intel/coffeelake_rvp/variants/cfl_u/overridetree.cb
src/mainboard/intel/coffeelake_rvp/variants/cml_u/overridetree.cb
src/mainboard/intel/coffeelake_rvp/variants/whl_u/overridetree.cb
src/mainboard/intel/icelake_rvp/variants/icl_u/devicetree.cb
src/mainboard/intel/icelake_rvp/variants/icl_y/devicetree.cb
src/mainboard/intel/jasperlake_rvp/variants/jslrvp/devicetree.cb
src/mainboard/intel/tglrvp/variants/tglrvp_up3/devicetree.cb
src/mainboard/intel/tglrvp/variants/tglrvp_up4/devicetree.cb
src/mainboard/prodrive/hermes/variants/baseboard/overridetree.cb
src/mainboard/system76/lemp9/devicetree.cb
src/soc/intel/tigerlake/chipset.cb