Commit cf51d2be authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: pm8550: add flash LED controller

parent fbd47f83
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -55,5 +55,11 @@ pm8550_gpios: gpio@8800 {
			interrupt-controller;
			#interrupt-cells = <2>;
		};

		pm8550_flash: led-controller@ee00 {
			compatible = "qcom,pm8550-flash-led", "qcom,spmi-flash-led";
			reg = <0xee00>;
			status = "disabled";
		};
	};
};