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.
26 lines
985 B
Diff
26 lines
985 B
Diff
author John Stultz <john.stultz@linaro.org> 2017-01-03 22:40:13 -0800
|
|
committer John Stultz <john.stultz@linaro.org> 2017-05-12 14:09:26 -0700
|
|
commit 7c27abcb9687786bc4a05885c308cc0a22b909ba (patch)
|
|
tree 175188552e1f1d7874c3b08e826f2591164d4728
|
|
parent 5e3530082e5adf009a867364b76f9db013e49dc9 (diff)
|
|
download flo-7c27abcb9687786bc4a05885c308cc0a22b909ba.tar.gz
|
|
HACK: add mac address
|
|
Re-add mac address bits
|
|
|
|
Signed-off-by: John Stultz <john.stultz@linaro.org>
|
|
Diffstat
|
|
-rw-r--r-- arch/arm/boot/dts/qcom-apq8064.dtsi 1
|
|
|
|
1 files changed, 1 insertions, 0 deletions
|
|
diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi
|
|
index f3db185..0fae486 100644
|
|
--- a/arch/arm/boot/dts/qcom-apq8064.dtsi
|
|
+++ b/arch/arm/boot/dts/qcom-apq8064.dtsi
|
|
@@ -1528,6 +1528,7 @@
|
|
|
|
qcom,smem-states = <&apps_smsm 10>, <&apps_smsm 9>;
|
|
qcom,smem-state-names = "tx-enable", "tx-rings-empty";
|
|
+ local-mac-address = [ 18 00 2d 88 9c a9 ];
|
|
};
|
|
};
|
|
};
|