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

Commit e8dce8cf authored by Sandeep Panda's avatar Sandeep Panda
Browse files

ARM: dts: msm: update gpio setting for adv bridge chip



On msm8937 PMIC gpio number 8 is used to enable power
supply to ADV7533 bridge chip. Update the same in msm8937
CDP dt file.

Signed-off-by: default avatarSandeep Panda <spanda@codeaurora.org>
Change-Id: Ifc4a2f140a7bebd50aff894ef46a32ed91596b74
parent 9c5edce8
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2016, 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
@@ -30,6 +30,15 @@
		qcom,dtest-sel = <1>;
		status = "okay";
	};

	gpio@c700 {
		status = "ok";
		qcom,mode = <1>;
		qcom,vin-sel = <0>;
		qcom,src-sel = <0>;
		qcom,master-en = <1>;
		qcom,out-strength = <2>;
	};
};

&soc {
+1 −10
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2016, 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
@@ -43,15 +43,6 @@
		qcom,master-en = <1>;
		qcom,out-strength = <2>;
	};

	gpio@c700 {
		status = "ok";
		qcom,mode = <1>;
		qcom,vin-sel = <0>;
		qcom,src-sel = <0>;
		qcom,master-en = <1>;
		qcom,out-strength = <2>;
	};
};

&slim_msm {