Commit 1765f53d authored by Thierry Reding's avatar Thierry Reding

arm64: tegra: Remove undocumented battery-name property

battery-name is not a documented property, so drop it to avoid
validation failures.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 574d9cff
...@@ -781,7 +781,6 @@ TEGRA_GPIO(J, 0) ...@@ -781,7 +781,6 @@ TEGRA_GPIO(J, 0)
battery: smart-battery { battery: smart-battery {
compatible = "sbs,sbs-battery"; compatible = "sbs,sbs-battery";
reg = <0xb>; reg = <0xb>;
battery-name = "battery";
sbs,i2c-retry-count = <2>; sbs,i2c-retry-count = <2>;
sbs,poll-retry-count = <10>; sbs,poll-retry-count = <10>;
/* power-supplies = <&charger>; */ /* power-supplies = <&charger>; */
......
...@@ -1330,7 +1330,6 @@ ec_i2c_0: i2c-tunnel { ...@@ -1330,7 +1330,6 @@ ec_i2c_0: i2c-tunnel {
battery: bq27742@55 { battery: bq27742@55 {
compatible = "ti,bq27742"; compatible = "ti,bq27742";
reg = <0x55>; reg = <0x55>;
battery-name = "battery";
}; };
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment