Commit 8b607c57 authored by Lin, Meng-Bo's avatar Lin, Meng-Bo Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: msm8916-wingtech-wt88047: Add flash LED

parent cb3920b5
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -23,6 +23,20 @@ chosen {
		stdout-path = "serial0";
	};

	flash-led-controller {
		compatible = "ocs,ocp8110";
		enable-gpios = <&msmgpio 31 GPIO_ACTIVE_HIGH>;
		flash-gpios = <&msmgpio 32 GPIO_ACTIVE_HIGH>;

		pinctrl-names = "default";
		pinctrl-0 = <&camera_flash_default>;

		flash_led: led {
			function = LED_FUNCTION_FLASH;
			color = <LED_COLOR_ID_WHITE>;
		};
	};

	gpio-keys {
		compatible = "gpio-keys";

@@ -274,6 +288,14 @@ l18 {
};

&msmgpio {
	camera_flash_default: camera-flash-default-state {
		pins = "gpio31", "gpio32";
		function = "gpio";

		drive-strength = <2>;
		bias-disable;
	};

	gpio_keys_default: gpio-keys-default-state {
		pins = "gpio107";
		function = "gpio";