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/IntelFanConnector.template b/overlay_templates/IntelFanConnector.template
index 4343831..a835f69 100644
--- a/overlay_templates/IntelFanConnector.template
+++ b/overlay_templates/IntelFanConnector.template
@@ -1,17 +1,17 @@
/dts-v1/;
/plugin/;
/ {
- compatible = "$platform";
+ compatible = "$Platform";
fragment@0{
target = <&pwm_tacho>;
__overlay__{
#address-cells = <1>;
#size-cells = <0>;
status = "okay";
- oemname$pwm = "$Name";
- fan@$pwm {
- reg = <$pwm>;
- aspeed,fan-tach-ch = /bits/ 8 <$tachs>;
+ oemname$Pwm = "$Name";
+ fan@$Pwm {
+ reg = <$Pwm>;
+ aspeed,fan-tach-ch = /bits/ 8 <$Tachs>;
};
};