Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e580c09 authored by Rohit Sekhar's avatar Rohit Sekhar
Browse files

Merge branch '920devices-t-FP4_TP25' into 'v1-t'

[TP25] Merge branch 'lineage-20' of github.com:LineageOS/android_kernel_qcom_sm8250 into v1-t

See merge request !21
parents badb3b51 24a96cef
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
VERSION = 4
PATCHLEVEL = 19
SUBLEVEL = 300
SUBLEVEL = 304
EXTRAVERSION =
NAME = "People's Front"

@@ -702,6 +702,10 @@ else
KBUILD_CFLAGS   += -O2
endif

ifdef CONFIG_CC_WERROR
KBUILD_CFLAGS  += -Werror
endif

# Tell gcc to never replace conditional load with a non-conditional one
KBUILD_CFLAGS	+= $(call cc-option,--param=allow-store-data-races=0)
KBUILD_CFLAGS	+= $(call cc-option,-fno-allow-store-data-races)
+1 −1
Original line number Diff line number Diff line
@@ -565,7 +565,7 @@
				status = "disabled";
			};

			gpt: gpt@2098000 {
			gpt: timer@2098000 {
				compatible = "fsl,imx6q-gpt", "fsl,imx31-gpt";
				reg = <0x02098000 0x4000>;
				interrupts = <0 55 IRQ_TYPE_LEVEL_HIGH>;
+1 −1
Original line number Diff line number Diff line
@@ -374,7 +374,7 @@
				clock-names = "ipg", "per";
			};

			gpt: gpt@2098000 {
			gpt: timer@2098000 {
				compatible = "fsl,imx6sl-gpt";
				reg = <0x02098000 0x4000>;
				interrupts = <0 55 IRQ_TYPE_LEVEL_HIGH>;
+1 −1
Original line number Diff line number Diff line
@@ -468,7 +468,7 @@
				status = "disabled";
			};

			gpt: gpt@2098000 {
			gpt: timer@2098000 {
				compatible = "fsl,imx6sx-gpt", "fsl,imx6dl-gpt";
				reg = <0x02098000 0x4000>;
				interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
+2 −2
Original line number Diff line number Diff line
@@ -423,7 +423,7 @@
				status = "disabled";
			};

			gpt1: gpt@2098000 {
			gpt1: timer@2098000 {
				compatible = "fsl,imx6ul-gpt", "fsl,imx6sx-gpt";
				reg = <0x02098000 0x4000>;
				interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
@@ -696,7 +696,7 @@
				reg = <0x020e4000 0x4000>;
			};

			gpt2: gpt@20e8000 {
			gpt2: timer@20e8000 {
				compatible = "fsl,imx6ul-gpt", "fsl,imx6sx-gpt";
				reg = <0x020e8000 0x4000>;
				interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
Loading