* [PATCH v2 58/77] dt-bindings: media: nxp,imx7-mipi-csi2: Drop the reset-names property
[not found] <20210215042741.28850-1-laurent.pinchart@ideasonboard.com>
@ 2021-02-15 4:27 ` Laurent Pinchart
2021-03-05 21:41 ` Rob Herring
2021-02-15 4:27 ` [PATCH v2 59/77] dt-bindings: media: nxp,imx7-mipi-csi2: Drop fsl,csis-hs-settle property Laurent Pinchart
` (2 subsequent siblings)
3 siblings, 1 reply; 10+ messages in thread
From: Laurent Pinchart @ 2021-02-15 4:27 UTC (permalink / raw)
To: linux-media
Cc: Rui Miguel Silva, Steve Longerbeam, Philipp Zabel,
Ezequiel Garcia, Fabio Estevam, Rob Herring, devicetree
The reset-names property is incorrect, as it references the reset of the
MIPI D-PHY master, which is used by the DSI controller. Fixing the
property name would create backward-compatibility issues. As the device
has a single reset, we can instead drop reset-names completely, which
also simplifies the binding.
Fix the example accordingly to use the correct reset.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Rui Miguel Silva <rmfrfs@gmail.com>
---
.../devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/Documentation/devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml b/Documentation/devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml
index 0668332959e7..8d4007caa210 100644
--- a/Documentation/devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml
+++ b/Documentation/devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml
@@ -44,9 +44,6 @@ properties:
resets:
maxItems: 1
- reset-names:
- const: mrst
-
clock-frequency:
description:
The IP main (system bus) clock frequency in Hertz
@@ -118,7 +115,6 @@ required:
- power-domains
- phy-supply
- resets
- - reset-names
- ports
additionalProperties: false
@@ -144,7 +140,6 @@ examples:
power-domains = <&pgc_mipi_phy>;
phy-supply = <®_1p0d>;
resets = <&src IMX7_RESET_MIPI_PHY_MRST>;
- reset-names = "mrst";
fsl,csis-hs-settle = <3>;
ports {
--
Regards,
Laurent Pinchart
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH v2 59/77] dt-bindings: media: nxp,imx7-mipi-csi2: Drop fsl,csis-hs-settle property
[not found] <20210215042741.28850-1-laurent.pinchart@ideasonboard.com>
2021-02-15 4:27 ` [PATCH v2 58/77] dt-bindings: media: nxp,imx7-mipi-csi2: Drop the reset-names property Laurent Pinchart
@ 2021-02-15 4:27 ` Laurent Pinchart
2021-03-05 21:42 ` Rob Herring
2021-02-15 4:27 ` [PATCH v2 60/77] dt-bindings: media: nxp,imx7-mipi-csi2: Indent example with 4 spaces Laurent Pinchart
2021-02-15 4:27 ` [PATCH v2 61/77] dt-bindings: media: nxp,imx7-mipi-csi2: Expand descriptions Laurent Pinchart
3 siblings, 1 reply; 10+ messages in thread
From: Laurent Pinchart @ 2021-02-15 4:27 UTC (permalink / raw)
To: linux-media
Cc: Rui Miguel Silva, Steve Longerbeam, Philipp Zabel,
Ezequiel Garcia, Fabio Estevam, Rob Herring, devicetree
The fsl,csis-hs-settle property isn't used by the driver anymore. Drop
it.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Rui Miguel Silva <rmfrfs@gmail.com>
---
.../devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/Documentation/devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml b/Documentation/devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml
index 8d4007caa210..74ff92b5baa3 100644
--- a/Documentation/devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml
+++ b/Documentation/devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml
@@ -49,11 +49,6 @@ properties:
The IP main (system bus) clock frequency in Hertz
default: 166000000
- fsl,csis-hs-settle:
- $ref: /schemas/types.yaml#/definitions/uint32
- description:
- Differential receiver (HS-RX) settle time
-
ports:
type: object
description:
@@ -140,7 +135,6 @@ examples:
power-domains = <&pgc_mipi_phy>;
phy-supply = <®_1p0d>;
resets = <&src IMX7_RESET_MIPI_PHY_MRST>;
- fsl,csis-hs-settle = <3>;
ports {
#address-cells = <1>;
--
Regards,
Laurent Pinchart
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH v2 60/77] dt-bindings: media: nxp,imx7-mipi-csi2: Indent example with 4 spaces
[not found] <20210215042741.28850-1-laurent.pinchart@ideasonboard.com>
2021-02-15 4:27 ` [PATCH v2 58/77] dt-bindings: media: nxp,imx7-mipi-csi2: Drop the reset-names property Laurent Pinchart
2021-02-15 4:27 ` [PATCH v2 59/77] dt-bindings: media: nxp,imx7-mipi-csi2: Drop fsl,csis-hs-settle property Laurent Pinchart
@ 2021-02-15 4:27 ` Laurent Pinchart
2021-03-01 9:33 ` Rui Miguel Silva
2021-03-05 21:42 ` Rob Herring
2021-02-15 4:27 ` [PATCH v2 61/77] dt-bindings: media: nxp,imx7-mipi-csi2: Expand descriptions Laurent Pinchart
3 siblings, 2 replies; 10+ messages in thread
From: Laurent Pinchart @ 2021-02-15 4:27 UTC (permalink / raw)
To: linux-media
Cc: Rui Miguel Silva, Steve Longerbeam, Philipp Zabel,
Ezequiel Garcia, Fabio Estevam, Rob Herring, devicetree
DT bindings examples are customarily indented with 4 spaces.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
.../bindings/media/nxp,imx7-mipi-csi2.yaml | 54 +++++++++----------
1 file changed, 27 insertions(+), 27 deletions(-)
diff --git a/Documentation/devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml b/Documentation/devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml
index 74ff92b5baa3..76fcc8d80ee3 100644
--- a/Documentation/devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml
+++ b/Documentation/devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml
@@ -122,41 +122,41 @@ examples:
#include <dt-bindings/reset/imx7-reset.h>
mipi_csi: mipi-csi@30750000 {
- compatible = "fsl,imx7-mipi-csi2";
- reg = <0x30750000 0x10000>;
- interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
+ compatible = "fsl,imx7-mipi-csi2";
+ reg = <0x30750000 0x10000>;
+ interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
- clocks = <&clks IMX7D_IPG_ROOT_CLK>,
- <&clks IMX7D_MIPI_CSI_ROOT_CLK>,
- <&clks IMX7D_MIPI_DPHY_ROOT_CLK>;
- clock-names = "pclk", "wrap", "phy";
- clock-frequency = <166000000>;
+ clocks = <&clks IMX7D_IPG_ROOT_CLK>,
+ <&clks IMX7D_MIPI_CSI_ROOT_CLK>,
+ <&clks IMX7D_MIPI_DPHY_ROOT_CLK>;
+ clock-names = "pclk", "wrap", "phy";
+ clock-frequency = <166000000>;
- power-domains = <&pgc_mipi_phy>;
- phy-supply = <®_1p0d>;
- resets = <&src IMX7_RESET_MIPI_PHY_MRST>;
+ power-domains = <&pgc_mipi_phy>;
+ phy-supply = <®_1p0d>;
+ resets = <&src IMX7_RESET_MIPI_PHY_MRST>;
- ports {
- #address-cells = <1>;
- #size-cells = <0>;
+ ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
- port@0 {
- reg = <0>;
+ port@0 {
+ reg = <0>;
- mipi_from_sensor: endpoint {
- remote-endpoint = <&ov2680_to_mipi>;
- data-lanes = <1>;
- };
- };
+ mipi_from_sensor: endpoint {
+ remote-endpoint = <&ov2680_to_mipi>;
+ data-lanes = <1>;
+ };
+ };
- port@1 {
- reg = <1>;
+ port@1 {
+ reg = <1>;
- mipi_vc0_to_csi_mux: endpoint {
- remote-endpoint = <&csi_mux_from_mipi_vc0>;
- };
- };
+ mipi_vc0_to_csi_mux: endpoint {
+ remote-endpoint = <&csi_mux_from_mipi_vc0>;
+ };
};
+ };
};
...
--
Regards,
Laurent Pinchart
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH v2 61/77] dt-bindings: media: nxp,imx7-mipi-csi2: Expand descriptions
[not found] <20210215042741.28850-1-laurent.pinchart@ideasonboard.com>
` (2 preceding siblings ...)
2021-02-15 4:27 ` [PATCH v2 60/77] dt-bindings: media: nxp,imx7-mipi-csi2: Indent example with 4 spaces Laurent Pinchart
@ 2021-02-15 4:27 ` Laurent Pinchart
2021-03-01 9:35 ` Rui Miguel Silva
2021-03-05 21:43 ` Rob Herring
3 siblings, 2 replies; 10+ messages in thread
From: Laurent Pinchart @ 2021-02-15 4:27 UTC (permalink / raw)
To: linux-media
Cc: Rui Miguel Silva, Steve Longerbeam, Philipp Zabel,
Ezequiel Garcia, Fabio Estevam, Rob Herring, devicetree
Expand the description of the binding itself and of individual
properties to include additional information that may not be immediately
appartent from reading the reference manual. Drop the last sentence of
the phy-supply description that refers to the driver's implementation.
While at it, fix the capitalization of MIPI CSI-2 in the title.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
.../bindings/media/nxp,imx7-mipi-csi2.yaml | 29 +++++++++++--------
1 file changed, 17 insertions(+), 12 deletions(-)
diff --git a/Documentation/devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml b/Documentation/devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml
index 76fcc8d80ee3..471a5bf7eb76 100644
--- a/Documentation/devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml
+++ b/Documentation/devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml
@@ -4,14 +4,19 @@
$id: http://devicetree.org/schemas/media/nxp,imx7-mipi-csi2.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
-title: NXP i.MX7 Mipi CSI2
+title: NXP i.MX7 MIPI CSI-2 receiver
maintainers:
- Rui Miguel Silva <rmfrfs@gmail.com>
-description: |
- This is the device node for the MIPI CSI-2 receiver core in i.MX7 soc. It is
- compatible with previous version of samsung d-phy.
+description: |-
+ The NXP i.MX7 SoC family includes a MIPI CSI-2 receiver IP core, documented
+ as "CSIS V3.3". The IP core seems to originate from Samsung, and may be
+ compatible with some of the Exynos4 ad S5P SoCs.
+
+ While the CSI-2 receiver is separate from the MIPI D-PHY IP core, the PHY is
+ completely wrapped by the CSIS and doesn't expose a control interface of its
+ own. This binding thus covers both IP cores.
properties:
compatible:
@@ -24,8 +29,10 @@ properties:
maxItems: 1
clocks:
- minItems: 3
- maxItems: 3
+ items:
+ - description: The peripheral clock (a.k.a. APB clock)
+ - description: The external clock (optionally used as the pixel clock)
+ - description: The MIPI D-PHY clock
clock-names:
items:
@@ -37,16 +44,14 @@ properties:
maxItems: 1
phy-supply:
- description:
- Phandle to a regulator that provides power to the PHY. This
- regulator will be managed during the PHY power on/off sequence.
+ description: The MIPI D-PHY digital power supply
resets:
- maxItems: 1
+ items:
+ - description: MIPI D-PHY slave reset
clock-frequency:
- description:
- The IP main (system bus) clock frequency in Hertz
+ description: The desired external clock ("wrap") frequency, in Hz
default: 166000000
ports:
--
Regards,
Laurent Pinchart
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [PATCH v2 60/77] dt-bindings: media: nxp,imx7-mipi-csi2: Indent example with 4 spaces
2021-02-15 4:27 ` [PATCH v2 60/77] dt-bindings: media: nxp,imx7-mipi-csi2: Indent example with 4 spaces Laurent Pinchart
@ 2021-03-01 9:33 ` Rui Miguel Silva
2021-03-05 21:42 ` Rob Herring
1 sibling, 0 replies; 10+ messages in thread
From: Rui Miguel Silva @ 2021-03-01 9:33 UTC (permalink / raw)
To: Laurent Pinchart
Cc: linux-media, Steve Longerbeam, Philipp Zabel, Ezequiel Garcia,
Fabio Estevam, Rob Herring, devicetree
Hi Laurent,
Thanks.
On Mon, Feb 15, 2021 at 06:27:24AM +0200, Laurent Pinchart wrote:
> DT bindings examples are customarily indented with 4 spaces.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Rui Miguel Silva <rmfrfs@gmail.com>
------
Cheers,
Rui
> ---
> .../bindings/media/nxp,imx7-mipi-csi2.yaml | 54 +++++++++----------
> 1 file changed, 27 insertions(+), 27 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml b/Documentation/devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml
> index 74ff92b5baa3..76fcc8d80ee3 100644
> --- a/Documentation/devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml
> +++ b/Documentation/devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml
> @@ -122,41 +122,41 @@ examples:
> #include <dt-bindings/reset/imx7-reset.h>
>
> mipi_csi: mipi-csi@30750000 {
> - compatible = "fsl,imx7-mipi-csi2";
> - reg = <0x30750000 0x10000>;
> - interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
> + compatible = "fsl,imx7-mipi-csi2";
> + reg = <0x30750000 0x10000>;
> + interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
>
> - clocks = <&clks IMX7D_IPG_ROOT_CLK>,
> - <&clks IMX7D_MIPI_CSI_ROOT_CLK>,
> - <&clks IMX7D_MIPI_DPHY_ROOT_CLK>;
> - clock-names = "pclk", "wrap", "phy";
> - clock-frequency = <166000000>;
> + clocks = <&clks IMX7D_IPG_ROOT_CLK>,
> + <&clks IMX7D_MIPI_CSI_ROOT_CLK>,
> + <&clks IMX7D_MIPI_DPHY_ROOT_CLK>;
> + clock-names = "pclk", "wrap", "phy";
> + clock-frequency = <166000000>;
>
> - power-domains = <&pgc_mipi_phy>;
> - phy-supply = <®_1p0d>;
> - resets = <&src IMX7_RESET_MIPI_PHY_MRST>;
> + power-domains = <&pgc_mipi_phy>;
> + phy-supply = <®_1p0d>;
> + resets = <&src IMX7_RESET_MIPI_PHY_MRST>;
>
> - ports {
> - #address-cells = <1>;
> - #size-cells = <0>;
> + ports {
> + #address-cells = <1>;
> + #size-cells = <0>;
>
> - port@0 {
> - reg = <0>;
> + port@0 {
> + reg = <0>;
>
> - mipi_from_sensor: endpoint {
> - remote-endpoint = <&ov2680_to_mipi>;
> - data-lanes = <1>;
> - };
> - };
> + mipi_from_sensor: endpoint {
> + remote-endpoint = <&ov2680_to_mipi>;
> + data-lanes = <1>;
> + };
> + };
>
> - port@1 {
> - reg = <1>;
> + port@1 {
> + reg = <1>;
>
> - mipi_vc0_to_csi_mux: endpoint {
> - remote-endpoint = <&csi_mux_from_mipi_vc0>;
> - };
> - };
> + mipi_vc0_to_csi_mux: endpoint {
> + remote-endpoint = <&csi_mux_from_mipi_vc0>;
> + };
> };
> + };
> };
>
> ...
> --
> Regards,
>
> Laurent Pinchart
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH v2 61/77] dt-bindings: media: nxp,imx7-mipi-csi2: Expand descriptions
2021-02-15 4:27 ` [PATCH v2 61/77] dt-bindings: media: nxp,imx7-mipi-csi2: Expand descriptions Laurent Pinchart
@ 2021-03-01 9:35 ` Rui Miguel Silva
2021-03-05 21:43 ` Rob Herring
1 sibling, 0 replies; 10+ messages in thread
From: Rui Miguel Silva @ 2021-03-01 9:35 UTC (permalink / raw)
To: Laurent Pinchart
Cc: linux-media, Steve Longerbeam, Philipp Zabel, Ezequiel Garcia,
Fabio Estevam, Rob Herring, devicetree
Hi Laurent,
On Mon, Feb 15, 2021 at 06:27:25AM +0200, Laurent Pinchart wrote:
> Expand the description of the binding itself and of individual
> properties to include additional information that may not be immediately
> appartent from reading the reference manual. Drop the last sentence of
> the phy-supply description that refers to the driver's implementation.
>
> While at it, fix the capitalization of MIPI CSI-2 in the title.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
For the descriptions changes, LGTM.
Reviewed-by: Rui Miguel Silva <rmfrfs@gmail.com>
------
Cheers,
Rui
> ---
> .../bindings/media/nxp,imx7-mipi-csi2.yaml | 29 +++++++++++--------
> 1 file changed, 17 insertions(+), 12 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml b/Documentation/devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml
> index 76fcc8d80ee3..471a5bf7eb76 100644
> --- a/Documentation/devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml
> +++ b/Documentation/devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml
> @@ -4,14 +4,19 @@
> $id: http://devicetree.org/schemas/media/nxp,imx7-mipi-csi2.yaml#
> $schema: http://devicetree.org/meta-schemas/core.yaml#
>
> -title: NXP i.MX7 Mipi CSI2
> +title: NXP i.MX7 MIPI CSI-2 receiver
>
> maintainers:
> - Rui Miguel Silva <rmfrfs@gmail.com>
>
> -description: |
> - This is the device node for the MIPI CSI-2 receiver core in i.MX7 soc. It is
> - compatible with previous version of samsung d-phy.
> +description: |-
> + The NXP i.MX7 SoC family includes a MIPI CSI-2 receiver IP core, documented
> + as "CSIS V3.3". The IP core seems to originate from Samsung, and may be
> + compatible with some of the Exynos4 ad S5P SoCs.
> +
> + While the CSI-2 receiver is separate from the MIPI D-PHY IP core, the PHY is
> + completely wrapped by the CSIS and doesn't expose a control interface of its
> + own. This binding thus covers both IP cores.
>
> properties:
> compatible:
> @@ -24,8 +29,10 @@ properties:
> maxItems: 1
>
> clocks:
> - minItems: 3
> - maxItems: 3
> + items:
> + - description: The peripheral clock (a.k.a. APB clock)
> + - description: The external clock (optionally used as the pixel clock)
> + - description: The MIPI D-PHY clock
>
> clock-names:
> items:
> @@ -37,16 +44,14 @@ properties:
> maxItems: 1
>
> phy-supply:
> - description:
> - Phandle to a regulator that provides power to the PHY. This
> - regulator will be managed during the PHY power on/off sequence.
> + description: The MIPI D-PHY digital power supply
>
> resets:
> - maxItems: 1
> + items:
> + - description: MIPI D-PHY slave reset
>
> clock-frequency:
> - description:
> - The IP main (system bus) clock frequency in Hertz
> + description: The desired external clock ("wrap") frequency, in Hz
> default: 166000000
>
> ports:
> --
> Regards,
>
> Laurent Pinchart
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH v2 58/77] dt-bindings: media: nxp,imx7-mipi-csi2: Drop the reset-names property
2021-02-15 4:27 ` [PATCH v2 58/77] dt-bindings: media: nxp,imx7-mipi-csi2: Drop the reset-names property Laurent Pinchart
@ 2021-03-05 21:41 ` Rob Herring
0 siblings, 0 replies; 10+ messages in thread
From: Rob Herring @ 2021-03-05 21:41 UTC (permalink / raw)
To: Laurent Pinchart
Cc: Fabio Estevam, linux-media, Rui Miguel Silva, Rob Herring,
Philipp Zabel, devicetree, Steve Longerbeam, Ezequiel Garcia
On Mon, 15 Feb 2021 06:27:22 +0200, Laurent Pinchart wrote:
> The reset-names property is incorrect, as it references the reset of the
> MIPI D-PHY master, which is used by the DSI controller. Fixing the
> property name would create backward-compatibility issues. As the device
> has a single reset, we can instead drop reset-names completely, which
> also simplifies the binding.
>
> Fix the example accordingly to use the correct reset.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> Reviewed-by: Rui Miguel Silva <rmfrfs@gmail.com>
> ---
> .../devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml | 5 -----
> 1 file changed, 5 deletions(-)
>
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH v2 59/77] dt-bindings: media: nxp,imx7-mipi-csi2: Drop fsl,csis-hs-settle property
2021-02-15 4:27 ` [PATCH v2 59/77] dt-bindings: media: nxp,imx7-mipi-csi2: Drop fsl,csis-hs-settle property Laurent Pinchart
@ 2021-03-05 21:42 ` Rob Herring
0 siblings, 0 replies; 10+ messages in thread
From: Rob Herring @ 2021-03-05 21:42 UTC (permalink / raw)
To: Laurent Pinchart
Cc: Philipp Zabel, Rob Herring, Ezequiel Garcia, Fabio Estevam,
Rui Miguel Silva, devicetree, Steve Longerbeam, linux-media
On Mon, 15 Feb 2021 06:27:23 +0200, Laurent Pinchart wrote:
> The fsl,csis-hs-settle property isn't used by the driver anymore. Drop
> it.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> Reviewed-by: Rui Miguel Silva <rmfrfs@gmail.com>
> ---
> .../devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml | 6 ------
> 1 file changed, 6 deletions(-)
>
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH v2 60/77] dt-bindings: media: nxp,imx7-mipi-csi2: Indent example with 4 spaces
2021-02-15 4:27 ` [PATCH v2 60/77] dt-bindings: media: nxp,imx7-mipi-csi2: Indent example with 4 spaces Laurent Pinchart
2021-03-01 9:33 ` Rui Miguel Silva
@ 2021-03-05 21:42 ` Rob Herring
1 sibling, 0 replies; 10+ messages in thread
From: Rob Herring @ 2021-03-05 21:42 UTC (permalink / raw)
To: Laurent Pinchart
Cc: Rui Miguel Silva, Steve Longerbeam, Fabio Estevam, Rob Herring,
devicetree, linux-media, Ezequiel Garcia, Philipp Zabel
On Mon, 15 Feb 2021 06:27:24 +0200, Laurent Pinchart wrote:
> DT bindings examples are customarily indented with 4 spaces.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> .../bindings/media/nxp,imx7-mipi-csi2.yaml | 54 +++++++++----------
> 1 file changed, 27 insertions(+), 27 deletions(-)
>
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH v2 61/77] dt-bindings: media: nxp,imx7-mipi-csi2: Expand descriptions
2021-02-15 4:27 ` [PATCH v2 61/77] dt-bindings: media: nxp,imx7-mipi-csi2: Expand descriptions Laurent Pinchart
2021-03-01 9:35 ` Rui Miguel Silva
@ 2021-03-05 21:43 ` Rob Herring
1 sibling, 0 replies; 10+ messages in thread
From: Rob Herring @ 2021-03-05 21:43 UTC (permalink / raw)
To: Laurent Pinchart
Cc: Rob Herring, devicetree, Steve Longerbeam, Philipp Zabel,
linux-media, Fabio Estevam, Rui Miguel Silva, Ezequiel Garcia
On Mon, 15 Feb 2021 06:27:25 +0200, Laurent Pinchart wrote:
> Expand the description of the binding itself and of individual
> properties to include additional information that may not be immediately
> appartent from reading the reference manual. Drop the last sentence of
> the phy-supply description that refers to the driver's implementation.
>
> While at it, fix the capitalization of MIPI CSI-2 in the title.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> .../bindings/media/nxp,imx7-mipi-csi2.yaml | 29 +++++++++++--------
> 1 file changed, 17 insertions(+), 12 deletions(-)
>
Reviewed-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2021-03-05 21:44 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20210215042741.28850-1-laurent.pinchart@ideasonboard.com>
2021-02-15 4:27 ` [PATCH v2 58/77] dt-bindings: media: nxp,imx7-mipi-csi2: Drop the reset-names property Laurent Pinchart
2021-03-05 21:41 ` Rob Herring
2021-02-15 4:27 ` [PATCH v2 59/77] dt-bindings: media: nxp,imx7-mipi-csi2: Drop fsl,csis-hs-settle property Laurent Pinchart
2021-03-05 21:42 ` Rob Herring
2021-02-15 4:27 ` [PATCH v2 60/77] dt-bindings: media: nxp,imx7-mipi-csi2: Indent example with 4 spaces Laurent Pinchart
2021-03-01 9:33 ` Rui Miguel Silva
2021-03-05 21:42 ` Rob Herring
2021-02-15 4:27 ` [PATCH v2 61/77] dt-bindings: media: nxp,imx7-mipi-csi2: Expand descriptions Laurent Pinchart
2021-03-01 9:35 ` Rui Miguel Silva
2021-03-05 21:43 ` Rob Herring
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).