On 24.06.2024 11:25 PM, André Apitzsch via B4 Relay wrote: > From: André Apitzsch <git@xxxxxxxxxxx> > > The phone has a Silergy SY7802 flash LED controller. > > Signed-off-by: André Apitzsch <git@xxxxxxxxxxx> > --- > .../boot/dts/qcom/msm8939-longcheer-l9100.dts | 26 ++++++++++++++++++++++ > 1 file changed, 26 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/msm8939-longcheer-l9100.dts b/arch/arm64/boot/dts/qcom/msm8939-longcheer-l9100.dts > index e3404c4455cf..528737929274 100644 > --- a/arch/arm64/boot/dts/qcom/msm8939-longcheer-l9100.dts > +++ b/arch/arm64/boot/dts/qcom/msm8939-longcheer-l9100.dts > @@ -159,6 +159,25 @@ led@2 { > }; > }; > }; > + > + flash-led-controller@53 { > + compatible = "silergy,sy7802"; > + reg = <0x53>; > + #address-cells = <1>; > + #size-cells = <0>; #address-/size-cells usually go at the end, but looks good otherwise Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad