These patches are based on the latest linux-next code.
Zhen Lei (4):
dt-bindings: media: adv7604: eliminate yamllint warnings
dt-bindings: media: nokia,smia: eliminate yamllint warnings
dt-bindings: media: ov772x: eliminate yamllint warnings
dt-bindings: media: imx214: eliminate yamllint warnings
Documentation/devicetree/bindings/media/i2c/adv7604.yaml | 4 ++--
Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml | 11 ++++++-----
Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml | 12 ++++++------
Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml | 12 ++++++------
4 files changed, 20 insertions(+), 19 deletions(-)
--
1.8.3
Eliminate the following yamllint warnings:
./Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml
:72:17: [warning] wrong indentation: expected 18 but found 16 (indentation)
:75:17: [warning] wrong indentation: expected 18 but found 16 (indentation)
Signed-off-by: Zhen Lei <[email protected]>
---
Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml b/Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml
index 884bd3527e0a430..0599df605a4f8a6 100644
--- a/Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml
+++ b/Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml
@@ -69,13 +69,13 @@ properties:
description: See ../video-interfaces.txt
anyOf:
- items:
- - const: 1
- - const: 2
+ - const: 1
+ - const: 2
- items:
- - const: 1
- - const: 2
- - const: 3
- - const: 4
+ - const: 1
+ - const: 2
+ - const: 3
+ - const: 4
link-frequencies:
$ref: /schemas/types.yaml#/definitions/uint64-array
--
1.8.3
Eliminate the following yamllint warnings:
./Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml
:4:1: [error] missing document start "---" (document-start)
:29:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
:32:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
Signed-off-by: Zhen Lei <[email protected]>
---
Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml b/Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml
index d94bd67ccea111d..0df0334d2d0db3b 100644
--- a/Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml
+++ b/Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml
@@ -1,6 +1,7 @@
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
# Copyright (C) 2014--2020 Intel Corporation
-
+%YAML 1.2
+---
$id: http://devicetree.org/schemas/media/i2c/mipi-ccs.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
@@ -26,11 +27,11 @@ properties:
compatible:
oneOf:
- items:
- - const: mipi-ccs-1.1
- - const: mipi-ccs
+ - const: mipi-ccs-1.1
+ - const: mipi-ccs
- items:
- - const: mipi-ccs-1.0
- - const: mipi-ccs
+ - const: mipi-ccs-1.0
+ - const: mipi-ccs
- const: nokia,smia
reg:
--
1.8.3
Eliminate the following yamllint warnings:
./Documentation/devicetree/bindings/media/i2c/adv7604.yaml
:24:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
Signed-off-by: Zhen Lei <[email protected]>
---
Documentation/devicetree/bindings/media/i2c/adv7604.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/media/i2c/adv7604.yaml b/Documentation/devicetree/bindings/media/i2c/adv7604.yaml
index 81f17e719d87da5..693f31daf5aa699 100644
--- a/Documentation/devicetree/bindings/media/i2c/adv7604.yaml
+++ b/Documentation/devicetree/bindings/media/i2c/adv7604.yaml
@@ -21,8 +21,8 @@ properties:
compatible:
items:
- enum:
- - adi,adv7611
- - adi,adv7612
+ - adi,adv7611
+ - adi,adv7612
reg:
minItems: 1
--
1.8.3
Hi Zhen,
On Mon, Dec 07, 2020 at 12:23:56PM +0800, Zhen Lei wrote:
> These patches are based on the latest linux-next code.
>
> Zhen Lei (4):
> dt-bindings: media: adv7604: eliminate yamllint warnings
> dt-bindings: media: nokia,smia: eliminate yamllint warnings
> dt-bindings: media: ov772x: eliminate yamllint warnings
> dt-bindings: media: imx214: eliminate yamllint warnings
The adv7604, ov772x and imx214 bits have been addressed by:
https://www.spinics.net/lists/linux-media/msg181093.html
Thanks
j
>
> Documentation/devicetree/bindings/media/i2c/adv7604.yaml | 4 ++--
> Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml | 11 ++++++-----
> Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml | 12 ++++++------
> Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml | 12 ++++++------
> 4 files changed, 20 insertions(+), 19 deletions(-)
>
> --
> 1.8.3
>
>
On 2020/12/7 17:08, Jacopo Mondi wrote:
> Hi Zhen,
>
> On Mon, Dec 07, 2020 at 12:23:56PM +0800, Zhen Lei wrote:
>> These patches are based on the latest linux-next code.
>>
>> Zhen Lei (4):
>> dt-bindings: media: adv7604: eliminate yamllint warnings
>> dt-bindings: media: nokia,smia: eliminate yamllint warnings
>> dt-bindings: media: ov772x: eliminate yamllint warnings
>> dt-bindings: media: imx214: eliminate yamllint warnings
>
> The adv7604, ov772x and imx214 bits have been addressed by:
> https://www.spinics.net/lists/linux-media/msg181093.html
OK
>
> Thanks
> j
>
>>
>> Documentation/devicetree/bindings/media/i2c/adv7604.yaml | 4 ++--
>> Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml | 11 ++++++-----
>> Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml | 12 ++++++------
>> Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml | 12 ++++++------
>> 4 files changed, 20 insertions(+), 19 deletions(-)
>>
>> --
>> 1.8.3
>>
>>
>
> .
>
On Mon, 07 Dec 2020 12:23:58 +0800, Zhen Lei wrote:
> Eliminate the following yamllint warnings:
> ./Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml
> :4:1: [error] missing document start "---" (document-start)
> :29:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
> :32:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
>
> Signed-off-by: Zhen Lei <[email protected]>
> ---
> Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml | 11 ++++++-----
> 1 file changed, 6 insertions(+), 5 deletions(-)
>
Reviewed-by: Rob Herring <[email protected]>
On Mon, 07 Dec 2020 12:23:58 +0800, Zhen Lei wrote:
> Eliminate the following yamllint warnings:
> ./Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml
> :4:1: [error] missing document start "---" (document-start)
> :29:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
> :32:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
>
> Signed-off-by: Zhen Lei <[email protected]>
> ---
> Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml | 11 ++++++-----
> 1 file changed, 6 insertions(+), 5 deletions(-)
>
Applied, thanks!