Change Type and Name to Upper Case
This is the first round of updating properties. The standard
is camel case so slowly transition that way.
Change-Id: I29824116d621f1b0c394cd5663bbd340d319cc16
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/overlay_templates/TMP421.template b/overlay_templates/TMP421.template
index 3d32d71..70b2ab4 100644
--- a/overlay_templates/TMP421.template
+++ b/overlay_templates/TMP421.template
@@ -8,11 +8,11 @@
#address-cells = <1>;
#size-cells = <0>;
status = "okay";
- tmp421@$name$name1 {
+ tmp421@$Name$Name1 {
compatible = "ti,tmp421";
reg = <$address>;
- oemname1 = "$name";
- oemname2 = "$name1";
+ oemname1 = "$Name";
+ oemname2 = "$Name1";
scale = "-3";
};
};