diff mbox series

ARM: dts: exynos: drop incorrect power-supplies in P4 Note

Message ID 20230120071151.116272-1-krzysztof.kozlowski@linaro.org (mailing list archive)
State Accepted
Headers show
Series ARM: dts: exynos: drop incorrect power-supplies in P4 Note | expand

Commit Message

Krzysztof Kozlowski Jan. 20, 2023, 7:11 a.m. UTC
simple-battery does not have supplies, but it is referenced by charger
instead:

  exynos4412-p4note-n8010.dtb: battery-cell: 'power-supplies' does not match any of the regexes: '^ocv-capacity-table-[0-9]+$', 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/exynos4412-p4note.dtsi | 2 --
 1 file changed, 2 deletions(-)

Comments

Krzysztof Kozlowski Jan. 23, 2023, 10:01 a.m. UTC | #1
On Fri, 20 Jan 2023 08:11:51 +0100, Krzysztof Kozlowski wrote:
> simple-battery does not have supplies, but it is referenced by charger
> instead:
> 
>   exynos4412-p4note-n8010.dtb: battery-cell: 'power-supplies' does not match any of the regexes: '^ocv-capacity-table-[0-9]+$', 'pinctrl-[0-9]+'
> 
> 

Applied, thanks!

[1/1] ARM: dts: exynos: drop incorrect power-supplies in P4 Note
      https://git.kernel.org/krzk/linux/c/4069be845bbff7b4761aa513c30d6400e5f63846

Best regards,
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/exynos4412-p4note.dtsi b/arch/arm/boot/dts/exynos4412-p4note.dtsi
index 7a515b87bc7c..e41cf3ed362d 100644
--- a/arch/arm/boot/dts/exynos4412-p4note.dtsi
+++ b/arch/arm/boot/dts/exynos4412-p4note.dtsi
@@ -132,8 +132,6 @@  battery_cell: battery-cell {
 		precharge-current-microamp = <250000>;
 		charge-term-current-microamp = <250000>;
 		constant-charge-voltage-max-microvolt = <4200000>;
-
-		power-supplies = <&power_supply>;
 	};
 
 	i2c-gpio-1 {