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/SkylakeCPU.template b/overlay_templates/SkylakeCPU.template
index 34b10dd..882a144 100644
--- a/overlay_templates/SkylakeCPU.template
+++ b/overlay_templates/SkylakeCPU.template
@@ -1,17 +1,17 @@
/dts-v1/;
/plugin/;
/ {
- compatible = "$platform";
+ compatible = "$Platform";
fragment@0{
target = <&peci0>;
__overlay__{
#address-cells = <1>;
#size-cells = <0>;
- Skylake_CPU_$cpu_id: peci-client@$address {
+ Skylake_CPU_$CpuID: peci-client@$Address {
compatible = "intel,peci-client";
oemname1 = "$Name";
- reg = <0x$address>;
+ reg = <0x$Address>;
status = "okay";
};
};