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/overlay_templates/IntelFruDevice.template b/overlay_templates/IntelFruDevice.template
index 33cba50..34a97e3 100644
--- a/overlay_templates/IntelFruDevice.template
+++ b/overlay_templates/IntelFruDevice.template
@@ -1,16 +1,16 @@
/dts-v1/;
/plugin/;
/ {
- compatible = "$platform";
+ compatible = "$Platform";
fragment@0{
- target = <&i2c$bus>;
+ target = <&i2c$Bus>;
__overlay__{
#address-cells = <1>;
#size-cells = <0>;
status = "okay";
- $Name: eeprom@$address {
+ $Name: eeprom@$Address {
compatible = "atmel,24c02";
- reg = <0x$address>;
+ reg = <0x$Address>;
oemname1 = "$Name";
pagesize = <64>;
};