Re: [PATCH 3/3] arm64: dts: freescale: Add DEBIX SOM A and SOM A I/O Board support

From: Marco Felsch
Date: Fri Jul 14 2023 - 10:40:28 EST


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