> -----Original Message-----
> From: Scott Wood [mailto:scottw...@freescale.com]
> Sent: Thursday, December 24, 2015 1:40 PM
> To: Zhiqiang Hou; devicetree@vger.kernel.org; robh...@kernel.org;
> mark.rutl...@arm.com; pawel.m...@arm.com; ijc+devicet...@hellion.org.uk;
> ga...@codeaurora.org; linux-arm-ker...@lists.infradead.org;
> catalin.mari...@arm.com; will.dea...@arm.com
> Cc: mingkai...@freescale.com; shaohui....@freescale.com
> Subject: Re: [PATCH] ARM64: dts: add LS1043a-QDS board support
> 
> On Thu, 2015-12-24 at 13:30 +0800, Zhiqiang Hou wrote:
> > +/dts-v1/;
> > +/include/ "fsl-ls1043a.dtsi"
> > +
> > +/ {
> > +   model = "LS1043A QDS Board";
> > +
> 
> compatible?
Hello Scott,

There is Serdes module on some ARM64 SoCs, e.g. LS2080A and LS1043A,
Seems serdes node has not been added in DTS of the two SoCs.

There are serdes nodes on some powerpc SoCs, e.g. t4240si-post.dtsi:

        serdes: serdes@ea000 {
                compatible = "fsl,t4240-serdes";
                reg        = <0xea000 0x4000>;
        };

Could the similar serdes node be added for ARM64 SoCs, like below?

        serdes: serdes@1ea0000 {
                compatible = "fsl,ls1043a-serdes";
                reg        = <0x1ea0000 0x2000>;
        };

Thanks,
Shaohui
N�����r��y����b�X��ǧv�^�)޺{.n�+���z��z��z)����w*jg��������ݢj/���z�ޖ��2�ޙ����&�)ߡ�a�����G���h��j:+v���w��٥

Reply via email to