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:
parent
590cd5cb72
commit
b62757210a
2 changed files with 0 additions and 3 deletions
|
@ -9,7 +9,6 @@
|
|||
smartbattery: sbs_gauge@b {
|
||||
compatible = "sbs,sbs-gauge";
|
||||
reg = <0x0B>;
|
||||
label = "sbs-gauge";
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue