Loading arch/arm64/boot/dts/qcom/lito.dtsi +7 −0 Original line number Original line Diff line number Diff line Loading @@ -1296,6 +1296,13 @@ mbox-desc-offset = <0x0>; mbox-desc-offset = <0x0>; #mbox-cells = <1>; #mbox-cells = <1>; }; }; aop-msg-client { compatible = "qcom,debugfs-qmp-client"; mboxes = <&qmp_aop 0>; mbox-names = "aop"; }; }; }; #include "lito-pinctrl.dtsi" #include "lito-pinctrl.dtsi" Loading arch/arm64/configs/vendor/lito_defconfig +2 −0 Original line number Original line Diff line number Diff line Loading @@ -355,6 +355,7 @@ CONFIG_SM_GCC_LITO=y CONFIG_HWSPINLOCK=y CONFIG_HWSPINLOCK=y CONFIG_HWSPINLOCK_QCOM=y CONFIG_HWSPINLOCK_QCOM=y CONFIG_MAILBOX=y CONFIG_MAILBOX=y CONFIG_MSM_QMP=y CONFIG_IOMMU_IO_PGTABLE_FAST=y CONFIG_IOMMU_IO_PGTABLE_FAST=y CONFIG_ARM_SMMU=y CONFIG_ARM_SMMU=y CONFIG_QCOM_LAZY_MAPPING=y CONFIG_QCOM_LAZY_MAPPING=y Loading Loading @@ -395,6 +396,7 @@ CONFIG_QCOM_GLINK_PKT=y CONFIG_MSM_EVENT_TIMER=y CONFIG_MSM_EVENT_TIMER=y CONFIG_MSM_PM=y CONFIG_MSM_PM=y CONFIG_QTI_RPM_STATS_LOG=y CONFIG_QTI_RPM_STATS_LOG=y CONFIG_QMP_DEBUGFS_CLIENT=y CONFIG_DEVFREQ_GOV_PASSIVE=y CONFIG_DEVFREQ_GOV_PASSIVE=y CONFIG_ARM_QCOM_DEVFREQ_FW=y CONFIG_ARM_QCOM_DEVFREQ_FW=y CONFIG_IIO=y CONFIG_IIO=y Loading drivers/soc/qcom/Kconfig +1 −3 Original line number Original line Diff line number Diff line Loading @@ -675,17 +675,15 @@ config QTEE_SHM_BRIDGE memory sub-allocation and free from the default kernel bridge memory sub-allocation and free from the default kernel bridge created by bridge driver. created by bridge driver. endmenu source "drivers/soc/qcom/memshare/Kconfig" source "drivers/soc/qcom/memshare/Kconfig" config QMP_DEBUGFS_CLIENT config QMP_DEBUGFS_CLIENT bool "Debugfs Client to communicate with AOP using QMP protocol" bool "Debugfs Client to communicate with AOP using QMP protocol" depends on DEBUG_FS depends on DEBUG_FS default n help help This options enables a driver which allows clients to send messages This options enables a driver which allows clients to send messages to Alway On processor using QMP transport. to Alway On processor using QMP transport. endmenu config QCOM_HYP_CORE_CTL config QCOM_HYP_CORE_CTL bool "CPU reservation scheme for Hypervisor" bool "CPU reservation scheme for Hypervisor" Loading Loading
arch/arm64/boot/dts/qcom/lito.dtsi +7 −0 Original line number Original line Diff line number Diff line Loading @@ -1296,6 +1296,13 @@ mbox-desc-offset = <0x0>; mbox-desc-offset = <0x0>; #mbox-cells = <1>; #mbox-cells = <1>; }; }; aop-msg-client { compatible = "qcom,debugfs-qmp-client"; mboxes = <&qmp_aop 0>; mbox-names = "aop"; }; }; }; #include "lito-pinctrl.dtsi" #include "lito-pinctrl.dtsi" Loading
arch/arm64/configs/vendor/lito_defconfig +2 −0 Original line number Original line Diff line number Diff line Loading @@ -355,6 +355,7 @@ CONFIG_SM_GCC_LITO=y CONFIG_HWSPINLOCK=y CONFIG_HWSPINLOCK=y CONFIG_HWSPINLOCK_QCOM=y CONFIG_HWSPINLOCK_QCOM=y CONFIG_MAILBOX=y CONFIG_MAILBOX=y CONFIG_MSM_QMP=y CONFIG_IOMMU_IO_PGTABLE_FAST=y CONFIG_IOMMU_IO_PGTABLE_FAST=y CONFIG_ARM_SMMU=y CONFIG_ARM_SMMU=y CONFIG_QCOM_LAZY_MAPPING=y CONFIG_QCOM_LAZY_MAPPING=y Loading Loading @@ -395,6 +396,7 @@ CONFIG_QCOM_GLINK_PKT=y CONFIG_MSM_EVENT_TIMER=y CONFIG_MSM_EVENT_TIMER=y CONFIG_MSM_PM=y CONFIG_MSM_PM=y CONFIG_QTI_RPM_STATS_LOG=y CONFIG_QTI_RPM_STATS_LOG=y CONFIG_QMP_DEBUGFS_CLIENT=y CONFIG_DEVFREQ_GOV_PASSIVE=y CONFIG_DEVFREQ_GOV_PASSIVE=y CONFIG_ARM_QCOM_DEVFREQ_FW=y CONFIG_ARM_QCOM_DEVFREQ_FW=y CONFIG_IIO=y CONFIG_IIO=y Loading
drivers/soc/qcom/Kconfig +1 −3 Original line number Original line Diff line number Diff line Loading @@ -675,17 +675,15 @@ config QTEE_SHM_BRIDGE memory sub-allocation and free from the default kernel bridge memory sub-allocation and free from the default kernel bridge created by bridge driver. created by bridge driver. endmenu source "drivers/soc/qcom/memshare/Kconfig" source "drivers/soc/qcom/memshare/Kconfig" config QMP_DEBUGFS_CLIENT config QMP_DEBUGFS_CLIENT bool "Debugfs Client to communicate with AOP using QMP protocol" bool "Debugfs Client to communicate with AOP using QMP protocol" depends on DEBUG_FS depends on DEBUG_FS default n help help This options enables a driver which allows clients to send messages This options enables a driver which allows clients to send messages to Alway On processor using QMP transport. to Alway On processor using QMP transport. endmenu config QCOM_HYP_CORE_CTL config QCOM_HYP_CORE_CTL bool "CPU reservation scheme for Hypervisor" bool "CPU reservation scheme for Hypervisor" Loading