Re: [PATCH] ARM: dts: mvebu: Add device tree for RD-AC3X-48G4X2XL board

From: Andrew Lunn
Date: Tue Nov 24 2020 - 17:15:42 EST


> > +&i2c0 {
> > + pinctrl-names = "default";
> > + pinctrl-0 = <&i2c0_pins>;
> > + status = "okay";
> > +
> > + eeprom@53{
> > + compatible = "atmel,24c64";
> > + reg = <0x53>;
> > + };
> > +// cpld@3c{
> > +// compatible = "marvell,ac3x-cpld";
> > +// reg = <0x3c>;
> > +// };
> > +};
>
> Question for the mvebu maintainers: We know there is a cpld with that
> can be interfaced with over i2c. Other than detecting that it shows up
> on the i2c bus we haven't done anything with it. We believe it
> interfaces with some discrete IO and might mux the i2c interface towards
> the SFP/QSFP cages.
>
> Obviously there isn't a "marvell,ac3x-cpld" driver (yet) so I suggested
> to Aryan that we put it in the dts to document its existence but leave
> it commented out for now. Is this OK?

Hi Chris

I would just add a text comment, not DT. We have no idea what this
node will look like until we have the driver.

Is there an open source 'vendor crap driver'? Do we have anything to
go on?

Andrew