Rename all properties to UpperCamelCase
Upstream dbus standard is UpperCamelCase, start matching and
check in json schema to start failing builds that don't match.
Change-Id: I2d2c6fec5a5a0b07c88c843257fa7c88d420c4e5
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/8X25 HSBP.json b/configurations/8X25 HSBP.json
index ca7574f..c21a8be 100644
--- a/configurations/8X25 HSBP.json
+++ b/configurations/8X25 HSBP.json
@@ -1,7 +1,7 @@
{
- "exposes": [
+ "Exposes": [
{
- "address": "0xEB",
+ "Address": "0xEB",
"Name": "HSBP $index Drive Mux",
"Type": "GenericSMBusMux"
},
@@ -15,5 +15,5 @@
}
],
"Name": "1U_HSBP",
- "probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME':'F1U8X25S3PHSBP'})"
+ "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME':'F1U8X25S3PHSBP'})"
}
\ No newline at end of file