From 4179744b240e3077949e6b24510d9046492aaf22 Mon Sep 17 00:00:00 2001 From: Surya Prakash Date: Thu, 10 Nov 2022 10:51:06 +0530 Subject: [PATCH 1/2] power: updated power for ravelin Revised power hint file to support ravelin Change-Id: Icccaafbc02beecaa149023e0960d4c16700a9c46 --- config/parrot/powerhint.xml | 48 ++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/config/parrot/powerhint.xml b/config/parrot/powerhint.xml index 1319e19..02c7070 100644 --- a/config/parrot/powerhint.xml +++ b/config/parrot/powerhint.xml @@ -41,19 +41,19 @@ @@ -68,7 +68,7 @@ @@ -85,7 +85,7 @@ @@ -101,7 +101,7 @@ @@ -116,7 +116,7 @@ @@ -130,7 +130,7 @@ @@ -144,7 +144,7 @@ @@ -159,7 +159,7 @@ @@ -173,7 +173,7 @@ @@ -187,7 +187,7 @@ @@ -201,7 +201,7 @@ @@ -215,7 +215,7 @@ @@ -229,7 +229,7 @@ @@ -243,7 +243,7 @@ @@ -257,7 +257,7 @@ @@ -271,7 +271,7 @@ @@ -284,7 +284,7 @@ @@ -297,7 +297,7 @@ @@ -310,7 +310,7 @@ @@ -322,7 +322,7 @@ @@ -334,7 +334,7 @@ @@ -345,7 +345,7 @@ From b5f91b546f58a38af37bebfc8ce2675794b70f4b Mon Sep 17 00:00:00 2001 From: Ammar Mahmood Date: Wed, 12 Oct 2022 10:47:15 -0700 Subject: [PATCH 2/2] Power: Adding powerhint.xml for Halliday target Adding powerhint for Halliday Change-Id: I60943cdd92f890fe8763fcfef06a0a8352d70d36 --- config/anorak/powerhint.xml | 456 ++++++++++++++++++++++++++++++++++++ power-vendor-product.mk | 2 + 2 files changed, 458 insertions(+) create mode 100644 config/anorak/powerhint.xml diff --git a/config/anorak/powerhint.xml b/config/anorak/powerhint.xml new file mode 100644 index 0000000..dbb71ed --- /dev/null +++ b/config/anorak/powerhint.xml @@ -0,0 +1,456 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/power-vendor-product.mk b/power-vendor-product.mk index 8d44b56..e6959ab 100644 --- a/power-vendor-product.mk +++ b/power-vendor-product.mk @@ -23,4 +23,6 @@ else ifeq ($(TARGET_BOARD_PLATFORM),parrot) PRODUCT_COPY_FILES += vendor/qcom/opensource/power/config/parrot/powerhint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.xml else ifeq ($(TARGET_BOARD_PLATFORM),neo) PRODUCT_COPY_FILES += vendor/qcom/opensource/power/config/neo/powerhint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.xml +else ifeq ($(TARGET_BOARD_PLATFORM),anorak) +PRODUCT_COPY_FILES += vendor/qcom/opensource/power/config/anorak/powerhint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.xml endif