Commit bfd4412a authored by Luca Weiss's avatar Luca Weiss Committed by Bjorn Andersson

arm64: dts: qcom: pm8350c: Add flash led node

Add a node for the led controller found on PM8350C, used for flash and
torch purposes.
Signed-off-by: default avatarLuca Weiss <luca.weiss@fairphone.com>
Link: https://lore.kernel.org/r/20230919-fp5-initial-v2-4-14bb7cedadf5@fairphone.comSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 8e2d56f6
...@@ -30,6 +30,12 @@ pm8350c_gpios: gpio@8800 { ...@@ -30,6 +30,12 @@ pm8350c_gpios: gpio@8800 {
#interrupt-cells = <2>; #interrupt-cells = <2>;
}; };
pm8350c_flash: led-controller@ee00 {
compatible = "qcom,pm8350c-flash-led", "qcom,spmi-flash-led";
reg = <0xee00>;
status = "disabled";
};
pm8350c_pwm: pwm { pm8350c_pwm: pwm {
compatible = "qcom,pm8350c-pwm"; compatible = "qcom,pm8350c-pwm";
#pwm-cells = <2>; #pwm-cells = <2>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment