From 1f432f1830f6bd9446cd92befaa76c404c48e8a2 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Fri, 24 Jan 2025 16:38:42 +0000 Subject: [PATCH] mb/starlabs/*: Drop PNP definition for 4e.00 There are no resources to allocate for LDN 0, so drop it to eliminate a spurious cbmem log error (PNP 4e.00: missing read resources). Change-Id: I6d9c3982b128e1480bc0948e19825465274dd769 Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/86147 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/mainboard/starlabs/byte_adl/variants/mk_ii/devicetree.cb | 1 - src/mainboard/starlabs/lite/variants/glk/devicetree.cb | 1 - src/mainboard/starlabs/lite/variants/glkr/devicetree.cb | 1 - src/mainboard/starlabs/starbook/variants/adl/devicetree.cb | 1 - src/mainboard/starlabs/starbook/variants/adl_n/devicetree.cb | 1 - src/mainboard/starlabs/starbook/variants/cml/devicetree.cb | 1 - src/mainboard/starlabs/starbook/variants/kbl/devicetree.cb | 1 - src/mainboard/starlabs/starbook/variants/mtl/devicetree.cb | 1 - src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb | 1 - src/mainboard/starlabs/starbook/variants/tgl/devicetree.cb | 1 - src/mainboard/starlabs/starfighter/variants/rpl/devicetree.cb | 1 - src/mainboard/starlabs/starlite_adl/variants/mk_v/devicetree.cb | 1 - 12 files changed, 12 deletions(-) diff --git a/src/mainboard/starlabs/byte_adl/variants/mk_ii/devicetree.cb b/src/mainboard/starlabs/byte_adl/variants/mk_ii/devicetree.cb index 3443726ccd..50ea3ba837 100644 --- a/src/mainboard/starlabs/byte_adl/variants/mk_ii/devicetree.cb +++ b/src/mainboard/starlabs/byte_adl/variants/mk_ii/devicetree.cb @@ -205,7 +205,6 @@ chip soc/intel/alderlake chip ec/starlabs/merlin # Port pair 4Eh/4Fh - device pnp 4e.00 on end # IO Interface device pnp 4e.01 off end # Com 1 device pnp 4e.02 off end # Com 2 device pnp 4e.04 off end # System Wake-Up diff --git a/src/mainboard/starlabs/lite/variants/glk/devicetree.cb b/src/mainboard/starlabs/lite/variants/glk/devicetree.cb index 629668e3be..46aedd17b1 100644 --- a/src/mainboard/starlabs/lite/variants/glk/devicetree.cb +++ b/src/mainboard/starlabs/lite/variants/glk/devicetree.cb @@ -107,7 +107,6 @@ chip soc/intel/apollolake chip ec/starlabs/merlin # Port pair 4Eh/4Fh - device pnp 4e.00 on end # IO Interface device pnp 4e.01 off end # Com 1 device pnp 4e.02 off end # Com 2 device pnp 4e.04 off end # System Wake-Up diff --git a/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb b/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb index 549c022216..c906dbbc83 100644 --- a/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb +++ b/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb @@ -107,7 +107,6 @@ chip soc/intel/apollolake chip ec/starlabs/merlin # Port pair 4Eh/4Fh - device pnp 4e.00 on end # IO Interface device pnp 4e.04 off end # System Wake-Up device pnp 4e.05 off end # Mouse device pnp 4e.06 on # Keyboard diff --git a/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb b/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb index 8e1b49883b..9c1934806e 100644 --- a/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb @@ -210,7 +210,6 @@ chip soc/intel/alderlake chip ec/starlabs/merlin # Port pair 4Eh/4Fh - device pnp 4e.00 on end # IO Interface device pnp 4e.01 off end # Com 1 device pnp 4e.02 off end # Com 2 device pnp 4e.04 off end # System Wake-Up diff --git a/src/mainboard/starlabs/starbook/variants/adl_n/devicetree.cb b/src/mainboard/starlabs/starbook/variants/adl_n/devicetree.cb index 2bfe475b0e..8342993cb1 100644 --- a/src/mainboard/starlabs/starbook/variants/adl_n/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/adl_n/devicetree.cb @@ -217,7 +217,6 @@ chip soc/intel/alderlake chip ec/starlabs/merlin # Port pair 4Eh/4Fh - device pnp 4e.00 on end # IO Interface device pnp 4e.01 off end # Com 1 device pnp 4e.02 off end # Com 2 device pnp 4e.04 off end # System Wake-Up diff --git a/src/mainboard/starlabs/starbook/variants/cml/devicetree.cb b/src/mainboard/starlabs/starbook/variants/cml/devicetree.cb index 9593054e42..efabe95c2c 100644 --- a/src/mainboard/starlabs/starbook/variants/cml/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/cml/devicetree.cb @@ -172,7 +172,6 @@ chip soc/intel/cannonlake chip ec/starlabs/merlin # Port pair 4Eh/4Fh - device pnp 4e.00 on end # IO Interface device pnp 4e.01 off end # Com 1 device pnp 4e.02 off end # Com 2 device pnp 4e.04 off end # System Wake-Up diff --git a/src/mainboard/starlabs/starbook/variants/kbl/devicetree.cb b/src/mainboard/starlabs/starbook/variants/kbl/devicetree.cb index f50e35d956..a9e85ce195 100644 --- a/src/mainboard/starlabs/starbook/variants/kbl/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/kbl/devicetree.cb @@ -112,7 +112,6 @@ chip soc/intel/skylake chip ec/starlabs/merlin # Port pair 4Eh/4Fh - device pnp 4e.00 on end # IO Interface device pnp 4e.01 off end # Com 1 device pnp 4e.02 off end # Com 2 device pnp 4e.04 off end # System Wake-Up diff --git a/src/mainboard/starlabs/starbook/variants/mtl/devicetree.cb b/src/mainboard/starlabs/starbook/variants/mtl/devicetree.cb index fa56ef8e66..c02b64213c 100644 --- a/src/mainboard/starlabs/starbook/variants/mtl/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/mtl/devicetree.cb @@ -214,7 +214,6 @@ chip soc/intel/meteorlake chip ec/starlabs/merlin # Port pair 4Eh/4Fh - device pnp 4e.00 on end # IO Interface device pnp 4e.01 off end # Com 1 device pnp 4e.02 off end # Com 2 device pnp 4e.04 off end # System Wake-Up diff --git a/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb b/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb index 613854fdd1..cc31831928 100644 --- a/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb @@ -221,7 +221,6 @@ chip soc/intel/alderlake chip ec/starlabs/merlin # Port pair 4Eh/4Fh - device pnp 4e.00 on end # IO Interface device pnp 4e.01 off end # Com 1 device pnp 4e.02 off end # Com 2 device pnp 4e.04 off end # System Wake-Up diff --git a/src/mainboard/starlabs/starbook/variants/tgl/devicetree.cb b/src/mainboard/starlabs/starbook/variants/tgl/devicetree.cb index 7acd36a793..938a18ff94 100644 --- a/src/mainboard/starlabs/starbook/variants/tgl/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/tgl/devicetree.cb @@ -224,7 +224,6 @@ chip soc/intel/tigerlake chip ec/starlabs/merlin # Port pair 4Eh/4Fh - device pnp 4e.00 on end # IO Interface device pnp 4e.01 off end # Com 1 device pnp 4e.02 off end # Com 2 device pnp 4e.04 off end # System Wake-Up diff --git a/src/mainboard/starlabs/starfighter/variants/rpl/devicetree.cb b/src/mainboard/starlabs/starfighter/variants/rpl/devicetree.cb index 69d4022dc5..5dfba49b06 100644 --- a/src/mainboard/starlabs/starfighter/variants/rpl/devicetree.cb +++ b/src/mainboard/starlabs/starfighter/variants/rpl/devicetree.cb @@ -253,7 +253,6 @@ chip soc/intel/alderlake chip ec/starlabs/merlin # Port pair 4Eh/4Fh - device pnp 4e.00 on end # IO Interface device pnp 4e.01 off end # Com 1 device pnp 4e.02 off end # Com 2 device pnp 4e.04 off end # System Wake-Up diff --git a/src/mainboard/starlabs/starlite_adl/variants/mk_v/devicetree.cb b/src/mainboard/starlabs/starlite_adl/variants/mk_v/devicetree.cb index cca605909f..3174a81c57 100644 --- a/src/mainboard/starlabs/starlite_adl/variants/mk_v/devicetree.cb +++ b/src/mainboard/starlabs/starlite_adl/variants/mk_v/devicetree.cb @@ -182,7 +182,6 @@ chip soc/intel/alderlake chip ec/starlabs/merlin # Port pair 4Eh/4Fh - device pnp 4e.00 on end # IO Interface device pnp 4e.01 off end # Com 1 device pnp 4e.02 off end # Com 2 device pnp 4e.04 off end # System Wake-Up