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)
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";
};
};
};
......
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