meta: ventura: add asset information for cables

Add the asset information for cables so they can be discovered by
mfg-tool.

Change-Id: Iba73ddd13993aa9d3881422fce4de6889bd9f669
Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
diff --git a/configurations/meta/ventura_cable.json b/configurations/meta/ventura_cable.json
index 45fb7f3..ce05249 100644
--- a/configurations/meta/ventura_cable.json
+++ b/configurations/meta/ventura_cable.json
@@ -3,6 +3,13 @@
     "Name": "$Name",
     "Probe": "xyz.openbmc_project.Inventory.Source.DevicePresence({'Name': 'LeakPort*'})",
     "Type": "Cable",
+    "xyz.openbmc_project.Inventory.Decorator.Asset": {
+        "Manufacturer": "Unknown",
+        "Model": "Unknown",
+        "PartNumber": "Unknown",
+        "SerialNumber": "Unknown",
+        "SparePartNumber": "Unknown"
+    },
     "xyz.openbmc_project.Inventory.Decorator.Cable": {
         "Length": 0,
         "Type": "Copper"