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/PCA9543Mux.template b/overlay_templates/PCA9543Mux.template
index d85a6c3..bb4b9ea 100644
--- a/overlay_templates/PCA9543Mux.template
+++ b/overlay_templates/PCA9543Mux.template
@@ -1,14 +1,14 @@
/dts-v1/;
/plugin/;
/ {
- compatible = "$platform";
+ compatible = "$Platform";
fragment@0{
- target = <&i2c$bus>;
+ target = <&i2c$Bus>;
__overlay__{
status = "okay";
- $Name: smbus_mux@$address {
+ $Name: smbus_mux@$Address {
compatible = "nxp,pca9543";
- reg = <0x$address>;
+ reg = <0x$Address>;
#address-cells = <1>;
#size-cells = <0>;
oemname1 = "$Name";