kernel: bump 4.14 to 4.14.48 for 18.06
[openwrt/openwrt.git] / target / linux / ipq806x / patches-4.14 / 850-soc-add-qualcomm-syscon.patch
index c6a9176835b8ecc0fd64296474de5783fc07275a..59e277c34938fe860b1d95ad1bcb9875944b71fb 100644 (file)
@@ -10,9 +10,9 @@ Subject: SoC: add qualcomm syscon
 --- a/drivers/soc/qcom/Kconfig
 +++ b/drivers/soc/qcom/Kconfig
 @@ -78,6 +78,13 @@ config QCOM_SMSM
-         Say yes here to support the Qualcomm Shared Memory State Machine.
-         The state machine is represented by bits in shared memory.
-
+         Say yes here to support the Qualcomm Shared Memory State Machine.
+         The state machine is represented by bits in shared memory.
 +config QCOM_TCSR
 +      tristate "QCOM Top Control and Status Registers"
 +      depends on ARCH_QCOM
@@ -21,8 +21,8 @@ Subject: SoC: add qualcomm syscon
 +        functions for various peripherals.
 +
  config QCOM_WCNSS_CTRL
-       tristate "Qualcomm WCNSS control driver"
-       depends on ARCH_QCOM
+       tristate "Qualcomm WCNSS control driver"
+       depends on ARCH_QCOM
 --- /dev/null
 +++ b/drivers/soc/qcom/qcom_tcsr.c
 @@ -0,0 +1,98 @@