On 23-07-05, Krzysztof Kozlowski wrote: > On 04/07/2023 20:41, Marco Felsch wrote: > > Add support for the Debix SOM A + SOM A I/O board. The commit enables > > only the basic features like: > > - 2x UART > > - 2x Network > > - eMMC/µSD > > - CAN > > - QSPI > > ... > > > +&i2c1 { > > + clock-frequency = <400000>; > > + pinctrl-names = "default"; > > + pinctrl-0 = <&pinctrl_i2c1>; > > + status = "okay"; > > + > > + pmic@25 { > > + compatible = "nxp,pca9450c"; > > + reg = <0x25>; > > + pinctrl-names = "default"; > > + pinctrl-0 = <&pinctrl_pmic>; > > + > > + interrupt-parent = <&gpio1>; > > + interrupts = <3 GPIO_ACTIVE_LOW>; > > Wrong flag. Sure, I will fix this. Thanks. Regards, Marco