mirror of
https://github.com/torvalds/linux.git
synced 2026-08-31 04:50:02 +02:00
arm64: tegra: Remove undocumented battery-name property
battery-name is not a documented property, so drop it to avoid validation failures. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
574d9cff7e
commit
1765f53dda
|
|
@ -781,7 +781,6 @@ TEGRA_GPIO(J, 0)
|
|||
battery: smart-battery {
|
||||
compatible = "sbs,sbs-battery";
|
||||
reg = <0xb>;
|
||||
battery-name = "battery";
|
||||
sbs,i2c-retry-count = <2>;
|
||||
sbs,poll-retry-count = <10>;
|
||||
/* power-supplies = <&charger>; */
|
||||
|
|
|
|||
|
|
@ -1330,7 +1330,6 @@ ec_i2c_0: i2c-tunnel {
|
|||
battery: bq27742@55 {
|
||||
compatible = "ti,bq27742";
|
||||
reg = <0x55>;
|
||||
battery-name = "battery";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user