Skip to content

Commit

Permalink
tf101-dts: configure dock
Browse files Browse the repository at this point in the history
  • Loading branch information
clamor-s authored and digetx committed Jul 13, 2021
1 parent f4ef35e commit 279721c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions arch/arm/boot/dts/tegra20-asus-tf101.dts
Original file line number Diff line number Diff line change
Expand Up @@ -589,9 +589,7 @@
request-gpio = <&gpio TEGRA_GPIO(S, 3) GPIO_ACTIVE_LOW>;
asus,dockram = <&dockram_dec>;

dock_battery: battery {
charge-full-design = <2260>; /* mAh */
};
monitored-battery = <&dock_battery>;
};

dockram_dec: dockram@1b {
Expand Down Expand Up @@ -889,6 +887,13 @@
};
};

dock_battery: dock-battery {
compatible = "simple-battery";
charge-full-design-microamp-hours = <3300000>;
energy-full-design-microwatt-hours = <24000000>;
operating-range-celsius = <0 45>;
};

gpio-keys {
compatible = "gpio-keys";

Expand Down

0 comments on commit 279721c

Please sign in to comment.