From e1e1fa791b3264915b69659b698769de96e777ff Mon Sep 17 00:00:00 2001 From: Hitesh Kumar Date: Thu, 7 Apr 2022 18:34:47 +0530 Subject: [PATCH] ARM: dts: msm: Add fps and adaptive hdr entry for parrot Add fps detection entry and adaptive hdr detection entry for parrot. Change-Id: I62c313d6de203d3c4fe4879cb542755ae24d1348 --- qcom/parrot.dtsi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/qcom/parrot.dtsi b/qcom/parrot.dtsi index d8dceb43..91963763 100644 --- a/qcom/parrot.dtsi +++ b/qcom/parrot.dtsi @@ -1946,10 +1946,23 @@ #size-cells = <1>; read-only; ranges; + + feat_conf12: feat_conf12@0130 { + reg = <0x0130 0x4>; + }; + + feat_conf13: feat_conf13@0134 { + reg = <0x0134 0x4>; + }; }; qfprom_sys: qfprom@0 { compatible = "qcom,qfprom-sys"; + + nvmem-cells = <&feat_conf12>, + <&feat_conf13>; + nvmem-cell-names = "feat_conf12", + "feat_conf13"; }; qcom,msm-cdsp-loader {