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

Commit aa82b2ad authored by Shankar Ravi's avatar Shankar Ravi
Browse files

ARM: dts: msm: Mclk3 support for sm6150



Add pinctrl configuration for Mclk3 on sm6150.

Change-Id: Ia0e01bcd9866e6f722c5483c563ba26917bc31dd
Signed-off-by: default avatarShankar Ravi <rshankar@codeaurora.org>
parent a312b5ba
Loading
Loading
Loading
Loading
+29 −1
Original line number Diff line number Diff line
/* Copyright (c) 2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2018-2019, 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
@@ -1456,6 +1456,34 @@
			};
		};

		cam_sensor_mclk3_active: cam_sensor_mclk3_active {
			/* MCLK3 */
			mux {
				pins = "gpio31";
				function = "cam_mclk";
			};

			config {
				pins = "gpio31";
				bias-disable; /* No PULL */
				drive-strength = <2>; /* 2 MA */
			};
		};

		cam_sensor_mclk3_suspend: cam_sensor_mclk3_suspend {
			/* MCLK3 */
			mux {
				pins = "gpio31";
				function = "cam_mclk";
			};

			config {
				pins = "gpio31";
				bias-pull-down; /* PULL DOWN */
				drive-strength = <2>; /* 2 MA */
			};
		};

		flash_led3_front {
			flash_led3_front_en: flash_led3_front_en {
				mux {