* [PATCH V3 2/8] dt-bindings: serial: lpuart: add imx8qxp compatible string
[not found] <1539886483-15775-1-git-send-email-aisheng.dong@nxp.com>
@ 2018-10-18 18:19 ` A.s. Dong
2018-10-18 19:48 ` Rob Herring
2018-10-18 18:19 ` [PATCH V3 3/8] dt-bindings: mmc: fsl-imx-esdhc: " A.s. Dong
1 sibling, 1 reply; 5+ messages in thread
From: A.s. Dong @ 2018-10-18 18:19 UTC (permalink / raw)
To: linux-arm-kernel@lists.infradead.org
Cc: A.s. Dong, Mark Rutland, dongas86@gmail.com,
devicetree@vger.kernel.org, catalin.marinas@arm.com,
will.deacon@arm.com, robh+dt@kernel.org, dl-linux-imx,
kernel@pengutronix.de, linux-serial@vger.kernel.org,
Fabio Estevam, shawnguo@kernel.org
Add imx8qxp compatible string
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: linux-serial@vger.kernel.org
Cc: devicetree@vger.kernel.org
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
---
Documentation/devicetree/bindings/serial/fsl-lpuart.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/serial/fsl-lpuart.txt b/Documentation/devicetree/bindings/serial/fsl-lpuart.txt
index 6bd3f2e..21483ba 100644
--- a/Documentation/devicetree/bindings/serial/fsl-lpuart.txt
+++ b/Documentation/devicetree/bindings/serial/fsl-lpuart.txt
@@ -8,6 +8,8 @@ Required properties:
on LS1021A SoC with 32-bit big-endian register organization
- "fsl,imx7ulp-lpuart" for lpuart compatible with the one integrated
on i.MX7ULP SoC with 32-bit little-endian register organization
+ - "fsl,imx8qxp-lpuart" for lpuart compatible with the one integrated
+ on i.MX8QXP SoC with 32-bit little-endian register organization
- reg : Address and length of the register set for the device
- interrupts : Should contain uart interrupt
- clocks : phandle + clock specifier pairs, one for each entry in clock-names
--
2.7.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH V3 3/8] dt-bindings: mmc: fsl-imx-esdhc: add imx8qxp compatible string
[not found] <1539886483-15775-1-git-send-email-aisheng.dong@nxp.com>
2018-10-18 18:19 ` [PATCH V3 2/8] dt-bindings: serial: lpuart: add imx8qxp compatible string A.s. Dong
@ 2018-10-18 18:19 ` A.s. Dong
2018-10-18 19:48 ` Rob Herring
2018-10-24 10:59 ` Ulf Hansson
1 sibling, 2 replies; 5+ messages in thread
From: A.s. Dong @ 2018-10-18 18:19 UTC (permalink / raw)
To: linux-arm-kernel@lists.infradead.org
Cc: A.s. Dong, Mark Rutland, Ulf Hansson, dongas86@gmail.com,
devicetree@vger.kernel.org, catalin.marinas@arm.com,
will.deacon@arm.com, Bough Chen, robh+dt@kernel.org, dl-linux-imx,
kernel@pengutronix.de, linux-serial@vger.kernel.org,
Fabio Estevam, linux-mmc@vger.kernel.org, shawnguo@kernel.org
Add imx8qxp compatible string
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Ulf Hansson <ulf.hansson@linaro.org>
Cc: linux-serial@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-mmc@vger.kernel.org
Cc: Haibo Chen <haibo.chen@nxp.com>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
---
Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt
index 3e29050..9201a7d 100644
--- a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt
+++ b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt
@@ -16,6 +16,7 @@ Required properties:
"fsl,imx6sl-usdhc"
"fsl,imx6sx-usdhc"
"fsl,imx7d-usdhc"
+ "fsl,imx8qxp-usdhc"
Optional properties:
- fsl,wp-controller : Indicate to use controller internal write protection
--
2.7.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH V3 2/8] dt-bindings: serial: lpuart: add imx8qxp compatible string
2018-10-18 18:19 ` [PATCH V3 2/8] dt-bindings: serial: lpuart: add imx8qxp compatible string A.s. Dong
@ 2018-10-18 19:48 ` Rob Herring
0 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2018-10-18 19:48 UTC (permalink / raw)
Cc: A.s. Dong, Mark Rutland, dongas86@gmail.com,
devicetree@vger.kernel.org, catalin.marinas@arm.com,
will.deacon@arm.com, robh+dt@kernel.org, dl-linux-imx,
kernel@pengutronix.de, linux-serial@vger.kernel.org,
Fabio Estevam, shawnguo@kernel.org,
linux-arm-kernel@lists.infradead.org
On Thu, 18 Oct 2018 18:19:18 +0000, "A.s. Dong" wrote:
> Add imx8qxp compatible string
>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: linux-serial@vger.kernel.org
> Cc: devicetree@vger.kernel.org
> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
> ---
> Documentation/devicetree/bindings/serial/fsl-lpuart.txt | 2 ++
> 1 file changed, 2 insertions(+)
>
Reviewed-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH V3 3/8] dt-bindings: mmc: fsl-imx-esdhc: add imx8qxp compatible string
2018-10-18 18:19 ` [PATCH V3 3/8] dt-bindings: mmc: fsl-imx-esdhc: " A.s. Dong
@ 2018-10-18 19:48 ` Rob Herring
2018-10-24 10:59 ` Ulf Hansson
1 sibling, 0 replies; 5+ messages in thread
From: Rob Herring @ 2018-10-18 19:48 UTC (permalink / raw)
Cc: A.s. Dong, Mark Rutland, Ulf Hansson, dongas86@gmail.com,
devicetree@vger.kernel.org, catalin.marinas@arm.com,
will.deacon@arm.com, Bough Chen, robh+dt@kernel.org, dl-linux-imx,
kernel@pengutronix.de, linux-serial@vger.kernel.org,
Fabio Estevam, linux-mmc@vger.kernel.org, shawnguo@kernel.org,
linux-arm-kernel@lists.infradead.org
On Thu, 18 Oct 2018 18:19:24 +0000, "A.s. Dong" wrote:
> Add imx8qxp compatible string
>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: Ulf Hansson <ulf.hansson@linaro.org>
> Cc: linux-serial@vger.kernel.org
> Cc: devicetree@vger.kernel.org
> Cc: linux-mmc@vger.kernel.org
> Cc: Haibo Chen <haibo.chen@nxp.com>
> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
> ---
> Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt | 1 +
> 1 file changed, 1 insertion(+)
>
Reviewed-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH V3 3/8] dt-bindings: mmc: fsl-imx-esdhc: add imx8qxp compatible string
2018-10-18 18:19 ` [PATCH V3 3/8] dt-bindings: mmc: fsl-imx-esdhc: " A.s. Dong
2018-10-18 19:48 ` Rob Herring
@ 2018-10-24 10:59 ` Ulf Hansson
1 sibling, 0 replies; 5+ messages in thread
From: Ulf Hansson @ 2018-10-24 10:59 UTC (permalink / raw)
To: A.s. Dong
Cc: Mark Rutland, devicetree@vger.kernel.org, dongas86@gmail.com,
catalin.marinas@arm.com, will.deacon@arm.com, Bough Chen,
robh+dt@kernel.org, dl-linux-imx, kernel@pengutronix.de,
linux-serial@vger.kernel.org, Fabio Estevam,
linux-mmc@vger.kernel.org, shawnguo@kernel.org,
linux-arm-kernel@lists.infradead.org
On 18 October 2018 at 20:19, A.s. Dong <aisheng.dong@nxp.com> wrote:
> Add imx8qxp compatible string
>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: Ulf Hansson <ulf.hansson@linaro.org>
> Cc: linux-serial@vger.kernel.org
> Cc: devicetree@vger.kernel.org
> Cc: linux-mmc@vger.kernel.org
> Cc: Haibo Chen <haibo.chen@nxp.com>
> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
> ---
> Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt | 1 +
Queued for 4.21, thanks!
Kind regards
Uffe
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt
> index 3e29050..9201a7d 100644
> --- a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt
> +++ b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt
> @@ -16,6 +16,7 @@ Required properties:
> "fsl,imx6sl-usdhc"
> "fsl,imx6sx-usdhc"
> "fsl,imx7d-usdhc"
> + "fsl,imx8qxp-usdhc"
>
> Optional properties:
> - fsl,wp-controller : Indicate to use controller internal write protection
> --
> 2.7.4
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-10-24 10:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1539886483-15775-1-git-send-email-aisheng.dong@nxp.com>
2018-10-18 18:19 ` [PATCH V3 2/8] dt-bindings: serial: lpuart: add imx8qxp compatible string A.s. Dong
2018-10-18 19:48 ` Rob Herring
2018-10-18 18:19 ` [PATCH V3 3/8] dt-bindings: mmc: fsl-imx-esdhc: " A.s. Dong
2018-10-18 19:48 ` Rob Herring
2018-10-24 10:59 ` Ulf Hansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).