Message ID | 20190311072014.36565-1-peng.ma@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/3] dt-bindings: ahci-fsl-qoriq: add ls1028a chip name to the list | expand |
On Mon, 11 Mar 2019 15:20:12 +0800, Peng Ma wrote: > Add ls1028a compatible to bindings documentation. > > Signed-off-by: Peng Ma <peng.ma@nxp.com> > --- > depends on: > - http://patchwork.ozlabs.org/patch/1045217/ > > .../devicetree/bindings/ata/ahci-fsl-qoriq.txt | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > Reviewed-by: Rob Herring <robh@kernel.org>
On Mon, Mar 11, 2019 at 03:20:12PM +0800, Peng Ma wrote: > Add ls1028a compatible to bindings documentation. > > Signed-off-by: Peng Ma <peng.ma@nxp.com> I assume that the bindings will be picked up by Axboe. Otherwise, please let me know. Shawn
Hi Shawn, OK, thanks. Best Regards, Peng >-----Original Message----- >From: Shawn Guo <shawnguo@kernel.org> >Sent: 2019年4月11日 9:37 >To: Peng Ma <peng.ma@nxp.com> >Cc: axboe@kernel.dk; robh+dt@kernel.org; mark.rutland@arm.com; Leo Li ><leoyang.li@nxp.com>; linux-ide@vger.kernel.org; devicetree@vger.kernel.org; >Andy Tang <andy.tang@nxp.com>; linux-kernel@vger.kernel.org; >linux-arm-kernel@lists.infradead.org >Subject: [EXT] Re: [PATCH 1/3] dt-bindings: ahci-fsl-qoriq: add ls1028a chip >name to the list > >WARNING: This email was created outside of NXP. DO NOT CLICK links or >attachments unless you recognize the sender and know the content is safe. > > > >On Mon, Mar 11, 2019 at 03:20:12PM +0800, Peng Ma wrote: >> Add ls1028a compatible to bindings documentation. >> >> Signed-off-by: Peng Ma <peng.ma@nxp.com> > >I assume that the bindings will be picked up by Axboe. Otherwise, please let >me know. > >Shawn
diff --git a/Documentation/devicetree/bindings/ata/ahci-fsl-qoriq.txt b/Documentation/devicetree/bindings/ata/ahci-fsl-qoriq.txt index 9ecc019..72fdeef 100644 --- a/Documentation/devicetree/bindings/ata/ahci-fsl-qoriq.txt +++ b/Documentation/devicetree/bindings/ata/ahci-fsl-qoriq.txt @@ -3,7 +3,8 @@ Binding for Freescale QorIQ AHCI SATA Controller Required properties: - reg: Physical base address and size of the controller's register area. - compatible: Compatibility string. Must be 'fsl,<chip>-ahci', where - chip could be ls1021a, ls1043a, ls1046a, ls1088a, ls2080a, lx2160a, etc. + chip could be ls1021a, ls1028a, ls1043a, ls1046a, ls1088a, ls2080a, + lx2160a, etc. - clocks: Input clock specifier. Refer to common clock bindings. - interrupts: Interrupt specifier. Refer to interrupt binding.
Add ls1028a compatible to bindings documentation. Signed-off-by: Peng Ma <peng.ma@nxp.com> --- depends on: - http://patchwork.ozlabs.org/patch/1045217/ .../devicetree/bindings/ata/ahci-fsl-qoriq.txt | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)