tests: sensor: sbs_gauge: Remove label property

The label property isn't needed so remove it.

Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
Kumar Gala 2022-08-17 09:04:05 -05:00 committed by Marti Bolivar
commit b62757210a
2 changed files with 0 additions and 3 deletions

View file

@ -9,7 +9,6 @@
smartbattery: sbs_gauge@b {
compatible = "sbs,sbs-gauge";
reg = <0x0B>;
label = "sbs-gauge";
status = "okay";
};
};

View file

@ -15,7 +15,6 @@
#address-cells = <1>;
#size-cells = <0>;
reg = <0x100 4>;
label = "FAKE_I2C_BUS";
};
};
@ -25,7 +24,6 @@
smartbattery0: smartbattery@b {
compatible = "sbs,sbs-gauge";
reg = <0x0B>;
label = "SMARTBATTERY";
status = "okay";
};
};