On 15.08.2023 21:49, André Apitzsch wrote: > This dts adds support for BQ Aquaris M5 (Longcheer L9100) released in > 2015. > > Add a device tree with initial support for: > > - GPIO keys > - Hall sensor > - SDHCI > - WCNSS (BT/WIFI) > - Accelerometer/Magnetometer > - Vibrator > - Touchscreen > - Front flash > > Signed-off-by: André Apitzsch <git@xxxxxxxxxxx> > ---> + light-sensor@23 { > + compatible = "liteon,ltr559"; > + reg = <0x23>; > + > + vdd-supply = <&pm8916_l17>; > + vddio-supply = <&pm8916_l5>; > + > + interrupt-parent = <&tlmm>; > + interrupts = <113 IRQ_TYPE_EDGE_FALLING>; interrupts-extended = <&tlmm 113 IRQ_TYPE_EDGE_FALLING>; > + > + pinctrl-0 = <&light_int_default>; > + pinctrl-names = "default"; > + }; > + > + imu@68 { > + compatible = "bosch,bmi160"; > + reg = <0x68>; > + > + vdd-supply = <&pm8916_l17>; > + vddio-supply = <&pm8916_l6>; > + }; > +}; > + > +&blsp_i2c5 { > + status = "okay"; > + > + touchscreen@4a { > + compatible = "atmel,maxtouch"; > + reg = <0x4a>; > + > + interrupt-parent = <&tlmm>; > + interrupts = <13 IRQ_TYPE_LEVEL_LOW>; similarly here otherwise: Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad