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

Commit 66aabc84 authored by Abhishek Kondaveeti's avatar Abhishek Kondaveeti Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add VFE efuse support for 8953



Add efuse register to be read for VFE resolution update.

Change-Id: I5e37964a3993ccbf27916d37f2b2db19d07388c8
Signed-off-by: default avatarAbhishek Kondaveeti <akondave@codeaurora.org>
parent 81808188
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -232,8 +232,9 @@
		cell-index = <0>;
		compatible = "qcom,vfe40";
		reg = <0x1b10000 0x1000>,
			<0x1b40000 0x200>;
		reg-names = "vfe", "vfe_vbif";
			<0x1b40000 0x200>,
			<0x00a4174 0x8>;
		reg-names = "vfe", "vfe_vbif", "vfe_fuse";
		interrupts = <0 57 0>;
		interrupt-names = "vfe";
		vdd-supply = <&gdsc_vfe>;
@@ -282,8 +283,9 @@
		cell-index = <1>;
		compatible = "qcom,vfe40";
		reg = <0x1b14000 0x1000>,
			<0x1ba0000 0x200>;
		reg-names = "vfe", "vfe_vbif";
			<0x1ba0000 0x200>,
			<0x00a4174 0x8>;
		reg-names = "vfe", "vfe_vbif", "vfe_fuse";
		interrupts = <0 29 0>;
		interrupt-names = "vfe";
		vdd-supply = <&gdsc_vfe1>;