1a09684c76
* Rebase on 4.11.12 kernel upstream I took the relevant patches from https://git.linaro.org/people/john.stultz/flo.git/log/?h=flo-v4.11 and compiled with upstream kernel.org 4.11.12 kernel. 4.12rc1 and later have not fixed yet problems with freedreno gpu hanging. So we now have an upstream source for the kernel and John Stultz patches separately. Set this to y as it does not seem to have problems in Alpine - CONFIG_HW_RANDOM_MSM=y Enable USB OTG in kernel. I still need to find out how to enable it in Alpine. * Use pkgver instead of hash and other changes * Add dependencies for X11 and osk Added pointercal. Added dependencies so Xfce would work out of the box. Made changes in 90-android-touch-dev.rules as they are needed for proper X11 touchscreen calibration.
43 lines
1.4 KiB
Diff
43 lines
1.4 KiB
Diff
author Vinay Simha BN <simhavcs@gmail.com> 2016-10-17 13:45:44 -0700
|
|
committer John Stultz <john.stultz@linaro.org> 2017-05-12 14:09:23 -0700
|
|
commit 7c0667f5e450796a1494e05b419aad1a264ee09f (patch)
|
|
tree bdae632852a7e70bc14bcb75deffa037b31ac95b
|
|
parent 25001b47cca9a155f261d5b8c9acea6150213ca9 (diff)
|
|
download flo-7c0667f5e450796a1494e05b419aad1a264ee09f.tar.gz
|
|
arm: dts: qcom: apq8064-nexus7: Add smb345 charger node
|
|
Add smb345 charger node to nexus7 dts.
|
|
|
|
Signed-off-by: Vinay Simha BN <simhavcs@gmail.com>
|
|
[jstultz: split out from larger patch from Vinay]
|
|
Signed-off-by: John Stultz <john.stultz@linaro.org>
|
|
Diffstat
|
|
-rw-r--r-- arch/arm/boot/dts/qcom-apq8064-asus-nexus7-flo.dts 17
|
|
|
|
1 files changed, 17 insertions, 0 deletions
|
|
diff --git a/arch/arm/boot/dts/qcom-apq8064-asus-nexus7-flo.dts b/arch/arm/boot/dts/qcom-apq8064-asus-nexus7-flo.dts
|
|
index 3cae48f..03a4b33 100644
|
|
--- a/arch/arm/boot/dts/qcom-apq8064-asus-nexus7-flo.dts
|
|
+++ b/arch/arm/boot/dts/qcom-apq8064-asus-nexus7-flo.dts
|
|
@@ -329,6 +329,23 @@
|
|
reg = <0x55>;
|
|
};
|
|
|
|
+ smb345@6a {
|
|
+ compatible = "summit,smb345";
|
|
+ reg = <0x6a>;
|
|
+ status = "okay";
|
|
+ interrupt-parent = <&tlmm_pinmux>;
|
|
+ interrupts = <23 IRQ_TYPE_EDGE_BOTH>;
|
|
+
|
|
+ max-chg-curr = <1800000>;
|
|
+ usb-curr-limit = <450000>;
|
|
+
|
|
+ chip-temp-thershold = <110>;
|
|
+
|
|
+ enable-usb-charging;
|
|
+ enable-otg-charging;
|
|
+
|
|
+ enable-chg-ctrl = <0>; /* SW (i2c interface) */
|
|
+ };
|
|
};
|
|
};
|