ARM: tegra: nexus7: Add SMB347 battery charger
authorDavid Heidelberg <david@ixit.cz>
Thu, 13 Aug 2020 21:34:09 +0000 (00:34 +0300)
committerThierry Reding <treding@nvidia.com>
Thu, 17 Sep 2020 16:09:40 +0000 (18:09 +0200)
SMB347 is a battery charger controller which is found on the Nexus 7
device.

Signed-off-by: David Heidelberg <david@ixit.cz>
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra30-asus-nexus7-grouper-common.dtsi

index a84b8e3..88ca03f 100644 (file)
@@ -2,6 +2,7 @@
 
 #include <dt-bindings/input/gpio-keys.h>
 #include <dt-bindings/input/input.h>
+#include <dt-bindings/power/summit,smb347-charger.h>
 #include <dt-bindings/thermal/thermal.h>
 
 #include "tegra30.dtsi"
                        #thermal-sensor-cells = <1>;
                };
 
-               battery@55 {
+               fuel-gauge@55 {
                        compatible = "ti,bq27541";
                        reg = <0x55>;
+                       power-supplies = <&power_supply>;
+                       monitored-battery = <&battery_cell>;
+               };
+
+               power_supply: charger@6a {
+                       compatible = "summit,smb347";
+                       reg = <0x6a>;
+
+                       interrupt-parent = <&gpio>;
+                       interrupts = <TEGRA_GPIO(V, 1) IRQ_TYPE_EDGE_BOTH>;
+
+                       summit,enable-charge-control = <SMB3XX_CHG_ENABLE_PIN_ACTIVE_LOW>;
+                       summit,enable-usb-charging;
+
+                       monitored-battery = <&battery_cell>;
                };
        };
 
                default-brightness-level = <15>;
        };
 
+       battery_cell: battery-cell {
+               compatible = "simple-battery";
+               constant-charge-current-max-microamp = <1800000>;
+               operating-range-celsius = <0 45>;
+       };
+
        /* PMIC has a built-in 32KHz oscillator which is used by PMC */
        clk32k_in: clock@0 {
                compatible = "fixed-clock";