From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F0B95C55179 for ; Tue, 27 Oct 2020 12:18:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8D30222264 for ; Tue, 27 Oct 2020 12:18:42 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="O2E045nZ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751023AbgJ0MSl (ORCPT ); Tue, 27 Oct 2020 08:18:41 -0400 Received: from mail-vk1-f195.google.com ([209.85.221.195]:45260 "EHLO mail-vk1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751022AbgJ0MSk (ORCPT ); Tue, 27 Oct 2020 08:18:40 -0400 Received: by mail-vk1-f195.google.com with SMTP id m3so293522vki.12 for ; Tue, 27 Oct 2020 05:18:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=3jyDQ9HYmLe4tO1fin5xOrARrhAlqUCR+rLAB0OtwC8=; b=O2E045nZSWrDpgz0+IGARkSYIQCCOa611Xz9JYpbINKhGifsf21Oa23WZOXfipyyye 8/HU0nSR0tFlQFTbkcQkr171zPLdIVuCDT1NduBZlQSTZKgs4tQOyhplGOSPE6zYi0Dt Eq4Zn6FmHMgaqvtnmkIXSKXoAXgy1gm/hQGKJRJdHoPjWlg7smihiJEeeAaSeFgF/zpw VNhfDkNzFgjFmcPYHWKMPEor7Cjy1C94KNDzvA/lzGzeVoNfUBE6EoO39nulP0dvlEtr d1FSCpBJb/YlTXHoQWMuZaui5fbhQT9Vz0qGj5QYVTwrQm45QGTd5OMugnwIXtnCjaPG XxPA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=3jyDQ9HYmLe4tO1fin5xOrARrhAlqUCR+rLAB0OtwC8=; b=UTcnGcdDUjUeZmzi7ndjPaFVS4ZrP3oG+1m8YXv823vrW+pO7NP1ck1z/BrMLdhRNe It7dZw3dhf10tMlU0mNCIQSPx4fQWPYx+Vp9VkLBphH7TDZhHNoYS64sjq/TZ8yT6z+p u4loSFj1JdqkcliUL476v0+BAkqNWuLs/xgzw4UPmvX+bBt9XzAQ1qJh+Ld/D0gDPDcJ /PGw8hmFwsdRgRqirpdsbWEDYPIaU5pCwkZKrWMzeX7mKd9Ez/JE6xnZAB/enXc8nlVA 3y6CEAuXbcg0CsM/HPygmqeMVBlxGsGkdV0Sw934XjvlGFdyINMTBnPBfFrjjYQGNcIW uyfw== X-Gm-Message-State: AOAM5324py1xqUlm/RTqVXvptQ3FCuBNOYBShvmFBt57XaL1e4vgTnsT VIrE1tGgcp5ahRLupNg5EoJobEp4/PUPnP/DKZpTtg== X-Google-Smtp-Source: ABdhPJyKKtLTx7wnVGBtnlsqheMWp6qU36VWbzvNVfLncL4DTpwGryiqWWdX4OvYN6XUBmdGWbg+sVmduX7bkWp0dhg= X-Received: by 2002:a1f:9682:: with SMTP id y124mr1142873vkd.6.1603801116727; Tue, 27 Oct 2020 05:18:36 -0700 (PDT) MIME-Version: 1.0 References: <20201023192258.3126047-1-robh@kernel.org> In-Reply-To: <20201023192258.3126047-1-robh@kernel.org> From: Ulf Hansson Date: Tue, 27 Oct 2020 13:17:59 +0100 Message-ID: Subject: Re: [PATCH] dt-bindings: More whitespace clean-ups in schema files To: Rob Herring Cc: DTML , Linux Kernel Mailing List , Linux ARM , dri-devel , "open list:GPIO SUBSYSTEM" , linux-i2c@vger.kernel.org, linux-iio@vger.kernel.org, Linux PM , alsa-devel@alsa-project.org, "linux-mmc@vger.kernel.org" , linux-mtd@lists.infradead.org, linux-serial@vger.kernel.org, Linux USB List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Fri, 23 Oct 2020 at 21:23, Rob Herring wrote: > > Clean-up incorrect indentation, extra spaces, and missing EOF newline in > schema files. Most of the clean-ups are for list indentation which > should always be 2 spaces more than the preceding keyword. > > Found with yamllint (now integrated into the checks). > > Cc: linux-arm-kernel@lists.infradead.org > Cc: dri-devel@lists.freedesktop.org > Cc: linux-gpio@vger.kernel.org > Cc: linux-i2c@vger.kernel.org > Cc: linux-iio@vger.kernel.org > Cc: linux-pm@vger.kernel.org > Cc: alsa-devel@alsa-project.org > Cc: linux-mmc@vger.kernel.org > Cc: linux-mtd@lists.infradead.org > Cc: linux-serial@vger.kernel.org > Cc: linux-usb@vger.kernel.org > Signed-off-by: Rob Herring Acked-by: Ulf Hansson > --- > .../display/bridge/toshiba,tc358775.yaml | 18 ++-- > .../display/panel/ilitek,ili9881c.yaml | 5 +- > .../devicetree/bindings/eeprom/at25.yaml | 6 +- > .../bindings/gpio/kontron,sl28cpld-gpio.yaml | 4 +- > .../devicetree/bindings/i2c/ingenic,i2c.yaml | 8 +- > .../bindings/iio/adc/adi,ad7291.yaml | 3 +- > .../bindings/iio/adc/adi,ad7768-1.yaml | 3 +- > .../bindings/iio/adc/cosmic,10001-adc.yaml | 4 +- > .../bindings/iio/adc/holt,hi8435.yaml | 2 +- > .../interrupt-controller/ti,pruss-intc.yaml | 12 +-- > .../devicetree/bindings/mfd/ene-kb3930.yaml | 2 +- > .../devicetree/bindings/mmc/arasan,sdhci.yaml | 8 +- > .../devicetree/bindings/mmc/sdhci-am654.yaml | 15 ++- > .../pci/socionext,uniphier-pcie-ep.yaml | 18 ++-- > .../phy/socionext,uniphier-ahci-phy.yaml | 6 +- > .../devicetree/bindings/phy/ti,omap-usb2.yaml | 20 ++-- > .../pinctrl/actions,s500-pinctrl.yaml | 102 +++++++++--------- > .../bindings/pinctrl/pinctrl-mt8192.yaml | 2 +- > .../pinctrl/qcom,msm8226-pinctrl.yaml | 6 +- > .../pinctrl/toshiba,visconti-pinctrl.yaml | 24 ++--- > .../bindings/power/reset/reboot-mode.yaml | 6 +- > .../power/supply/ingenic,battery.yaml | 8 +- > .../power/supply/summit,smb347-charger.yaml | 16 +-- > .../bindings/riscv/sifive-l2-cache.yaml | 4 +- > .../devicetree/bindings/rng/imx-rng.yaml | 6 +- > .../bindings/serial/fsl-imx-uart.yaml | 34 +++--- > .../bindings/sound/mchp,spdifrx.yaml | 4 +- > .../bindings/sound/mchp,spdiftx.yaml | 4 +- > .../bindings/sound/qcom,lpass-cpu.yaml | 40 +++---- > .../devicetree/bindings/timer/arm,sp804.yaml | 12 +-- > .../devicetree/bindings/usb/cdns,usb3.yaml | 4 +- > .../devicetree/bindings/usb/ti,hd3ss3220.yaml | 2 +- > .../devicetree/bindings/w1/fsl-imx-owire.yaml | 8 +- > 33 files changed, 210 insertions(+), 206 deletions(-) > > diff --git a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml > index 31f085d8ab13..526bbd63924b 100644 > --- a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml > +++ b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml > @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# > title: Toshiba TC358775 DSI to LVDS bridge bindings > > maintainers: > - - Vinay Simha BN > + - Vinay Simha BN > > description: | > This binding supports DSI to LVDS bridge TC358775 > @@ -29,7 +29,7 @@ properties: > > vdd-supply: > maxItems: 1 > - description: 1.2V LVDS Power Supply > + description: 1.2V LVDS Power Supply > > vddio-supply: > maxItems: 1 > @@ -77,13 +77,13 @@ properties: > - port@1 > > required: > - - compatible > - - reg > - - vdd-supply > - - vddio-supply > - - stby-gpios > - - reset-gpios > - - ports > + - compatible > + - reg > + - vdd-supply > + - vddio-supply > + - stby-gpios > + - reset-gpios > + - ports > > examples: > - | > diff --git a/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml > index c60b3bd74337..b2fcec4f22fd 100644 > --- a/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml > +++ b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml > @@ -13,9 +13,8 @@ properties: > compatible: > items: > - enum: > - - bananapi,lhr050h41 > - - feixin,k101-im2byl02 > - > + - bananapi,lhr050h41 > + - feixin,k101-im2byl02 > - const: ilitek,ili9881c > > backlight: true > diff --git a/Documentation/devicetree/bindings/eeprom/at25.yaml b/Documentation/devicetree/bindings/eeprom/at25.yaml > index 9810619a2b5c..744973637678 100644 > --- a/Documentation/devicetree/bindings/eeprom/at25.yaml > +++ b/Documentation/devicetree/bindings/eeprom/at25.yaml > @@ -81,14 +81,14 @@ properties: > at25,byte-len: > $ref: /schemas/types.yaml#/definitions/uint32 > description: > - Total eeprom size in bytes. Deprecated, use "size" property instead. > + Total eeprom size in bytes. Deprecated, use "size" property instead. > deprecated: true > > at25,addr-mode: > $ref: /schemas/types.yaml#/definitions/uint32 > description: > - Addr-mode flags, as defined in include/linux/spi/eeprom.h. > - Deprecated, use "address-width" property instead. > + Addr-mode flags, as defined in include/linux/spi/eeprom.h. > + Deprecated, use "address-width" property instead. > deprecated: true > > at25,page-size: > diff --git a/Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml b/Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml > index e2d2c10e536a..b032471831e7 100644 > --- a/Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml > +++ b/Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml > @@ -43,8 +43,8 @@ properties: > gpio-controller: true > > gpio-line-names: > - minItems: 1 > - maxItems: 8 > + minItems: 1 > + maxItems: 8 > > required: > - compatible > diff --git a/Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml b/Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml > index 0e7b4b8a7e48..e1e65eb4f795 100644 > --- a/Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml > +++ b/Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml > @@ -19,11 +19,11 @@ properties: > compatible: > oneOf: > - enum: > - - ingenic,jz4770-i2c > - - ingenic,x1000-i2c > + - ingenic,jz4770-i2c > + - ingenic,x1000-i2c > - items: > - - const: ingenic,jz4780-i2c > - - const: ingenic,jz4770-i2c > + - const: ingenic,jz4780-i2c > + - const: ingenic,jz4770-i2c > > reg: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad7291.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad7291.yaml > index 6feafb7e531e..930f9e3904d7 100644 > --- a/Documentation/devicetree/bindings/iio/adc/adi,ad7291.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad7291.yaml > @@ -43,4 +43,5 @@ examples: > vref-supply = <&adc_vref>; > }; > }; > -... > \ No newline at end of file > +... > + > diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.yaml > index d3733ad8785a..8f32800fe5b7 100644 > --- a/Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.yaml > @@ -46,7 +46,8 @@ properties: > spi-max-frequency: true > > spi-cpol: true > - spi-cpha : true > + > + spi-cpha: true > > "#io-channel-cells": > const: 1 > diff --git a/Documentation/devicetree/bindings/iio/adc/cosmic,10001-adc.yaml b/Documentation/devicetree/bindings/iio/adc/cosmic,10001-adc.yaml > index 5d92b477e23f..4e695b97d015 100644 > --- a/Documentation/devicetree/bindings/iio/adc/cosmic,10001-adc.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/cosmic,10001-adc.yaml > @@ -22,8 +22,8 @@ properties: > adc-reserved-channels: > $ref: /schemas/types.yaml#/definitions/uint32 > description: > - Bitmask of reserved channels, i.e. channels that cannot be > - used by the OS. > + Bitmask of reserved channels, i.e. channels that cannot be > + used by the OS. > > clocks: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/iio/adc/holt,hi8435.yaml b/Documentation/devicetree/bindings/iio/adc/holt,hi8435.yaml > index 9514c3381c42..52490cbb0af0 100644 > --- a/Documentation/devicetree/bindings/iio/adc/holt,hi8435.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/holt,hi8435.yaml > @@ -21,7 +21,7 @@ properties: > > gpios: > description: > - GPIO used for controlling the reset pin > + GPIO used for controlling the reset pin > maxItems: 1 > > spi-max-frequency: true > diff --git a/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml b/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml > index bbf79d125675..1c4c009dedd0 100644 > --- a/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml > +++ b/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml > @@ -94,12 +94,12 @@ properties: > instances. > > required: > - - compatible > - - reg > - - interrupts > - - interrupt-names > - - interrupt-controller > - - "#interrupt-cells" > + - compatible > + - reg > + - interrupts > + - interrupt-names > + - interrupt-controller > + - "#interrupt-cells" > > additionalProperties: false > > diff --git a/Documentation/devicetree/bindings/mfd/ene-kb3930.yaml b/Documentation/devicetree/bindings/mfd/ene-kb3930.yaml > index 074243c40891..08af356f5d27 100644 > --- a/Documentation/devicetree/bindings/mfd/ene-kb3930.yaml > +++ b/Documentation/devicetree/bindings/mfd/ene-kb3930.yaml > @@ -17,7 +17,7 @@ properties: > compatible: > items: > - enum: > - - dell,wyse-ariel-ec # Dell Wyse Ariel board (3020) > + - dell,wyse-ariel-ec # Dell Wyse Ariel board (3020) > - const: ene,kb3930 > reg: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml b/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml > index 58fe9d02a781..0753289fba84 100644 > --- a/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml > +++ b/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml > @@ -32,11 +32,11 @@ allOf: > clock-output-names: > oneOf: > - items: > - - const: clk_out_sd0 > - - const: clk_in_sd0 > + - const: clk_out_sd0 > + - const: clk_in_sd0 > - items: > - - const: clk_out_sd1 > - - const: clk_in_sd1 > + - const: clk_out_sd1 > + - const: clk_in_sd1 > > properties: > compatible: > diff --git a/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml b/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml > index ac79f3adf20b..2cd859066462 100644 > --- a/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml > +++ b/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml > @@ -3,7 +3,7 @@ > %YAML 1.2 > --- > $id: "http://devicetree.org/schemas/mmc/sdhci-am654.yaml#" > -$schema : "http://devicetree.org/meta-schemas/core.yaml#" > +$schema: "http://devicetree.org/meta-schemas/core.yaml#" > > title: TI AM654 MMC Controller > > @@ -163,13 +163,12 @@ properties: > ti,driver-strength-ohm: > description: DLL drive strength in ohms > $ref: "/schemas/types.yaml#/definitions/uint32" > - oneOf: > - - enum: > - - 33 > - - 40 > - - 50 > - - 66 > - - 100 > + enum: > + - 33 > + - 40 > + - 50 > + - 66 > + - 100 > > ti,strobe-sel: > description: strobe select delay for HS400 speed mode. > diff --git a/Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml b/Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml > index f4292d2c54e3..d6cf8a560ef0 100644 > --- a/Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml > +++ b/Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml > @@ -29,16 +29,16 @@ properties: > reg-names: > oneOf: > - items: > - - const: dbi > - - const: dbi2 > - - const: link > - - const: addr_space > + - const: dbi > + - const: dbi2 > + - const: link > + - const: addr_space > - items: > - - const: dbi > - - const: dbi2 > - - const: link > - - const: addr_space > - - const: atu > + - const: dbi > + - const: dbi2 > + - const: link > + - const: addr_space > + - const: atu > > clocks: > maxItems: 2 > diff --git a/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml b/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml > index bab2ff4d9dc9..34756347a14e 100644 > --- a/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml > +++ b/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml > @@ -31,10 +31,10 @@ properties: > clock-names: > oneOf: > - items: # for PXs2 > - - const: link > + - const: link > - items: # for others > - - const: link > - - const: phy > + - const: link > + - const: phy > > resets: > maxItems: 2 > diff --git a/Documentation/devicetree/bindings/phy/ti,omap-usb2.yaml b/Documentation/devicetree/bindings/phy/ti,omap-usb2.yaml > index 15207ca9548f..ab77a65c5c55 100644 > --- a/Documentation/devicetree/bindings/phy/ti,omap-usb2.yaml > +++ b/Documentation/devicetree/bindings/phy/ti,omap-usb2.yaml > @@ -7,23 +7,23 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# > title: OMAP USB2 PHY > > maintainers: > - - Kishon Vijay Abraham I > - - Roger Quadros > + - Kishon Vijay Abraham I > + - Roger Quadros > > properties: > compatible: > oneOf: > - items: > - - enum: > - - ti,dra7x-usb2 > - - ti,dra7x-usb2-phy2 > - - ti,am654-usb2 > - - enum: > - - ti,omap-usb2 > + - enum: > + - ti,dra7x-usb2 > + - ti,dra7x-usb2-phy2 > + - ti,am654-usb2 > + - enum: > + - ti,omap-usb2 > - items: > - - const: ti,am437x-usb2 > + - const: ti,am437x-usb2 > - items: > - - const: ti,omap-usb2 > + - const: ti,omap-usb2 > > reg: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/pinctrl/actions,s500-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/actions,s500-pinctrl.yaml > index 33391d30c00c..ccdd9e3820d7 100644 > --- a/Documentation/devicetree/bindings/pinctrl/actions,s500-pinctrl.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/actions,s500-pinctrl.yaml > @@ -76,22 +76,22 @@ patternProperties: > items: > oneOf: > - enum: [lcd0_d18_mfp, rmii_crs_dv_mfp, rmii_txd0_mfp, > - rmii_txd1_mfp, rmii_txen_mfp, rmii_rxen_mfp, rmii_rxd1_mfp, > - rmii_rxd0_mfp, rmii_ref_clk_mfp, i2s_d0_mfp, i2s_pcm1_mfp, > - i2s0_pcm0_mfp, i2s1_pcm0_mfp, i2s_d1_mfp, ks_in2_mfp, > - ks_in1_mfp, ks_in0_mfp, ks_in3_mfp, ks_out0_mfp, > - ks_out1_mfp, ks_out2_mfp, lvds_o_pn_mfp, dsi_dn0_mfp, > - dsi_dp2_mfp, lcd0_d17_mfp, dsi_dp3_mfp, dsi_dn3_mfp, > - dsi_dp0_mfp, lvds_ee_pn_mfp, spi0_i2c_pcm_mfp, > - spi0_i2s_pcm_mfp, dsi_dnp1_cp_mfp, lvds_e_pn_mfp, > - dsi_dn2_mfp, uart2_rtsb_mfp, uart2_ctsb_mfp, uart3_rtsb_mfp, > - uart3_ctsb_mfp, sd0_d0_mfp, sd0_d1_mfp, sd0_d2_d3_mfp, > - sd1_d0_d3_mfp, sd0_cmd_mfp, sd0_clk_mfp, sd1_cmd_mfp, > - uart0_rx_mfp, clko_25m_mfp, csi_cn_cp_mfp, sens0_ckout_mfp, > - uart0_tx_mfp, i2c0_mfp, csi_dn_dp_mfp, sen0_pclk_mfp, > - pcm1_in_mfp, pcm1_clk_mfp, pcm1_sync_mfp, pcm1_out_mfp, > - dnand_data_wr_mfp, dnand_acle_ce0_mfp, nand_ceb2_mfp, > - nand_ceb3_mfp] > + rmii_txd1_mfp, rmii_txen_mfp, rmii_rxen_mfp, rmii_rxd1_mfp, > + rmii_rxd0_mfp, rmii_ref_clk_mfp, i2s_d0_mfp, i2s_pcm1_mfp, > + i2s0_pcm0_mfp, i2s1_pcm0_mfp, i2s_d1_mfp, ks_in2_mfp, > + ks_in1_mfp, ks_in0_mfp, ks_in3_mfp, ks_out0_mfp, > + ks_out1_mfp, ks_out2_mfp, lvds_o_pn_mfp, dsi_dn0_mfp, > + dsi_dp2_mfp, lcd0_d17_mfp, dsi_dp3_mfp, dsi_dn3_mfp, > + dsi_dp0_mfp, lvds_ee_pn_mfp, spi0_i2c_pcm_mfp, > + spi0_i2s_pcm_mfp, dsi_dnp1_cp_mfp, lvds_e_pn_mfp, > + dsi_dn2_mfp, uart2_rtsb_mfp, uart2_ctsb_mfp, uart3_rtsb_mfp, > + uart3_ctsb_mfp, sd0_d0_mfp, sd0_d1_mfp, sd0_d2_d3_mfp, > + sd1_d0_d3_mfp, sd0_cmd_mfp, sd0_clk_mfp, sd1_cmd_mfp, > + uart0_rx_mfp, clko_25m_mfp, csi_cn_cp_mfp, sens0_ckout_mfp, > + uart0_tx_mfp, i2c0_mfp, csi_dn_dp_mfp, sen0_pclk_mfp, > + pcm1_in_mfp, pcm1_clk_mfp, pcm1_sync_mfp, pcm1_out_mfp, > + dnand_data_wr_mfp, dnand_acle_ce0_mfp, nand_ceb2_mfp, > + nand_ceb3_mfp] > minItems: 1 > maxItems: 32 > > @@ -100,10 +100,10 @@ patternProperties: > Specify the alternative function to be configured for the > given gpio pin groups. > enum: [nor, eth_rmii, eth_smii, spi0, spi1, spi2, spi3, sens0, > - sens1, uart0, uart1, uart2, uart3, uart4, uart5, uart6, i2s0, > - i2s1, pcm1, pcm0, ks, jtag, pwm0, pwm1, pwm2, pwm3, pwm4, pwm5, > - p0, sd0, sd1, sd2, i2c0, i2c1, i2c3, dsi, lvds, usb30, clko_25m, > - mipi_csi, nand, spdif, ts, lcd0] > + sens1, uart0, uart1, uart2, uart3, uart4, uart5, uart6, i2s0, > + i2s1, pcm1, pcm0, ks, jtag, pwm0, pwm1, pwm2, pwm3, pwm4, pwm5, > + p0, sd0, sd1, sd2, i2c0, i2c1, i2c3, dsi, lvds, usb30, clko_25m, > + mipi_csi, nand, spdif, ts, lcd0] > > required: > - groups > @@ -126,14 +126,14 @@ patternProperties: > items: > oneOf: > - enum: [sirq_drv, rmii_txd01_txen_drv, rmii_rxer_drv, > - rmii_crs_drv, rmii_rxd10_drv, rmii_ref_clk_drv, > - smi_mdc_mdio_drv, i2s_d0_drv, i2s_bclk0_drv, i2s3_drv, > - i2s13_drv, pcm1_drv, ks_in_drv, ks_out_drv, lvds_all_drv, > - lcd_dsi_drv, dsi_drv, sd0_d0_d3_drv, sd1_d0_d3_drv, > - sd0_cmd_drv, sd0_clk_drv, sd1_cmd_drv, sd1_clk_drv, > - spi0_all_drv, uart0_rx_drv, uart0_tx_drv, uart2_all_drv, > - i2c0_all_drv, i2c12_all_drv, sens0_pclk_drv, > - sens0_ckout_drv, uart3_all_drv] > + rmii_crs_drv, rmii_rxd10_drv, rmii_ref_clk_drv, > + smi_mdc_mdio_drv, i2s_d0_drv, i2s_bclk0_drv, i2s3_drv, > + i2s13_drv, pcm1_drv, ks_in_drv, ks_out_drv, lvds_all_drv, > + lcd_dsi_drv, dsi_drv, sd0_d0_d3_drv, sd1_d0_d3_drv, > + sd0_cmd_drv, sd0_clk_drv, sd1_cmd_drv, sd1_clk_drv, > + spi0_all_drv, uart0_rx_drv, uart0_tx_drv, uart2_all_drv, > + i2c0_all_drv, i2c12_all_drv, sens0_pclk_drv, > + sens0_ckout_drv, uart3_all_drv] > minItems: 1 > maxItems: 32 > > @@ -144,29 +144,29 @@ patternProperties: > items: > oneOf: > - enum: [dnand_dqs, dnand_dqsn, eth_txd0, eth_txd1, eth_txen, > - eth_rxer, eth_crs_dv, eth_rxd1, eth_rxd0, eth_ref_clk, > - eth_mdc, eth_mdio, sirq0, sirq1, sirq2, i2s_d0, i2s_bclk0, > - i2s_lrclk0, i2s_mclk0, i2s_d1, i2s_bclk1, i2s_lrclk1, > - i2s_mclk1, ks_in0, ks_in1, ks_in2, ks_in3, ks_out0, ks_out1, > - ks_out2, lvds_oep, lvds_oen, lvds_odp, lvds_odn, lvds_ocp, > - lvds_ocn, lvds_obp, lvds_obn, lvds_oap, lvds_oan, lvds_eep, > - lvds_een, lvds_edp, lvds_edn, lvds_ecp, lvds_ecn, lvds_ebp, > - lvds_ebn, lvds_eap, lvds_ean, lcd0_d18, lcd0_d17, dsi_dp3, > - dsi_dn3, dsi_dp1, dsi_dn1, dsi_cp, dsi_cn, dsi_dp0, dsi_dn0, > - dsi_dp2, dsi_dn2, sd0_d0, sd0_d1, sd0_d2, sd0_d3, sd1_d0, > - sd1_d1, sd1_d2, sd1_d3, sd0_cmd, sd0_clk, sd1_cmd, sd1_clk, > - spi0_sclk, spi0_ss, spi0_miso, spi0_mosi, uart0_rx, > - uart0_tx, i2c0_sclk, i2c0_sdata, sensor0_pclk, > - sensor0_ckout, dnand_ale, dnand_cle, dnand_ceb0, dnand_ceb1, > - dnand_ceb2, dnand_ceb3, uart2_rx, uart2_tx, uart2_rtsb, > - uart2_ctsb, uart3_rx, uart3_tx, uart3_rtsb, uart3_ctsb, > - pcm1_in, pcm1_clk, pcm1_sync, pcm1_out, i2c1_sclk, > - i2c1_sdata, i2c2_sclk, i2c2_sdata, csi_dn0, csi_dp0, > - csi_dn1, csi_dp1, csi_dn2, csi_dp2, csi_dn3, csi_dp3, > - csi_cn, csi_cp, dnand_d0, dnand_d1, dnand_d2, dnand_d3, > - dnand_d4, dnand_d5, dnand_d6, dnand_d7, dnand_rb, dnand_rdb, > - dnand_rdbn, dnand_wrb, porb, clko_25m, bsel, pkg0, pkg1, > - pkg2, pkg3] > + eth_rxer, eth_crs_dv, eth_rxd1, eth_rxd0, eth_ref_clk, > + eth_mdc, eth_mdio, sirq0, sirq1, sirq2, i2s_d0, i2s_bclk0, > + i2s_lrclk0, i2s_mclk0, i2s_d1, i2s_bclk1, i2s_lrclk1, > + i2s_mclk1, ks_in0, ks_in1, ks_in2, ks_in3, ks_out0, ks_out1, > + ks_out2, lvds_oep, lvds_oen, lvds_odp, lvds_odn, lvds_ocp, > + lvds_ocn, lvds_obp, lvds_obn, lvds_oap, lvds_oan, lvds_eep, > + lvds_een, lvds_edp, lvds_edn, lvds_ecp, lvds_ecn, lvds_ebp, > + lvds_ebn, lvds_eap, lvds_ean, lcd0_d18, lcd0_d17, dsi_dp3, > + dsi_dn3, dsi_dp1, dsi_dn1, dsi_cp, dsi_cn, dsi_dp0, dsi_dn0, > + dsi_dp2, dsi_dn2, sd0_d0, sd0_d1, sd0_d2, sd0_d3, sd1_d0, > + sd1_d1, sd1_d2, sd1_d3, sd0_cmd, sd0_clk, sd1_cmd, sd1_clk, > + spi0_sclk, spi0_ss, spi0_miso, spi0_mosi, uart0_rx, > + uart0_tx, i2c0_sclk, i2c0_sdata, sensor0_pclk, > + sensor0_ckout, dnand_ale, dnand_cle, dnand_ceb0, dnand_ceb1, > + dnand_ceb2, dnand_ceb3, uart2_rx, uart2_tx, uart2_rtsb, > + uart2_ctsb, uart3_rx, uart3_tx, uart3_rtsb, uart3_ctsb, > + pcm1_in, pcm1_clk, pcm1_sync, pcm1_out, i2c1_sclk, > + i2c1_sdata, i2c2_sclk, i2c2_sdata, csi_dn0, csi_dp0, > + csi_dn1, csi_dp1, csi_dn2, csi_dp2, csi_dn3, csi_dp3, > + csi_cn, csi_cp, dnand_d0, dnand_d1, dnand_d2, dnand_d3, > + dnand_d4, dnand_d5, dnand_d6, dnand_d7, dnand_rb, dnand_rdb, > + dnand_rdbn, dnand_wrb, porb, clko_25m, bsel, pkg0, pkg1, > + pkg2, pkg3] > minItems: 1 > maxItems: 64 > > diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml b/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml > index 5556def6b99b..c4c071211611 100644 > --- a/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml > @@ -106,7 +106,7 @@ patternProperties: > required: > - pinmux > > - additionalProperties: false > + additionalProperties: false > > required: > - compatible > diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8226-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,msm8226-pinctrl.yaml > index 1f0f5757f9e1..040d2ada3669 100644 > --- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8226-pinctrl.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8226-pinctrl.yaml > @@ -71,9 +71,9 @@ patternProperties: > Specify the alternative function to be configured for the specified > pins. Functions are only valid for gpio pins. > enum: [ gpio, cci_i2c0, blsp_uim1, blsp_uim2, blsp_uim3, blsp_uim5, > - blsp_i2c1, blsp_i2c2, blsp_i2c3, blsp_i2c5, blsp_spi1, > - blsp_spi2, blsp_spi3, blsp_spi5, blsp_uart1, blsp_uart2, > - blsp_uart3, blsp_uart5, cam_mclk0, cam_mclk1, wlan ] > + blsp_i2c1, blsp_i2c2, blsp_i2c3, blsp_i2c5, blsp_spi1, > + blsp_spi2, blsp_spi3, blsp_spi5, blsp_uart1, blsp_uart2, > + blsp_uart3, blsp_uart5, cam_mclk0, cam_mclk1, wlan ] > > drive-strength: > enum: [2, 4, 6, 8, 10, 12, 14, 16] > diff --git a/Documentation/devicetree/bindings/pinctrl/toshiba,visconti-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/toshiba,visconti-pinctrl.yaml > index d0d1a01140ea..9f1dab0c2430 100644 > --- a/Documentation/devicetree/bindings/pinctrl/toshiba,visconti-pinctrl.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/toshiba,visconti-pinctrl.yaml > @@ -40,24 +40,24 @@ patternProperties: > Function to mux. > $ref: "/schemas/types.yaml#/definitions/string" > enum: [i2c0, i2c1, i2c2, i2c3, i2c4, i2c5, i2c6, i2c7, i2c8, > - spi0, spi1, spi2, spi3, spi4, spi5, spi6, > - uart0, uart1, uart2, uart3, pwm, pcmif_out, pcmif_in] > + spi0, spi1, spi2, spi3, spi4, spi5, spi6, > + uart0, uart1, uart2, uart3, pwm, pcmif_out, pcmif_in] > > groups: > description: > Name of the pin group to use for the functions. > $ref: "/schemas/types.yaml#/definitions/string" > enum: [i2c0_grp, i2c1_grp, i2c2_grp, i2c3_grp, i2c4_grp, > - i2c5_grp, i2c6_grp, i2c7_grp, i2c8_grp, > - spi0_grp, spi0_cs0_grp, spi0_cs1_grp, spi0_cs2_grp, > - spi1_grp, spi2_grp, spi3_grp, spi4_grp, spi5_grp, spi6_grp, > - uart0_grp, uart1_grp, uart2_grp, uart3_grp, > - pwm0_gpio4_grp, pwm0_gpio8_grp, pwm0_gpio12_grp, > - pwm0_gpio16_grp, pwm1_gpio5_grp, pwm1_gpio9_grp, > - pwm1_gpio13_grp, pwm1_gpio17_grp, pwm2_gpio6_grp, > - pwm2_gpio10_grp, pwm2_gpio14_grp, pwm2_gpio18_grp, > - pwm3_gpio7_grp, pwm3_gpio11_grp, pwm3_gpio15_grp, > - pwm3_gpio19_grp, pcmif_out_grp, pcmif_in_grp] > + i2c5_grp, i2c6_grp, i2c7_grp, i2c8_grp, > + spi0_grp, spi0_cs0_grp, spi0_cs1_grp, spi0_cs2_grp, > + spi1_grp, spi2_grp, spi3_grp, spi4_grp, spi5_grp, spi6_grp, > + uart0_grp, uart1_grp, uart2_grp, uart3_grp, > + pwm0_gpio4_grp, pwm0_gpio8_grp, pwm0_gpio12_grp, > + pwm0_gpio16_grp, pwm1_gpio5_grp, pwm1_gpio9_grp, > + pwm1_gpio13_grp, pwm1_gpio17_grp, pwm2_gpio6_grp, > + pwm2_gpio10_grp, pwm2_gpio14_grp, pwm2_gpio18_grp, > + pwm3_gpio7_grp, pwm3_gpio11_grp, pwm3_gpio15_grp, > + pwm3_gpio19_grp, pcmif_out_grp, pcmif_in_grp] > > drive-strength: > enum: [2, 4, 6, 8, 16, 24, 32] > diff --git a/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml b/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml > index a6c91026d4cc..a2dca38577f7 100644 > --- a/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml > +++ b/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml > @@ -28,9 +28,9 @@ description: | > > properties: > mode-normal: > - $ref: /schemas/types.yaml#/definitions/uint32 > - description: | > - Default value to set on a reboot if no command was provided. > + $ref: /schemas/types.yaml#/definitions/uint32 > + description: > + Default value to set on a reboot if no command was provided. > > patternProperties: > "^mode-.*$": > diff --git a/Documentation/devicetree/bindings/power/supply/ingenic,battery.yaml b/Documentation/devicetree/bindings/power/supply/ingenic,battery.yaml > index 867e3e6b7e80..76c227a7cd5c 100644 > --- a/Documentation/devicetree/bindings/power/supply/ingenic,battery.yaml > +++ b/Documentation/devicetree/bindings/power/supply/ingenic,battery.yaml > @@ -15,10 +15,10 @@ properties: > oneOf: > - const: ingenic,jz4740-battery > - items: > - - enum: > - - ingenic,jz4725b-battery > - - ingenic,jz4770-battery > - - const: ingenic,jz4740-battery > + - enum: > + - ingenic,jz4725b-battery > + - ingenic,jz4770-battery > + - const: ingenic,jz4740-battery > > io-channels: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/power/supply/summit,smb347-charger.yaml b/Documentation/devicetree/bindings/power/supply/summit,smb347-charger.yaml > index 193a23af2007..983fc215c1e5 100644 > --- a/Documentation/devicetree/bindings/power/supply/summit,smb347-charger.yaml > +++ b/Documentation/devicetree/bindings/power/supply/summit,smb347-charger.yaml > @@ -84,12 +84,12 @@ allOf: > then: > properties: > summit,mains-current-limit-microamp: > - enum: [ 300000, 500000, 700000, 1000000, > - 1500000, 1800000, 2000000] > + enum: [ 300000, 500000, 700000, 1000000, > + 1500000, 1800000, 2000000] > > summit,usb-current-limit-microamp: > - enum: [ 300000, 500000, 700000, 1000000, > - 1500000, 1800000, 2000000] > + enum: [ 300000, 500000, 700000, 1000000, > + 1500000, 1800000, 2000000] > > summit,charge-current-compensation-microamp: > enum: [200000, 450000, 600000, 900000] > @@ -97,12 +97,12 @@ allOf: > else: > properties: > summit,mains-current-limit-microamp: > - enum: [ 300000, 500000, 700000, 900000, 1200000, > - 1500000, 1800000, 2000000, 2200000, 2500000] > + enum: [ 300000, 500000, 700000, 900000, 1200000, > + 1500000, 1800000, 2000000, 2200000, 2500000] > > summit,usb-current-limit-microamp: > - enum: [ 300000, 500000, 700000, 900000, 1200000, > - 1500000, 1800000, 2000000, 2200000, 2500000] > + enum: [ 300000, 500000, 700000, 900000, 1200000, > + 1500000, 1800000, 2000000, 2200000, 2500000] > > summit,charge-current-compensation-microamp: > enum: [250000, 700000, 900000, 1200000] > diff --git a/Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml b/Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml > index 3f4a1939554d..efc0198eeb74 100644 > --- a/Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml > +++ b/Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml > @@ -25,8 +25,8 @@ select: > properties: > compatible: > items: > - - enum: > - - sifive,fu540-c000-ccache > + - enum: > + - sifive,fu540-c000-ccache > > required: > - compatible > diff --git a/Documentation/devicetree/bindings/rng/imx-rng.yaml b/Documentation/devicetree/bindings/rng/imx-rng.yaml > index 4ad1e456a801..07f6ff89bcc1 100644 > --- a/Documentation/devicetree/bindings/rng/imx-rng.yaml > +++ b/Documentation/devicetree/bindings/rng/imx-rng.yaml > @@ -19,9 +19,9 @@ properties: > - const: fsl,imx21-rnga > - items: > - enum: > - - fsl,imx6sl-rngb > - - fsl,imx6sll-rngb > - - fsl,imx6ull-rngb > + - fsl,imx6sl-rngb > + - fsl,imx6sll-rngb > + - fsl,imx6ull-rngb > - const: fsl,imx25-rngb > - const: fsl,imx35-rngc > > diff --git a/Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml b/Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml > index 9ff85bc6859c..9702c07a6b6c 100644 > --- a/Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml > +++ b/Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml > @@ -20,30 +20,30 @@ properties: > - const: fsl,imx21-uart > - items: > - enum: > - - fsl,imx25-uart > - - fsl,imx27-uart > - - fsl,imx31-uart > - - fsl,imx35-uart > - - fsl,imx50-uart > - - fsl,imx51-uart > - - fsl,imx53-uart > - - fsl,imx6q-uart > + - fsl,imx25-uart > + - fsl,imx27-uart > + - fsl,imx31-uart > + - fsl,imx35-uart > + - fsl,imx50-uart > + - fsl,imx51-uart > + - fsl,imx53-uart > + - fsl,imx6q-uart > - const: fsl,imx21-uart > - items: > - enum: > - - fsl,imx6sl-uart > - - fsl,imx6sll-uart > - - fsl,imx6sx-uart > + - fsl,imx6sl-uart > + - fsl,imx6sll-uart > + - fsl,imx6sx-uart > - const: fsl,imx6q-uart > - const: fsl,imx21-uart > - items: > - enum: > - - fsl,imx6ul-uart > - - fsl,imx7d-uart > - - fsl,imx8mm-uart > - - fsl,imx8mn-uart > - - fsl,imx8mp-uart > - - fsl,imx8mq-uart > + - fsl,imx6ul-uart > + - fsl,imx7d-uart > + - fsl,imx8mm-uart > + - fsl,imx8mn-uart > + - fsl,imx8mp-uart > + - fsl,imx8mq-uart > - const: fsl,imx6q-uart > > reg: > diff --git a/Documentation/devicetree/bindings/sound/mchp,spdifrx.yaml b/Documentation/devicetree/bindings/sound/mchp,spdifrx.yaml > index 7d8bd4e14434..4a2129005c0f 100644 > --- a/Documentation/devicetree/bindings/sound/mchp,spdifrx.yaml > +++ b/Documentation/devicetree/bindings/sound/mchp,spdifrx.yaml > @@ -10,8 +10,8 @@ maintainers: > - Codrin Ciubotariu > > description: > - The Microchip Sony/Philips Digital Interface Receiver is a > - serial port compliant with the IEC-60958 standard. > + The Microchip Sony/Philips Digital Interface Receiver is a serial port > + compliant with the IEC-60958 standard. > > properties: > "#sound-dai-cells": > diff --git a/Documentation/devicetree/bindings/sound/mchp,spdiftx.yaml b/Documentation/devicetree/bindings/sound/mchp,spdiftx.yaml > index a03b0b871fc9..bdfb63387c53 100644 > --- a/Documentation/devicetree/bindings/sound/mchp,spdiftx.yaml > +++ b/Documentation/devicetree/bindings/sound/mchp,spdiftx.yaml > @@ -10,8 +10,8 @@ maintainers: > - Codrin Ciubotariu > > description: > - The Microchip Sony/Philips Digital Interface Transmitter is a > - serial port compliant with the IEC-60958 standard. > + The Microchip Sony/Philips Digital Interface Transmitter is a serial port > + compliant with the IEC-60958 standard. > > properties: > "#sound-dai-cells": > diff --git a/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml b/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml > index f6f9fb49f385..1e23c0e20bc1 100644 > --- a/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml > +++ b/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml > @@ -26,8 +26,10 @@ properties: > reg: > maxItems: 2 > description: LPAIF core registers > + > reg-names: > - maxItems: 2 > + maxItems: 2 > + > clocks: > minItems: 3 > maxItems: 6 > @@ -39,8 +41,10 @@ properties: > interrupts: > maxItems: 2 > description: LPAIF DMA buffer interrupt > + > interrupt-names: > maxItems: 2 > + > qcom,adsp: > $ref: /schemas/types.yaml#/definitions/phandle > description: Phandle for the audio DSP node > @@ -141,31 +145,31 @@ allOf: > properties: > clock-names: > oneOf: > - - items: #for I2S > - - const: pcnoc-sway-clk > - - const: audio-core > - - const: mclk0 > - - const: pcnoc-mport-clk > - - const: mi2s-bit-clk0 > - - const: mi2s-bit-clk1 > - - items: #for HDMI > - - const: pcnoc-sway-clk > - - const: audio-core > - - const: pcnoc-mport-clk > + - items: #for I2S > + - const: pcnoc-sway-clk > + - const: audio-core > + - const: mclk0 > + - const: pcnoc-mport-clk > + - const: mi2s-bit-clk0 > + - const: mi2s-bit-clk1 > + - items: #for HDMI > + - const: pcnoc-sway-clk > + - const: audio-core > + - const: pcnoc-mport-clk > reg-names: > anyOf: > - items: #for I2S > - - const: lpass-lpaif > + - const: lpass-lpaif > - items: #for I2S and HDMI > - - const: lpass-hdmiif > - - const: lpass-lpaif > + - const: lpass-hdmiif > + - const: lpass-lpaif > interrupt-names: > anyOf: > - items: #for I2S > - - const: lpass-irq-lpaif > + - const: lpass-irq-lpaif > - items: #for I2S and HDMI > - - const: lpass-irq-lpaif > - - const: lpass-irq-hdmi > + - const: lpass-irq-lpaif > + - const: lpass-irq-hdmi > required: > - iommus > - power-domains > diff --git a/Documentation/devicetree/bindings/timer/arm,sp804.yaml b/Documentation/devicetree/bindings/timer/arm,sp804.yaml > index e35d3053250a..960e2bd66a97 100644 > --- a/Documentation/devicetree/bindings/timer/arm,sp804.yaml > +++ b/Documentation/devicetree/bindings/timer/arm,sp804.yaml > @@ -33,8 +33,8 @@ properties: > compatible: > items: > - enum: > - - arm,sp804 > - - hisilicon,sp804 > + - arm,sp804 > + - hisilicon,sp804 > - const: arm,primecell > > interrupts: > @@ -58,11 +58,11 @@ properties: > clock is used for all clock inputs. > oneOf: > - items: > - - description: clock for timer 1 > - - description: clock for timer 2 > - - description: bus clock > + - description: clock for timer 1 > + - description: clock for timer 2 > + - description: bus clock > - items: > - - description: unified clock for both timers and the bus > + - description: unified clock for both timers and the bus > > clock-names: true > # The original binding did not specify any clock names, and there is no > diff --git a/Documentation/devicetree/bindings/usb/cdns,usb3.yaml b/Documentation/devicetree/bindings/usb/cdns,usb3.yaml > index ac20b98e9910..d6af2794d444 100644 > --- a/Documentation/devicetree/bindings/usb/cdns,usb3.yaml > +++ b/Documentation/devicetree/bindings/usb/cdns,usb3.yaml > @@ -44,8 +44,8 @@ properties: > enum: [super-speed, high-speed, full-speed] > > phys: > - minItems: 1 > - maxItems: 2 > + minItems: 1 > + maxItems: 2 > > phy-names: > minItems: 1 > diff --git a/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml b/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml > index 5fe9e6211ba2..52ceb07294a3 100644 > --- a/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml > +++ b/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml > @@ -17,7 +17,7 @@ description: |- > > properties: > compatible: > - const: ti,hd3ss3220 > + const: ti,hd3ss3220 > > reg: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml b/Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml > index 1aaf3e768c81..55adea827c34 100644 > --- a/Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml > +++ b/Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml > @@ -15,10 +15,10 @@ properties: > - const: fsl,imx21-owire > - items: > - enum: > - - fsl,imx27-owire > - - fsl,imx50-owire > - - fsl,imx51-owire > - - fsl,imx53-owire > + - fsl,imx27-owire > + - fsl,imx50-owire > + - fsl,imx51-owire > + - fsl,imx53-owire > - const: fsl,imx21-owire > > reg: > -- > 2.25.1 > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 053EBC388F9 for ; Tue, 27 Oct 2020 12:19:42 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 356BE22264 for ; Tue, 27 Oct 2020 12:19:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="ous8JHdw"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="O2E045nZ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 356BE22264 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 1AAAA168B; Tue, 27 Oct 2020 13:18:48 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 1AAAA168B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1603801178; bh=1BZwCVErwk5N8hI6KCexggKe5Xu8VClHdG+mrJbD3iU=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=ous8JHdwopZd96QaSZ5L5PycHaNUfNtxmgyOjKhCGJwZJ+SWznNwGVApZq+nS4KJq M13dF1SsgMAmIs/HS6I+iUzm2IXAQ/jp/HVbu/viXxVRYMQYFVZcD0B+CA0lM9FPB1 51kaGeP0y69uwABhMWQfOTfWQQgDUfgJ1dxnwoUA= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id A2CA3F8019D; Tue, 27 Oct 2020 13:18:47 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 35E49F8020D; Tue, 27 Oct 2020 13:18:46 +0100 (CET) Received: from mail-vk1-xa44.google.com (mail-vk1-xa44.google.com [IPv6:2607:f8b0:4864:20::a44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 95884F8019D for ; Tue, 27 Oct 2020 13:18:39 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 95884F8019D Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="O2E045nZ" Received: by mail-vk1-xa44.google.com with SMTP id s144so304761vkb.1 for ; Tue, 27 Oct 2020 05:18:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=3jyDQ9HYmLe4tO1fin5xOrARrhAlqUCR+rLAB0OtwC8=; b=O2E045nZSWrDpgz0+IGARkSYIQCCOa611Xz9JYpbINKhGifsf21Oa23WZOXfipyyye 8/HU0nSR0tFlQFTbkcQkr171zPLdIVuCDT1NduBZlQSTZKgs4tQOyhplGOSPE6zYi0Dt Eq4Zn6FmHMgaqvtnmkIXSKXoAXgy1gm/hQGKJRJdHoPjWlg7smihiJEeeAaSeFgF/zpw VNhfDkNzFgjFmcPYHWKMPEor7Cjy1C94KNDzvA/lzGzeVoNfUBE6EoO39nulP0dvlEtr d1FSCpBJb/YlTXHoQWMuZaui5fbhQT9Vz0qGj5QYVTwrQm45QGTd5OMugnwIXtnCjaPG XxPA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=3jyDQ9HYmLe4tO1fin5xOrARrhAlqUCR+rLAB0OtwC8=; b=SHO4hiBHbmGwtg3zZbFW1dfm1JAKySvrkkb/76QhHb6jJu7CBq53jz5x0fTKEhcJAL 5VpSC0wKiHSBol8RRlOFWDpBGlX4qTmJRXkHk3/8GxUzvDi8/OL3n3DQ0AC6XSNgv4xl iwfdjZjURT8QBH2BFm0jYzkJrr+lPNySQL5N6jLI4WJ6b0v5CS97mb7dWG4J5+ino1Xo 2Q284UgTs2x0DNekSezkF2+Pni3aCwMsZ5Bh0bsG/wWz7/1SEXs1DB/k0DgYSQ3gMVV1 YQ9H2TMIbsdjFMcmoa9YrTqi1ELQNFG2dRoeD/zE5HUx38dA7Urte+FFXL1TDFa6zMrs 8Xbg== X-Gm-Message-State: AOAM533JybKv8RP6NdizsINFRytyI+P2DQJUkJrb/rfRGoJig0g6tnsV nLcqqGvIaWCbIG6eDr7wP+OFNO5MENMF4onbT3p6Wg== X-Google-Smtp-Source: ABdhPJyKKtLTx7wnVGBtnlsqheMWp6qU36VWbzvNVfLncL4DTpwGryiqWWdX4OvYN6XUBmdGWbg+sVmduX7bkWp0dhg= X-Received: by 2002:a1f:9682:: with SMTP id y124mr1142873vkd.6.1603801116727; Tue, 27 Oct 2020 05:18:36 -0700 (PDT) MIME-Version: 1.0 References: <20201023192258.3126047-1-robh@kernel.org> In-Reply-To: <20201023192258.3126047-1-robh@kernel.org> From: Ulf Hansson Date: Tue, 27 Oct 2020 13:17:59 +0100 Message-ID: Subject: Re: [PATCH] dt-bindings: More whitespace clean-ups in schema files To: Rob Herring Content-Type: text/plain; charset="UTF-8" Cc: DTML , alsa-devel@alsa-project.org, Linux PM , linux-iio@vger.kernel.org, Linux USB List , "linux-mmc@vger.kernel.org" , Linux Kernel Mailing List , dri-devel , "open list:GPIO SUBSYSTEM" , linux-mtd@lists.infradead.org, linux-i2c@vger.kernel.org, linux-serial@vger.kernel.org, Linux ARM X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Fri, 23 Oct 2020 at 21:23, Rob Herring wrote: > > Clean-up incorrect indentation, extra spaces, and missing EOF newline in > schema files. Most of the clean-ups are for list indentation which > should always be 2 spaces more than the preceding keyword. > > Found with yamllint (now integrated into the checks). > > Cc: linux-arm-kernel@lists.infradead.org > Cc: dri-devel@lists.freedesktop.org > Cc: linux-gpio@vger.kernel.org > Cc: linux-i2c@vger.kernel.org > Cc: linux-iio@vger.kernel.org > Cc: linux-pm@vger.kernel.org > Cc: alsa-devel@alsa-project.org > Cc: linux-mmc@vger.kernel.org > Cc: linux-mtd@lists.infradead.org > Cc: linux-serial@vger.kernel.org > Cc: linux-usb@vger.kernel.org > Signed-off-by: Rob Herring Acked-by: Ulf Hansson > --- > .../display/bridge/toshiba,tc358775.yaml | 18 ++-- > .../display/panel/ilitek,ili9881c.yaml | 5 +- > .../devicetree/bindings/eeprom/at25.yaml | 6 +- > .../bindings/gpio/kontron,sl28cpld-gpio.yaml | 4 +- > .../devicetree/bindings/i2c/ingenic,i2c.yaml | 8 +- > .../bindings/iio/adc/adi,ad7291.yaml | 3 +- > .../bindings/iio/adc/adi,ad7768-1.yaml | 3 +- > .../bindings/iio/adc/cosmic,10001-adc.yaml | 4 +- > .../bindings/iio/adc/holt,hi8435.yaml | 2 +- > .../interrupt-controller/ti,pruss-intc.yaml | 12 +-- > .../devicetree/bindings/mfd/ene-kb3930.yaml | 2 +- > .../devicetree/bindings/mmc/arasan,sdhci.yaml | 8 +- > .../devicetree/bindings/mmc/sdhci-am654.yaml | 15 ++- > .../pci/socionext,uniphier-pcie-ep.yaml | 18 ++-- > .../phy/socionext,uniphier-ahci-phy.yaml | 6 +- > .../devicetree/bindings/phy/ti,omap-usb2.yaml | 20 ++-- > .../pinctrl/actions,s500-pinctrl.yaml | 102 +++++++++--------- > .../bindings/pinctrl/pinctrl-mt8192.yaml | 2 +- > .../pinctrl/qcom,msm8226-pinctrl.yaml | 6 +- > .../pinctrl/toshiba,visconti-pinctrl.yaml | 24 ++--- > .../bindings/power/reset/reboot-mode.yaml | 6 +- > .../power/supply/ingenic,battery.yaml | 8 +- > .../power/supply/summit,smb347-charger.yaml | 16 +-- > .../bindings/riscv/sifive-l2-cache.yaml | 4 +- > .../devicetree/bindings/rng/imx-rng.yaml | 6 +- > .../bindings/serial/fsl-imx-uart.yaml | 34 +++--- > .../bindings/sound/mchp,spdifrx.yaml | 4 +- > .../bindings/sound/mchp,spdiftx.yaml | 4 +- > .../bindings/sound/qcom,lpass-cpu.yaml | 40 +++---- > .../devicetree/bindings/timer/arm,sp804.yaml | 12 +-- > .../devicetree/bindings/usb/cdns,usb3.yaml | 4 +- > .../devicetree/bindings/usb/ti,hd3ss3220.yaml | 2 +- > .../devicetree/bindings/w1/fsl-imx-owire.yaml | 8 +- > 33 files changed, 210 insertions(+), 206 deletions(-) > > diff --git a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml > index 31f085d8ab13..526bbd63924b 100644 > --- a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml > +++ b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml > @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# > title: Toshiba TC358775 DSI to LVDS bridge bindings > > maintainers: > - - Vinay Simha BN > + - Vinay Simha BN > > description: | > This binding supports DSI to LVDS bridge TC358775 > @@ -29,7 +29,7 @@ properties: > > vdd-supply: > maxItems: 1 > - description: 1.2V LVDS Power Supply > + description: 1.2V LVDS Power Supply > > vddio-supply: > maxItems: 1 > @@ -77,13 +77,13 @@ properties: > - port@1 > > required: > - - compatible > - - reg > - - vdd-supply > - - vddio-supply > - - stby-gpios > - - reset-gpios > - - ports > + - compatible > + - reg > + - vdd-supply > + - vddio-supply > + - stby-gpios > + - reset-gpios > + - ports > > examples: > - | > diff --git a/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml > index c60b3bd74337..b2fcec4f22fd 100644 > --- a/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml > +++ b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml > @@ -13,9 +13,8 @@ properties: > compatible: > items: > - enum: > - - bananapi,lhr050h41 > - - feixin,k101-im2byl02 > - > + - bananapi,lhr050h41 > + - feixin,k101-im2byl02 > - const: ilitek,ili9881c > > backlight: true > diff --git a/Documentation/devicetree/bindings/eeprom/at25.yaml b/Documentation/devicetree/bindings/eeprom/at25.yaml > index 9810619a2b5c..744973637678 100644 > --- a/Documentation/devicetree/bindings/eeprom/at25.yaml > +++ b/Documentation/devicetree/bindings/eeprom/at25.yaml > @@ -81,14 +81,14 @@ properties: > at25,byte-len: > $ref: /schemas/types.yaml#/definitions/uint32 > description: > - Total eeprom size in bytes. Deprecated, use "size" property instead. > + Total eeprom size in bytes. Deprecated, use "size" property instead. > deprecated: true > > at25,addr-mode: > $ref: /schemas/types.yaml#/definitions/uint32 > description: > - Addr-mode flags, as defined in include/linux/spi/eeprom.h. > - Deprecated, use "address-width" property instead. > + Addr-mode flags, as defined in include/linux/spi/eeprom.h. > + Deprecated, use "address-width" property instead. > deprecated: true > > at25,page-size: > diff --git a/Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml b/Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml > index e2d2c10e536a..b032471831e7 100644 > --- a/Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml > +++ b/Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml > @@ -43,8 +43,8 @@ properties: > gpio-controller: true > > gpio-line-names: > - minItems: 1 > - maxItems: 8 > + minItems: 1 > + maxItems: 8 > > required: > - compatible > diff --git a/Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml b/Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml > index 0e7b4b8a7e48..e1e65eb4f795 100644 > --- a/Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml > +++ b/Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml > @@ -19,11 +19,11 @@ properties: > compatible: > oneOf: > - enum: > - - ingenic,jz4770-i2c > - - ingenic,x1000-i2c > + - ingenic,jz4770-i2c > + - ingenic,x1000-i2c > - items: > - - const: ingenic,jz4780-i2c > - - const: ingenic,jz4770-i2c > + - const: ingenic,jz4780-i2c > + - const: ingenic,jz4770-i2c > > reg: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad7291.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad7291.yaml > index 6feafb7e531e..930f9e3904d7 100644 > --- a/Documentation/devicetree/bindings/iio/adc/adi,ad7291.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad7291.yaml > @@ -43,4 +43,5 @@ examples: > vref-supply = <&adc_vref>; > }; > }; > -... > \ No newline at end of file > +... > + > diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.yaml > index d3733ad8785a..8f32800fe5b7 100644 > --- a/Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.yaml > @@ -46,7 +46,8 @@ properties: > spi-max-frequency: true > > spi-cpol: true > - spi-cpha : true > + > + spi-cpha: true > > "#io-channel-cells": > const: 1 > diff --git a/Documentation/devicetree/bindings/iio/adc/cosmic,10001-adc.yaml b/Documentation/devicetree/bindings/iio/adc/cosmic,10001-adc.yaml > index 5d92b477e23f..4e695b97d015 100644 > --- a/Documentation/devicetree/bindings/iio/adc/cosmic,10001-adc.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/cosmic,10001-adc.yaml > @@ -22,8 +22,8 @@ properties: > adc-reserved-channels: > $ref: /schemas/types.yaml#/definitions/uint32 > description: > - Bitmask of reserved channels, i.e. channels that cannot be > - used by the OS. > + Bitmask of reserved channels, i.e. channels that cannot be > + used by the OS. > > clocks: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/iio/adc/holt,hi8435.yaml b/Documentation/devicetree/bindings/iio/adc/holt,hi8435.yaml > index 9514c3381c42..52490cbb0af0 100644 > --- a/Documentation/devicetree/bindings/iio/adc/holt,hi8435.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/holt,hi8435.yaml > @@ -21,7 +21,7 @@ properties: > > gpios: > description: > - GPIO used for controlling the reset pin > + GPIO used for controlling the reset pin > maxItems: 1 > > spi-max-frequency: true > diff --git a/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml b/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml > index bbf79d125675..1c4c009dedd0 100644 > --- a/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml > +++ b/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml > @@ -94,12 +94,12 @@ properties: > instances. > > required: > - - compatible > - - reg > - - interrupts > - - interrupt-names > - - interrupt-controller > - - "#interrupt-cells" > + - compatible > + - reg > + - interrupts > + - interrupt-names > + - interrupt-controller > + - "#interrupt-cells" > > additionalProperties: false > > diff --git a/Documentation/devicetree/bindings/mfd/ene-kb3930.yaml b/Documentation/devicetree/bindings/mfd/ene-kb3930.yaml > index 074243c40891..08af356f5d27 100644 > --- a/Documentation/devicetree/bindings/mfd/ene-kb3930.yaml > +++ b/Documentation/devicetree/bindings/mfd/ene-kb3930.yaml > @@ -17,7 +17,7 @@ properties: > compatible: > items: > - enum: > - - dell,wyse-ariel-ec # Dell Wyse Ariel board (3020) > + - dell,wyse-ariel-ec # Dell Wyse Ariel board (3020) > - const: ene,kb3930 > reg: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml b/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml > index 58fe9d02a781..0753289fba84 100644 > --- a/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml > +++ b/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml > @@ -32,11 +32,11 @@ allOf: > clock-output-names: > oneOf: > - items: > - - const: clk_out_sd0 > - - const: clk_in_sd0 > + - const: clk_out_sd0 > + - const: clk_in_sd0 > - items: > - - const: clk_out_sd1 > - - const: clk_in_sd1 > + - const: clk_out_sd1 > + - const: clk_in_sd1 > > properties: > compatible: > diff --git a/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml b/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml > index ac79f3adf20b..2cd859066462 100644 > --- a/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml > +++ b/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml > @@ -3,7 +3,7 @@ > %YAML 1.2 > --- > $id: "http://devicetree.org/schemas/mmc/sdhci-am654.yaml#" > -$schema : "http://devicetree.org/meta-schemas/core.yaml#" > +$schema: "http://devicetree.org/meta-schemas/core.yaml#" > > title: TI AM654 MMC Controller > > @@ -163,13 +163,12 @@ properties: > ti,driver-strength-ohm: > description: DLL drive strength in ohms > $ref: "/schemas/types.yaml#/definitions/uint32" > - oneOf: > - - enum: > - - 33 > - - 40 > - - 50 > - - 66 > - - 100 > + enum: > + - 33 > + - 40 > + - 50 > + - 66 > + - 100 > > ti,strobe-sel: > description: strobe select delay for HS400 speed mode. > diff --git a/Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml b/Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml > index f4292d2c54e3..d6cf8a560ef0 100644 > --- a/Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml > +++ b/Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml > @@ -29,16 +29,16 @@ properties: > reg-names: > oneOf: > - items: > - - const: dbi > - - const: dbi2 > - - const: link > - - const: addr_space > + - const: dbi > + - const: dbi2 > + - const: link > + - const: addr_space > - items: > - - const: dbi > - - const: dbi2 > - - const: link > - - const: addr_space > - - const: atu > + - const: dbi > + - const: dbi2 > + - const: link > + - const: addr_space > + - const: atu > > clocks: > maxItems: 2 > diff --git a/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml b/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml > index bab2ff4d9dc9..34756347a14e 100644 > --- a/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml > +++ b/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml > @@ -31,10 +31,10 @@ properties: > clock-names: > oneOf: > - items: # for PXs2 > - - const: link > + - const: link > - items: # for others > - - const: link > - - const: phy > + - const: link > + - const: phy > > resets: > maxItems: 2 > diff --git a/Documentation/devicetree/bindings/phy/ti,omap-usb2.yaml b/Documentation/devicetree/bindings/phy/ti,omap-usb2.yaml > index 15207ca9548f..ab77a65c5c55 100644 > --- a/Documentation/devicetree/bindings/phy/ti,omap-usb2.yaml > +++ b/Documentation/devicetree/bindings/phy/ti,omap-usb2.yaml > @@ -7,23 +7,23 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# > title: OMAP USB2 PHY > > maintainers: > - - Kishon Vijay Abraham I > - - Roger Quadros > + - Kishon Vijay Abraham I > + - Roger Quadros > > properties: > compatible: > oneOf: > - items: > - - enum: > - - ti,dra7x-usb2 > - - ti,dra7x-usb2-phy2 > - - ti,am654-usb2 > - - enum: > - - ti,omap-usb2 > + - enum: > + - ti,dra7x-usb2 > + - ti,dra7x-usb2-phy2 > + - ti,am654-usb2 > + - enum: > + - ti,omap-usb2 > - items: > - - const: ti,am437x-usb2 > + - const: ti,am437x-usb2 > - items: > - - const: ti,omap-usb2 > + - const: ti,omap-usb2 > > reg: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/pinctrl/actions,s500-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/actions,s500-pinctrl.yaml > index 33391d30c00c..ccdd9e3820d7 100644 > --- a/Documentation/devicetree/bindings/pinctrl/actions,s500-pinctrl.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/actions,s500-pinctrl.yaml > @@ -76,22 +76,22 @@ patternProperties: > items: > oneOf: > - enum: [lcd0_d18_mfp, rmii_crs_dv_mfp, rmii_txd0_mfp, > - rmii_txd1_mfp, rmii_txen_mfp, rmii_rxen_mfp, rmii_rxd1_mfp, > - rmii_rxd0_mfp, rmii_ref_clk_mfp, i2s_d0_mfp, i2s_pcm1_mfp, > - i2s0_pcm0_mfp, i2s1_pcm0_mfp, i2s_d1_mfp, ks_in2_mfp, > - ks_in1_mfp, ks_in0_mfp, ks_in3_mfp, ks_out0_mfp, > - ks_out1_mfp, ks_out2_mfp, lvds_o_pn_mfp, dsi_dn0_mfp, > - dsi_dp2_mfp, lcd0_d17_mfp, dsi_dp3_mfp, dsi_dn3_mfp, > - dsi_dp0_mfp, lvds_ee_pn_mfp, spi0_i2c_pcm_mfp, > - spi0_i2s_pcm_mfp, dsi_dnp1_cp_mfp, lvds_e_pn_mfp, > - dsi_dn2_mfp, uart2_rtsb_mfp, uart2_ctsb_mfp, uart3_rtsb_mfp, > - uart3_ctsb_mfp, sd0_d0_mfp, sd0_d1_mfp, sd0_d2_d3_mfp, > - sd1_d0_d3_mfp, sd0_cmd_mfp, sd0_clk_mfp, sd1_cmd_mfp, > - uart0_rx_mfp, clko_25m_mfp, csi_cn_cp_mfp, sens0_ckout_mfp, > - uart0_tx_mfp, i2c0_mfp, csi_dn_dp_mfp, sen0_pclk_mfp, > - pcm1_in_mfp, pcm1_clk_mfp, pcm1_sync_mfp, pcm1_out_mfp, > - dnand_data_wr_mfp, dnand_acle_ce0_mfp, nand_ceb2_mfp, > - nand_ceb3_mfp] > + rmii_txd1_mfp, rmii_txen_mfp, rmii_rxen_mfp, rmii_rxd1_mfp, > + rmii_rxd0_mfp, rmii_ref_clk_mfp, i2s_d0_mfp, i2s_pcm1_mfp, > + i2s0_pcm0_mfp, i2s1_pcm0_mfp, i2s_d1_mfp, ks_in2_mfp, > + ks_in1_mfp, ks_in0_mfp, ks_in3_mfp, ks_out0_mfp, > + ks_out1_mfp, ks_out2_mfp, lvds_o_pn_mfp, dsi_dn0_mfp, > + dsi_dp2_mfp, lcd0_d17_mfp, dsi_dp3_mfp, dsi_dn3_mfp, > + dsi_dp0_mfp, lvds_ee_pn_mfp, spi0_i2c_pcm_mfp, > + spi0_i2s_pcm_mfp, dsi_dnp1_cp_mfp, lvds_e_pn_mfp, > + dsi_dn2_mfp, uart2_rtsb_mfp, uart2_ctsb_mfp, uart3_rtsb_mfp, > + uart3_ctsb_mfp, sd0_d0_mfp, sd0_d1_mfp, sd0_d2_d3_mfp, > + sd1_d0_d3_mfp, sd0_cmd_mfp, sd0_clk_mfp, sd1_cmd_mfp, > + uart0_rx_mfp, clko_25m_mfp, csi_cn_cp_mfp, sens0_ckout_mfp, > + uart0_tx_mfp, i2c0_mfp, csi_dn_dp_mfp, sen0_pclk_mfp, > + pcm1_in_mfp, pcm1_clk_mfp, pcm1_sync_mfp, pcm1_out_mfp, > + dnand_data_wr_mfp, dnand_acle_ce0_mfp, nand_ceb2_mfp, > + nand_ceb3_mfp] > minItems: 1 > maxItems: 32 > > @@ -100,10 +100,10 @@ patternProperties: > Specify the alternative function to be configured for the > given gpio pin groups. > enum: [nor, eth_rmii, eth_smii, spi0, spi1, spi2, spi3, sens0, > - sens1, uart0, uart1, uart2, uart3, uart4, uart5, uart6, i2s0, > - i2s1, pcm1, pcm0, ks, jtag, pwm0, pwm1, pwm2, pwm3, pwm4, pwm5, > - p0, sd0, sd1, sd2, i2c0, i2c1, i2c3, dsi, lvds, usb30, clko_25m, > - mipi_csi, nand, spdif, ts, lcd0] > + sens1, uart0, uart1, uart2, uart3, uart4, uart5, uart6, i2s0, > + i2s1, pcm1, pcm0, ks, jtag, pwm0, pwm1, pwm2, pwm3, pwm4, pwm5, > + p0, sd0, sd1, sd2, i2c0, i2c1, i2c3, dsi, lvds, usb30, clko_25m, > + mipi_csi, nand, spdif, ts, lcd0] > > required: > - groups > @@ -126,14 +126,14 @@ patternProperties: > items: > oneOf: > - enum: [sirq_drv, rmii_txd01_txen_drv, rmii_rxer_drv, > - rmii_crs_drv, rmii_rxd10_drv, rmii_ref_clk_drv, > - smi_mdc_mdio_drv, i2s_d0_drv, i2s_bclk0_drv, i2s3_drv, > - i2s13_drv, pcm1_drv, ks_in_drv, ks_out_drv, lvds_all_drv, > - lcd_dsi_drv, dsi_drv, sd0_d0_d3_drv, sd1_d0_d3_drv, > - sd0_cmd_drv, sd0_clk_drv, sd1_cmd_drv, sd1_clk_drv, > - spi0_all_drv, uart0_rx_drv, uart0_tx_drv, uart2_all_drv, > - i2c0_all_drv, i2c12_all_drv, sens0_pclk_drv, > - sens0_ckout_drv, uart3_all_drv] > + rmii_crs_drv, rmii_rxd10_drv, rmii_ref_clk_drv, > + smi_mdc_mdio_drv, i2s_d0_drv, i2s_bclk0_drv, i2s3_drv, > + i2s13_drv, pcm1_drv, ks_in_drv, ks_out_drv, lvds_all_drv, > + lcd_dsi_drv, dsi_drv, sd0_d0_d3_drv, sd1_d0_d3_drv, > + sd0_cmd_drv, sd0_clk_drv, sd1_cmd_drv, sd1_clk_drv, > + spi0_all_drv, uart0_rx_drv, uart0_tx_drv, uart2_all_drv, > + i2c0_all_drv, i2c12_all_drv, sens0_pclk_drv, > + sens0_ckout_drv, uart3_all_drv] > minItems: 1 > maxItems: 32 > > @@ -144,29 +144,29 @@ patternProperties: > items: > oneOf: > - enum: [dnand_dqs, dnand_dqsn, eth_txd0, eth_txd1, eth_txen, > - eth_rxer, eth_crs_dv, eth_rxd1, eth_rxd0, eth_ref_clk, > - eth_mdc, eth_mdio, sirq0, sirq1, sirq2, i2s_d0, i2s_bclk0, > - i2s_lrclk0, i2s_mclk0, i2s_d1, i2s_bclk1, i2s_lrclk1, > - i2s_mclk1, ks_in0, ks_in1, ks_in2, ks_in3, ks_out0, ks_out1, > - ks_out2, lvds_oep, lvds_oen, lvds_odp, lvds_odn, lvds_ocp, > - lvds_ocn, lvds_obp, lvds_obn, lvds_oap, lvds_oan, lvds_eep, > - lvds_een, lvds_edp, lvds_edn, lvds_ecp, lvds_ecn, lvds_ebp, > - lvds_ebn, lvds_eap, lvds_ean, lcd0_d18, lcd0_d17, dsi_dp3, > - dsi_dn3, dsi_dp1, dsi_dn1, dsi_cp, dsi_cn, dsi_dp0, dsi_dn0, > - dsi_dp2, dsi_dn2, sd0_d0, sd0_d1, sd0_d2, sd0_d3, sd1_d0, > - sd1_d1, sd1_d2, sd1_d3, sd0_cmd, sd0_clk, sd1_cmd, sd1_clk, > - spi0_sclk, spi0_ss, spi0_miso, spi0_mosi, uart0_rx, > - uart0_tx, i2c0_sclk, i2c0_sdata, sensor0_pclk, > - sensor0_ckout, dnand_ale, dnand_cle, dnand_ceb0, dnand_ceb1, > - dnand_ceb2, dnand_ceb3, uart2_rx, uart2_tx, uart2_rtsb, > - uart2_ctsb, uart3_rx, uart3_tx, uart3_rtsb, uart3_ctsb, > - pcm1_in, pcm1_clk, pcm1_sync, pcm1_out, i2c1_sclk, > - i2c1_sdata, i2c2_sclk, i2c2_sdata, csi_dn0, csi_dp0, > - csi_dn1, csi_dp1, csi_dn2, csi_dp2, csi_dn3, csi_dp3, > - csi_cn, csi_cp, dnand_d0, dnand_d1, dnand_d2, dnand_d3, > - dnand_d4, dnand_d5, dnand_d6, dnand_d7, dnand_rb, dnand_rdb, > - dnand_rdbn, dnand_wrb, porb, clko_25m, bsel, pkg0, pkg1, > - pkg2, pkg3] > + eth_rxer, eth_crs_dv, eth_rxd1, eth_rxd0, eth_ref_clk, > + eth_mdc, eth_mdio, sirq0, sirq1, sirq2, i2s_d0, i2s_bclk0, > + i2s_lrclk0, i2s_mclk0, i2s_d1, i2s_bclk1, i2s_lrclk1, > + i2s_mclk1, ks_in0, ks_in1, ks_in2, ks_in3, ks_out0, ks_out1, > + ks_out2, lvds_oep, lvds_oen, lvds_odp, lvds_odn, lvds_ocp, > + lvds_ocn, lvds_obp, lvds_obn, lvds_oap, lvds_oan, lvds_eep, > + lvds_een, lvds_edp, lvds_edn, lvds_ecp, lvds_ecn, lvds_ebp, > + lvds_ebn, lvds_eap, lvds_ean, lcd0_d18, lcd0_d17, dsi_dp3, > + dsi_dn3, dsi_dp1, dsi_dn1, dsi_cp, dsi_cn, dsi_dp0, dsi_dn0, > + dsi_dp2, dsi_dn2, sd0_d0, sd0_d1, sd0_d2, sd0_d3, sd1_d0, > + sd1_d1, sd1_d2, sd1_d3, sd0_cmd, sd0_clk, sd1_cmd, sd1_clk, > + spi0_sclk, spi0_ss, spi0_miso, spi0_mosi, uart0_rx, > + uart0_tx, i2c0_sclk, i2c0_sdata, sensor0_pclk, > + sensor0_ckout, dnand_ale, dnand_cle, dnand_ceb0, dnand_ceb1, > + dnand_ceb2, dnand_ceb3, uart2_rx, uart2_tx, uart2_rtsb, > + uart2_ctsb, uart3_rx, uart3_tx, uart3_rtsb, uart3_ctsb, > + pcm1_in, pcm1_clk, pcm1_sync, pcm1_out, i2c1_sclk, > + i2c1_sdata, i2c2_sclk, i2c2_sdata, csi_dn0, csi_dp0, > + csi_dn1, csi_dp1, csi_dn2, csi_dp2, csi_dn3, csi_dp3, > + csi_cn, csi_cp, dnand_d0, dnand_d1, dnand_d2, dnand_d3, > + dnand_d4, dnand_d5, dnand_d6, dnand_d7, dnand_rb, dnand_rdb, > + dnand_rdbn, dnand_wrb, porb, clko_25m, bsel, pkg0, pkg1, > + pkg2, pkg3] > minItems: 1 > maxItems: 64 > > diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml b/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml > index 5556def6b99b..c4c071211611 100644 > --- a/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml > @@ -106,7 +106,7 @@ patternProperties: > required: > - pinmux > > - additionalProperties: false > + additionalProperties: false > > required: > - compatible > diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8226-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,msm8226-pinctrl.yaml > index 1f0f5757f9e1..040d2ada3669 100644 > --- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8226-pinctrl.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8226-pinctrl.yaml > @@ -71,9 +71,9 @@ patternProperties: > Specify the alternative function to be configured for the specified > pins. Functions are only valid for gpio pins. > enum: [ gpio, cci_i2c0, blsp_uim1, blsp_uim2, blsp_uim3, blsp_uim5, > - blsp_i2c1, blsp_i2c2, blsp_i2c3, blsp_i2c5, blsp_spi1, > - blsp_spi2, blsp_spi3, blsp_spi5, blsp_uart1, blsp_uart2, > - blsp_uart3, blsp_uart5, cam_mclk0, cam_mclk1, wlan ] > + blsp_i2c1, blsp_i2c2, blsp_i2c3, blsp_i2c5, blsp_spi1, > + blsp_spi2, blsp_spi3, blsp_spi5, blsp_uart1, blsp_uart2, > + blsp_uart3, blsp_uart5, cam_mclk0, cam_mclk1, wlan ] > > drive-strength: > enum: [2, 4, 6, 8, 10, 12, 14, 16] > diff --git a/Documentation/devicetree/bindings/pinctrl/toshiba,visconti-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/toshiba,visconti-pinctrl.yaml > index d0d1a01140ea..9f1dab0c2430 100644 > --- a/Documentation/devicetree/bindings/pinctrl/toshiba,visconti-pinctrl.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/toshiba,visconti-pinctrl.yaml > @@ -40,24 +40,24 @@ patternProperties: > Function to mux. > $ref: "/schemas/types.yaml#/definitions/string" > enum: [i2c0, i2c1, i2c2, i2c3, i2c4, i2c5, i2c6, i2c7, i2c8, > - spi0, spi1, spi2, spi3, spi4, spi5, spi6, > - uart0, uart1, uart2, uart3, pwm, pcmif_out, pcmif_in] > + spi0, spi1, spi2, spi3, spi4, spi5, spi6, > + uart0, uart1, uart2, uart3, pwm, pcmif_out, pcmif_in] > > groups: > description: > Name of the pin group to use for the functions. > $ref: "/schemas/types.yaml#/definitions/string" > enum: [i2c0_grp, i2c1_grp, i2c2_grp, i2c3_grp, i2c4_grp, > - i2c5_grp, i2c6_grp, i2c7_grp, i2c8_grp, > - spi0_grp, spi0_cs0_grp, spi0_cs1_grp, spi0_cs2_grp, > - spi1_grp, spi2_grp, spi3_grp, spi4_grp, spi5_grp, spi6_grp, > - uart0_grp, uart1_grp, uart2_grp, uart3_grp, > - pwm0_gpio4_grp, pwm0_gpio8_grp, pwm0_gpio12_grp, > - pwm0_gpio16_grp, pwm1_gpio5_grp, pwm1_gpio9_grp, > - pwm1_gpio13_grp, pwm1_gpio17_grp, pwm2_gpio6_grp, > - pwm2_gpio10_grp, pwm2_gpio14_grp, pwm2_gpio18_grp, > - pwm3_gpio7_grp, pwm3_gpio11_grp, pwm3_gpio15_grp, > - pwm3_gpio19_grp, pcmif_out_grp, pcmif_in_grp] > + i2c5_grp, i2c6_grp, i2c7_grp, i2c8_grp, > + spi0_grp, spi0_cs0_grp, spi0_cs1_grp, spi0_cs2_grp, > + spi1_grp, spi2_grp, spi3_grp, spi4_grp, spi5_grp, spi6_grp, > + uart0_grp, uart1_grp, uart2_grp, uart3_grp, > + pwm0_gpio4_grp, pwm0_gpio8_grp, pwm0_gpio12_grp, > + pwm0_gpio16_grp, pwm1_gpio5_grp, pwm1_gpio9_grp, > + pwm1_gpio13_grp, pwm1_gpio17_grp, pwm2_gpio6_grp, > + pwm2_gpio10_grp, pwm2_gpio14_grp, pwm2_gpio18_grp, > + pwm3_gpio7_grp, pwm3_gpio11_grp, pwm3_gpio15_grp, > + pwm3_gpio19_grp, pcmif_out_grp, pcmif_in_grp] > > drive-strength: > enum: [2, 4, 6, 8, 16, 24, 32] > diff --git a/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml b/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml > index a6c91026d4cc..a2dca38577f7 100644 > --- a/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml > +++ b/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml > @@ -28,9 +28,9 @@ description: | > > properties: > mode-normal: > - $ref: /schemas/types.yaml#/definitions/uint32 > - description: | > - Default value to set on a reboot if no command was provided. > + $ref: /schemas/types.yaml#/definitions/uint32 > + description: > + Default value to set on a reboot if no command was provided. > > patternProperties: > "^mode-.*$": > diff --git a/Documentation/devicetree/bindings/power/supply/ingenic,battery.yaml b/Documentation/devicetree/bindings/power/supply/ingenic,battery.yaml > index 867e3e6b7e80..76c227a7cd5c 100644 > --- a/Documentation/devicetree/bindings/power/supply/ingenic,battery.yaml > +++ b/Documentation/devicetree/bindings/power/supply/ingenic,battery.yaml > @@ -15,10 +15,10 @@ properties: > oneOf: > - const: ingenic,jz4740-battery > - items: > - - enum: > - - ingenic,jz4725b-battery > - - ingenic,jz4770-battery > - - const: ingenic,jz4740-battery > + - enum: > + - ingenic,jz4725b-battery > + - ingenic,jz4770-battery > + - const: ingenic,jz4740-battery > > io-channels: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/power/supply/summit,smb347-charger.yaml b/Documentation/devicetree/bindings/power/supply/summit,smb347-charger.yaml > index 193a23af2007..983fc215c1e5 100644 > --- a/Documentation/devicetree/bindings/power/supply/summit,smb347-charger.yaml > +++ b/Documentation/devicetree/bindings/power/supply/summit,smb347-charger.yaml > @@ -84,12 +84,12 @@ allOf: > then: > properties: > summit,mains-current-limit-microamp: > - enum: [ 300000, 500000, 700000, 1000000, > - 1500000, 1800000, 2000000] > + enum: [ 300000, 500000, 700000, 1000000, > + 1500000, 1800000, 2000000] > > summit,usb-current-limit-microamp: > - enum: [ 300000, 500000, 700000, 1000000, > - 1500000, 1800000, 2000000] > + enum: [ 300000, 500000, 700000, 1000000, > + 1500000, 1800000, 2000000] > > summit,charge-current-compensation-microamp: > enum: [200000, 450000, 600000, 900000] > @@ -97,12 +97,12 @@ allOf: > else: > properties: > summit,mains-current-limit-microamp: > - enum: [ 300000, 500000, 700000, 900000, 1200000, > - 1500000, 1800000, 2000000, 2200000, 2500000] > + enum: [ 300000, 500000, 700000, 900000, 1200000, > + 1500000, 1800000, 2000000, 2200000, 2500000] > > summit,usb-current-limit-microamp: > - enum: [ 300000, 500000, 700000, 900000, 1200000, > - 1500000, 1800000, 2000000, 2200000, 2500000] > + enum: [ 300000, 500000, 700000, 900000, 1200000, > + 1500000, 1800000, 2000000, 2200000, 2500000] > > summit,charge-current-compensation-microamp: > enum: [250000, 700000, 900000, 1200000] > diff --git a/Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml b/Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml > index 3f4a1939554d..efc0198eeb74 100644 > --- a/Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml > +++ b/Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml > @@ -25,8 +25,8 @@ select: > properties: > compatible: > items: > - - enum: > - - sifive,fu540-c000-ccache > + - enum: > + - sifive,fu540-c000-ccache > > required: > - compatible > diff --git a/Documentation/devicetree/bindings/rng/imx-rng.yaml b/Documentation/devicetree/bindings/rng/imx-rng.yaml > index 4ad1e456a801..07f6ff89bcc1 100644 > --- a/Documentation/devicetree/bindings/rng/imx-rng.yaml > +++ b/Documentation/devicetree/bindings/rng/imx-rng.yaml > @@ -19,9 +19,9 @@ properties: > - const: fsl,imx21-rnga > - items: > - enum: > - - fsl,imx6sl-rngb > - - fsl,imx6sll-rngb > - - fsl,imx6ull-rngb > + - fsl,imx6sl-rngb > + - fsl,imx6sll-rngb > + - fsl,imx6ull-rngb > - const: fsl,imx25-rngb > - const: fsl,imx35-rngc > > diff --git a/Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml b/Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml > index 9ff85bc6859c..9702c07a6b6c 100644 > --- a/Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml > +++ b/Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml > @@ -20,30 +20,30 @@ properties: > - const: fsl,imx21-uart > - items: > - enum: > - - fsl,imx25-uart > - - fsl,imx27-uart > - - fsl,imx31-uart > - - fsl,imx35-uart > - - fsl,imx50-uart > - - fsl,imx51-uart > - - fsl,imx53-uart > - - fsl,imx6q-uart > + - fsl,imx25-uart > + - fsl,imx27-uart > + - fsl,imx31-uart > + - fsl,imx35-uart > + - fsl,imx50-uart > + - fsl,imx51-uart > + - fsl,imx53-uart > + - fsl,imx6q-uart > - const: fsl,imx21-uart > - items: > - enum: > - - fsl,imx6sl-uart > - - fsl,imx6sll-uart > - - fsl,imx6sx-uart > + - fsl,imx6sl-uart > + - fsl,imx6sll-uart > + - fsl,imx6sx-uart > - const: fsl,imx6q-uart > - const: fsl,imx21-uart > - items: > - enum: > - - fsl,imx6ul-uart > - - fsl,imx7d-uart > - - fsl,imx8mm-uart > - - fsl,imx8mn-uart > - - fsl,imx8mp-uart > - - fsl,imx8mq-uart > + - fsl,imx6ul-uart > + - fsl,imx7d-uart > + - fsl,imx8mm-uart > + - fsl,imx8mn-uart > + - fsl,imx8mp-uart > + - fsl,imx8mq-uart > - const: fsl,imx6q-uart > > reg: > diff --git a/Documentation/devicetree/bindings/sound/mchp,spdifrx.yaml b/Documentation/devicetree/bindings/sound/mchp,spdifrx.yaml > index 7d8bd4e14434..4a2129005c0f 100644 > --- a/Documentation/devicetree/bindings/sound/mchp,spdifrx.yaml > +++ b/Documentation/devicetree/bindings/sound/mchp,spdifrx.yaml > @@ -10,8 +10,8 @@ maintainers: > - Codrin Ciubotariu > > description: > - The Microchip Sony/Philips Digital Interface Receiver is a > - serial port compliant with the IEC-60958 standard. > + The Microchip Sony/Philips Digital Interface Receiver is a serial port > + compliant with the IEC-60958 standard. > > properties: > "#sound-dai-cells": > diff --git a/Documentation/devicetree/bindings/sound/mchp,spdiftx.yaml b/Documentation/devicetree/bindings/sound/mchp,spdiftx.yaml > index a03b0b871fc9..bdfb63387c53 100644 > --- a/Documentation/devicetree/bindings/sound/mchp,spdiftx.yaml > +++ b/Documentation/devicetree/bindings/sound/mchp,spdiftx.yaml > @@ -10,8 +10,8 @@ maintainers: > - Codrin Ciubotariu > > description: > - The Microchip Sony/Philips Digital Interface Transmitter is a > - serial port compliant with the IEC-60958 standard. > + The Microchip Sony/Philips Digital Interface Transmitter is a serial port > + compliant with the IEC-60958 standard. > > properties: > "#sound-dai-cells": > diff --git a/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml b/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml > index f6f9fb49f385..1e23c0e20bc1 100644 > --- a/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml > +++ b/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml > @@ -26,8 +26,10 @@ properties: > reg: > maxItems: 2 > description: LPAIF core registers > + > reg-names: > - maxItems: 2 > + maxItems: 2 > + > clocks: > minItems: 3 > maxItems: 6 > @@ -39,8 +41,10 @@ properties: > interrupts: > maxItems: 2 > description: LPAIF DMA buffer interrupt > + > interrupt-names: > maxItems: 2 > + > qcom,adsp: > $ref: /schemas/types.yaml#/definitions/phandle > description: Phandle for the audio DSP node > @@ -141,31 +145,31 @@ allOf: > properties: > clock-names: > oneOf: > - - items: #for I2S > - - const: pcnoc-sway-clk > - - const: audio-core > - - const: mclk0 > - - const: pcnoc-mport-clk > - - const: mi2s-bit-clk0 > - - const: mi2s-bit-clk1 > - - items: #for HDMI > - - const: pcnoc-sway-clk > - - const: audio-core > - - const: pcnoc-mport-clk > + - items: #for I2S > + - const: pcnoc-sway-clk > + - const: audio-core > + - const: mclk0 > + - const: pcnoc-mport-clk > + - const: mi2s-bit-clk0 > + - const: mi2s-bit-clk1 > + - items: #for HDMI > + - const: pcnoc-sway-clk > + - const: audio-core > + - const: pcnoc-mport-clk > reg-names: > anyOf: > - items: #for I2S > - - const: lpass-lpaif > + - const: lpass-lpaif > - items: #for I2S and HDMI > - - const: lpass-hdmiif > - - const: lpass-lpaif > + - const: lpass-hdmiif > + - const: lpass-lpaif > interrupt-names: > anyOf: > - items: #for I2S > - - const: lpass-irq-lpaif > + - const: lpass-irq-lpaif > - items: #for I2S and HDMI > - - const: lpass-irq-lpaif > - - const: lpass-irq-hdmi > + - const: lpass-irq-lpaif > + - const: lpass-irq-hdmi > required: > - iommus > - power-domains > diff --git a/Documentation/devicetree/bindings/timer/arm,sp804.yaml b/Documentation/devicetree/bindings/timer/arm,sp804.yaml > index e35d3053250a..960e2bd66a97 100644 > --- a/Documentation/devicetree/bindings/timer/arm,sp804.yaml > +++ b/Documentation/devicetree/bindings/timer/arm,sp804.yaml > @@ -33,8 +33,8 @@ properties: > compatible: > items: > - enum: > - - arm,sp804 > - - hisilicon,sp804 > + - arm,sp804 > + - hisilicon,sp804 > - const: arm,primecell > > interrupts: > @@ -58,11 +58,11 @@ properties: > clock is used for all clock inputs. > oneOf: > - items: > - - description: clock for timer 1 > - - description: clock for timer 2 > - - description: bus clock > + - description: clock for timer 1 > + - description: clock for timer 2 > + - description: bus clock > - items: > - - description: unified clock for both timers and the bus > + - description: unified clock for both timers and the bus > > clock-names: true > # The original binding did not specify any clock names, and there is no > diff --git a/Documentation/devicetree/bindings/usb/cdns,usb3.yaml b/Documentation/devicetree/bindings/usb/cdns,usb3.yaml > index ac20b98e9910..d6af2794d444 100644 > --- a/Documentation/devicetree/bindings/usb/cdns,usb3.yaml > +++ b/Documentation/devicetree/bindings/usb/cdns,usb3.yaml > @@ -44,8 +44,8 @@ properties: > enum: [super-speed, high-speed, full-speed] > > phys: > - minItems: 1 > - maxItems: 2 > + minItems: 1 > + maxItems: 2 > > phy-names: > minItems: 1 > diff --git a/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml b/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml > index 5fe9e6211ba2..52ceb07294a3 100644 > --- a/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml > +++ b/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml > @@ -17,7 +17,7 @@ description: |- > > properties: > compatible: > - const: ti,hd3ss3220 > + const: ti,hd3ss3220 > > reg: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml b/Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml > index 1aaf3e768c81..55adea827c34 100644 > --- a/Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml > +++ b/Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml > @@ -15,10 +15,10 @@ properties: > - const: fsl,imx21-owire > - items: > - enum: > - - fsl,imx27-owire > - - fsl,imx50-owire > - - fsl,imx51-owire > - - fsl,imx53-owire > + - fsl,imx27-owire > + - fsl,imx50-owire > + - fsl,imx51-owire > + - fsl,imx53-owire > - const: fsl,imx21-owire > > reg: > -- > 2.25.1 > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3EEBCC388F9 for ; Tue, 27 Oct 2020 12:20:11 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A8F6122202 for ; Tue, 27 Oct 2020 12:20:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="CLVWgacs"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="O2E045nZ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A8F6122202 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From:In-Reply-To: References:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=y6qxTB4+yEFd4Qkfnp1lhdqAgdVFRuDp68PX25YLjAY=; b=CLVWgacsbdLxY9Bes4TKrAIuM qDkxyN7lOAAdTb1SarB6s5IR9b2/iNAKD3Mntf/IF5zZTnew5hF+2irKEf3ndIui87zK2Q/QLVptJ lqymj2zbOCxFO6CuZ5RV/bKVZtBQ2kftkHHvkovQXDcRGl/6i3q1eSRER+T4LypZoUSlooNv1qsbi n/ezxGcYXJE+qj0W2A4iUYjcBoue+XI+YaCPRIEkZ+Grrtf+66XGBH0BYW4fjNGXeqhoc6OhkUJrv QpMZDsQUiXcP7v2Nv7lhtcbLP+3PRNSVjWtsrPTzcl1gRmBC2eiQ3svJ2ZOXX+cgKSHzEinBBbgoZ NJxuG0pjg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kXNwB-0006G0-5k; Tue, 27 Oct 2020 12:18:51 +0000 Received: from mail-vk1-xa43.google.com ([2607:f8b0:4864:20::a43]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kXNw1-0006BO-3s for linux-mtd@lists.infradead.org; Tue, 27 Oct 2020 12:18:48 +0000 Received: by mail-vk1-xa43.google.com with SMTP id t67so299186vkb.8 for ; Tue, 27 Oct 2020 05:18:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=3jyDQ9HYmLe4tO1fin5xOrARrhAlqUCR+rLAB0OtwC8=; b=O2E045nZSWrDpgz0+IGARkSYIQCCOa611Xz9JYpbINKhGifsf21Oa23WZOXfipyyye 8/HU0nSR0tFlQFTbkcQkr171zPLdIVuCDT1NduBZlQSTZKgs4tQOyhplGOSPE6zYi0Dt Eq4Zn6FmHMgaqvtnmkIXSKXoAXgy1gm/hQGKJRJdHoPjWlg7smihiJEeeAaSeFgF/zpw VNhfDkNzFgjFmcPYHWKMPEor7Cjy1C94KNDzvA/lzGzeVoNfUBE6EoO39nulP0dvlEtr d1FSCpBJb/YlTXHoQWMuZaui5fbhQT9Vz0qGj5QYVTwrQm45QGTd5OMugnwIXtnCjaPG XxPA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=3jyDQ9HYmLe4tO1fin5xOrARrhAlqUCR+rLAB0OtwC8=; b=gzrVzMIIujTIbm9fT7eb3GhyRnNPuu/hkZumvPH2UnKVc87NtEFqa6j6d7fTotxkUE MSt0fYHIXC7Dro9DPkU4jOGXSxLdO1McpOOU2kbebmEJ6n/LZYBfTjY44nccPdGU3UOR 2yQ3hM9Vm2mx+jhNctclQ9w2dajhL7kCvcEt8gsfBJ4e+fFxXtDAgWKBh5ms3nrrmMgy wkH66vAw8DhcEp1KjjZo8HhJPt0fAcCwar49irTEQweKovSSePHdPJcswqJOk6pyMYIB LHMtCZPzhNCucG7pciv0ePfUEqnkxk4bKU2LyfDrukFDSh9sU7lubXL7LM6Ygewr6nXg bH7w== X-Gm-Message-State: AOAM530pnR6lTm9RR33HY8FiFbFZJ/43bg3s6UesgmA2rA4loL4XlyNr cDn2GUKIWbInHS5MrFmcN8k30d3ofQowjpa2mO271Q== X-Google-Smtp-Source: ABdhPJyKKtLTx7wnVGBtnlsqheMWp6qU36VWbzvNVfLncL4DTpwGryiqWWdX4OvYN6XUBmdGWbg+sVmduX7bkWp0dhg= X-Received: by 2002:a1f:9682:: with SMTP id y124mr1142873vkd.6.1603801116727; Tue, 27 Oct 2020 05:18:36 -0700 (PDT) MIME-Version: 1.0 References: <20201023192258.3126047-1-robh@kernel.org> In-Reply-To: <20201023192258.3126047-1-robh@kernel.org> From: Ulf Hansson Date: Tue, 27 Oct 2020 13:17:59 +0100 Message-ID: Subject: Re: [PATCH] dt-bindings: More whitespace clean-ups in schema files To: Rob Herring X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201027_081841_207709_09EA44F6 X-CRM114-Status: GOOD ( 20.89 ) X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: DTML , alsa-devel@alsa-project.org, Linux PM , linux-iio@vger.kernel.org, Linux USB List , "linux-mmc@vger.kernel.org" , Linux Kernel Mailing List , dri-devel , "open list:GPIO SUBSYSTEM" , linux-mtd@lists.infradead.org, linux-i2c@vger.kernel.org, linux-serial@vger.kernel.org, Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-mtd" Errors-To: linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org On Fri, 23 Oct 2020 at 21:23, Rob Herring wrote: > > Clean-up incorrect indentation, extra spaces, and missing EOF newline in > schema files. Most of the clean-ups are for list indentation which > should always be 2 spaces more than the preceding keyword. > > Found with yamllint (now integrated into the checks). > > Cc: linux-arm-kernel@lists.infradead.org > Cc: dri-devel@lists.freedesktop.org > Cc: linux-gpio@vger.kernel.org > Cc: linux-i2c@vger.kernel.org > Cc: linux-iio@vger.kernel.org > Cc: linux-pm@vger.kernel.org > Cc: alsa-devel@alsa-project.org > Cc: linux-mmc@vger.kernel.org > Cc: linux-mtd@lists.infradead.org > Cc: linux-serial@vger.kernel.org > Cc: linux-usb@vger.kernel.org > Signed-off-by: Rob Herring Acked-by: Ulf Hansson > --- > .../display/bridge/toshiba,tc358775.yaml | 18 ++-- > .../display/panel/ilitek,ili9881c.yaml | 5 +- > .../devicetree/bindings/eeprom/at25.yaml | 6 +- > .../bindings/gpio/kontron,sl28cpld-gpio.yaml | 4 +- > .../devicetree/bindings/i2c/ingenic,i2c.yaml | 8 +- > .../bindings/iio/adc/adi,ad7291.yaml | 3 +- > .../bindings/iio/adc/adi,ad7768-1.yaml | 3 +- > .../bindings/iio/adc/cosmic,10001-adc.yaml | 4 +- > .../bindings/iio/adc/holt,hi8435.yaml | 2 +- > .../interrupt-controller/ti,pruss-intc.yaml | 12 +-- > .../devicetree/bindings/mfd/ene-kb3930.yaml | 2 +- > .../devicetree/bindings/mmc/arasan,sdhci.yaml | 8 +- > .../devicetree/bindings/mmc/sdhci-am654.yaml | 15 ++- > .../pci/socionext,uniphier-pcie-ep.yaml | 18 ++-- > .../phy/socionext,uniphier-ahci-phy.yaml | 6 +- > .../devicetree/bindings/phy/ti,omap-usb2.yaml | 20 ++-- > .../pinctrl/actions,s500-pinctrl.yaml | 102 +++++++++--------- > .../bindings/pinctrl/pinctrl-mt8192.yaml | 2 +- > .../pinctrl/qcom,msm8226-pinctrl.yaml | 6 +- > .../pinctrl/toshiba,visconti-pinctrl.yaml | 24 ++--- > .../bindings/power/reset/reboot-mode.yaml | 6 +- > .../power/supply/ingenic,battery.yaml | 8 +- > .../power/supply/summit,smb347-charger.yaml | 16 +-- > .../bindings/riscv/sifive-l2-cache.yaml | 4 +- > .../devicetree/bindings/rng/imx-rng.yaml | 6 +- > .../bindings/serial/fsl-imx-uart.yaml | 34 +++--- > .../bindings/sound/mchp,spdifrx.yaml | 4 +- > .../bindings/sound/mchp,spdiftx.yaml | 4 +- > .../bindings/sound/qcom,lpass-cpu.yaml | 40 +++---- > .../devicetree/bindings/timer/arm,sp804.yaml | 12 +-- > .../devicetree/bindings/usb/cdns,usb3.yaml | 4 +- > .../devicetree/bindings/usb/ti,hd3ss3220.yaml | 2 +- > .../devicetree/bindings/w1/fsl-imx-owire.yaml | 8 +- > 33 files changed, 210 insertions(+), 206 deletions(-) > > diff --git a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml > index 31f085d8ab13..526bbd63924b 100644 > --- a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml > +++ b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml > @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# > title: Toshiba TC358775 DSI to LVDS bridge bindings > > maintainers: > - - Vinay Simha BN > + - Vinay Simha BN > > description: | > This binding supports DSI to LVDS bridge TC358775 > @@ -29,7 +29,7 @@ properties: > > vdd-supply: > maxItems: 1 > - description: 1.2V LVDS Power Supply > + description: 1.2V LVDS Power Supply > > vddio-supply: > maxItems: 1 > @@ -77,13 +77,13 @@ properties: > - port@1 > > required: > - - compatible > - - reg > - - vdd-supply > - - vddio-supply > - - stby-gpios > - - reset-gpios > - - ports > + - compatible > + - reg > + - vdd-supply > + - vddio-supply > + - stby-gpios > + - reset-gpios > + - ports > > examples: > - | > diff --git a/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml > index c60b3bd74337..b2fcec4f22fd 100644 > --- a/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml > +++ b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml > @@ -13,9 +13,8 @@ properties: > compatible: > items: > - enum: > - - bananapi,lhr050h41 > - - feixin,k101-im2byl02 > - > + - bananapi,lhr050h41 > + - feixin,k101-im2byl02 > - const: ilitek,ili9881c > > backlight: true > diff --git a/Documentation/devicetree/bindings/eeprom/at25.yaml b/Documentation/devicetree/bindings/eeprom/at25.yaml > index 9810619a2b5c..744973637678 100644 > --- a/Documentation/devicetree/bindings/eeprom/at25.yaml > +++ b/Documentation/devicetree/bindings/eeprom/at25.yaml > @@ -81,14 +81,14 @@ properties: > at25,byte-len: > $ref: /schemas/types.yaml#/definitions/uint32 > description: > - Total eeprom size in bytes. Deprecated, use "size" property instead. > + Total eeprom size in bytes. Deprecated, use "size" property instead. > deprecated: true > > at25,addr-mode: > $ref: /schemas/types.yaml#/definitions/uint32 > description: > - Addr-mode flags, as defined in include/linux/spi/eeprom.h. > - Deprecated, use "address-width" property instead. > + Addr-mode flags, as defined in include/linux/spi/eeprom.h. > + Deprecated, use "address-width" property instead. > deprecated: true > > at25,page-size: > diff --git a/Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml b/Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml > index e2d2c10e536a..b032471831e7 100644 > --- a/Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml > +++ b/Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml > @@ -43,8 +43,8 @@ properties: > gpio-controller: true > > gpio-line-names: > - minItems: 1 > - maxItems: 8 > + minItems: 1 > + maxItems: 8 > > required: > - compatible > diff --git a/Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml b/Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml > index 0e7b4b8a7e48..e1e65eb4f795 100644 > --- a/Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml > +++ b/Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml > @@ -19,11 +19,11 @@ properties: > compatible: > oneOf: > - enum: > - - ingenic,jz4770-i2c > - - ingenic,x1000-i2c > + - ingenic,jz4770-i2c > + - ingenic,x1000-i2c > - items: > - - const: ingenic,jz4780-i2c > - - const: ingenic,jz4770-i2c > + - const: ingenic,jz4780-i2c > + - const: ingenic,jz4770-i2c > > reg: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad7291.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad7291.yaml > index 6feafb7e531e..930f9e3904d7 100644 > --- a/Documentation/devicetree/bindings/iio/adc/adi,ad7291.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad7291.yaml > @@ -43,4 +43,5 @@ examples: > vref-supply = <&adc_vref>; > }; > }; > -... > \ No newline at end of file > +... > + > diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.yaml > index d3733ad8785a..8f32800fe5b7 100644 > --- a/Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.yaml > @@ -46,7 +46,8 @@ properties: > spi-max-frequency: true > > spi-cpol: true > - spi-cpha : true > + > + spi-cpha: true > > "#io-channel-cells": > const: 1 > diff --git a/Documentation/devicetree/bindings/iio/adc/cosmic,10001-adc.yaml b/Documentation/devicetree/bindings/iio/adc/cosmic,10001-adc.yaml > index 5d92b477e23f..4e695b97d015 100644 > --- a/Documentation/devicetree/bindings/iio/adc/cosmic,10001-adc.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/cosmic,10001-adc.yaml > @@ -22,8 +22,8 @@ properties: > adc-reserved-channels: > $ref: /schemas/types.yaml#/definitions/uint32 > description: > - Bitmask of reserved channels, i.e. channels that cannot be > - used by the OS. > + Bitmask of reserved channels, i.e. channels that cannot be > + used by the OS. > > clocks: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/iio/adc/holt,hi8435.yaml b/Documentation/devicetree/bindings/iio/adc/holt,hi8435.yaml > index 9514c3381c42..52490cbb0af0 100644 > --- a/Documentation/devicetree/bindings/iio/adc/holt,hi8435.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/holt,hi8435.yaml > @@ -21,7 +21,7 @@ properties: > > gpios: > description: > - GPIO used for controlling the reset pin > + GPIO used for controlling the reset pin > maxItems: 1 > > spi-max-frequency: true > diff --git a/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml b/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml > index bbf79d125675..1c4c009dedd0 100644 > --- a/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml > +++ b/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml > @@ -94,12 +94,12 @@ properties: > instances. > > required: > - - compatible > - - reg > - - interrupts > - - interrupt-names > - - interrupt-controller > - - "#interrupt-cells" > + - compatible > + - reg > + - interrupts > + - interrupt-names > + - interrupt-controller > + - "#interrupt-cells" > > additionalProperties: false > > diff --git a/Documentation/devicetree/bindings/mfd/ene-kb3930.yaml b/Documentation/devicetree/bindings/mfd/ene-kb3930.yaml > index 074243c40891..08af356f5d27 100644 > --- a/Documentation/devicetree/bindings/mfd/ene-kb3930.yaml > +++ b/Documentation/devicetree/bindings/mfd/ene-kb3930.yaml > @@ -17,7 +17,7 @@ properties: > compatible: > items: > - enum: > - - dell,wyse-ariel-ec # Dell Wyse Ariel board (3020) > + - dell,wyse-ariel-ec # Dell Wyse Ariel board (3020) > - const: ene,kb3930 > reg: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml b/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml > index 58fe9d02a781..0753289fba84 100644 > --- a/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml > +++ b/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml > @@ -32,11 +32,11 @@ allOf: > clock-output-names: > oneOf: > - items: > - - const: clk_out_sd0 > - - const: clk_in_sd0 > + - const: clk_out_sd0 > + - const: clk_in_sd0 > - items: > - - const: clk_out_sd1 > - - const: clk_in_sd1 > + - const: clk_out_sd1 > + - const: clk_in_sd1 > > properties: > compatible: > diff --git a/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml b/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml > index ac79f3adf20b..2cd859066462 100644 > --- a/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml > +++ b/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml > @@ -3,7 +3,7 @@ > %YAML 1.2 > --- > $id: "http://devicetree.org/schemas/mmc/sdhci-am654.yaml#" > -$schema : "http://devicetree.org/meta-schemas/core.yaml#" > +$schema: "http://devicetree.org/meta-schemas/core.yaml#" > > title: TI AM654 MMC Controller > > @@ -163,13 +163,12 @@ properties: > ti,driver-strength-ohm: > description: DLL drive strength in ohms > $ref: "/schemas/types.yaml#/definitions/uint32" > - oneOf: > - - enum: > - - 33 > - - 40 > - - 50 > - - 66 > - - 100 > + enum: > + - 33 > + - 40 > + - 50 > + - 66 > + - 100 > > ti,strobe-sel: > description: strobe select delay for HS400 speed mode. > diff --git a/Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml b/Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml > index f4292d2c54e3..d6cf8a560ef0 100644 > --- a/Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml > +++ b/Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml > @@ -29,16 +29,16 @@ properties: > reg-names: > oneOf: > - items: > - - const: dbi > - - const: dbi2 > - - const: link > - - const: addr_space > + - const: dbi > + - const: dbi2 > + - const: link > + - const: addr_space > - items: > - - const: dbi > - - const: dbi2 > - - const: link > - - const: addr_space > - - const: atu > + - const: dbi > + - const: dbi2 > + - const: link > + - const: addr_space > + - const: atu > > clocks: > maxItems: 2 > diff --git a/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml b/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml > index bab2ff4d9dc9..34756347a14e 100644 > --- a/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml > +++ b/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml > @@ -31,10 +31,10 @@ properties: > clock-names: > oneOf: > - items: # for PXs2 > - - const: link > + - const: link > - items: # for others > - - const: link > - - const: phy > + - const: link > + - const: phy > > resets: > maxItems: 2 > diff --git a/Documentation/devicetree/bindings/phy/ti,omap-usb2.yaml b/Documentation/devicetree/bindings/phy/ti,omap-usb2.yaml > index 15207ca9548f..ab77a65c5c55 100644 > --- a/Documentation/devicetree/bindings/phy/ti,omap-usb2.yaml > +++ b/Documentation/devicetree/bindings/phy/ti,omap-usb2.yaml > @@ -7,23 +7,23 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# > title: OMAP USB2 PHY > > maintainers: > - - Kishon Vijay Abraham I > - - Roger Quadros > + - Kishon Vijay Abraham I > + - Roger Quadros > > properties: > compatible: > oneOf: > - items: > - - enum: > - - ti,dra7x-usb2 > - - ti,dra7x-usb2-phy2 > - - ti,am654-usb2 > - - enum: > - - ti,omap-usb2 > + - enum: > + - ti,dra7x-usb2 > + - ti,dra7x-usb2-phy2 > + - ti,am654-usb2 > + - enum: > + - ti,omap-usb2 > - items: > - - const: ti,am437x-usb2 > + - const: ti,am437x-usb2 > - items: > - - const: ti,omap-usb2 > + - const: ti,omap-usb2 > > reg: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/pinctrl/actions,s500-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/actions,s500-pinctrl.yaml > index 33391d30c00c..ccdd9e3820d7 100644 > --- a/Documentation/devicetree/bindings/pinctrl/actions,s500-pinctrl.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/actions,s500-pinctrl.yaml > @@ -76,22 +76,22 @@ patternProperties: > items: > oneOf: > - enum: [lcd0_d18_mfp, rmii_crs_dv_mfp, rmii_txd0_mfp, > - rmii_txd1_mfp, rmii_txen_mfp, rmii_rxen_mfp, rmii_rxd1_mfp, > - rmii_rxd0_mfp, rmii_ref_clk_mfp, i2s_d0_mfp, i2s_pcm1_mfp, > - i2s0_pcm0_mfp, i2s1_pcm0_mfp, i2s_d1_mfp, ks_in2_mfp, > - ks_in1_mfp, ks_in0_mfp, ks_in3_mfp, ks_out0_mfp, > - ks_out1_mfp, ks_out2_mfp, lvds_o_pn_mfp, dsi_dn0_mfp, > - dsi_dp2_mfp, lcd0_d17_mfp, dsi_dp3_mfp, dsi_dn3_mfp, > - dsi_dp0_mfp, lvds_ee_pn_mfp, spi0_i2c_pcm_mfp, > - spi0_i2s_pcm_mfp, dsi_dnp1_cp_mfp, lvds_e_pn_mfp, > - dsi_dn2_mfp, uart2_rtsb_mfp, uart2_ctsb_mfp, uart3_rtsb_mfp, > - uart3_ctsb_mfp, sd0_d0_mfp, sd0_d1_mfp, sd0_d2_d3_mfp, > - sd1_d0_d3_mfp, sd0_cmd_mfp, sd0_clk_mfp, sd1_cmd_mfp, > - uart0_rx_mfp, clko_25m_mfp, csi_cn_cp_mfp, sens0_ckout_mfp, > - uart0_tx_mfp, i2c0_mfp, csi_dn_dp_mfp, sen0_pclk_mfp, > - pcm1_in_mfp, pcm1_clk_mfp, pcm1_sync_mfp, pcm1_out_mfp, > - dnand_data_wr_mfp, dnand_acle_ce0_mfp, nand_ceb2_mfp, > - nand_ceb3_mfp] > + rmii_txd1_mfp, rmii_txen_mfp, rmii_rxen_mfp, rmii_rxd1_mfp, > + rmii_rxd0_mfp, rmii_ref_clk_mfp, i2s_d0_mfp, i2s_pcm1_mfp, > + i2s0_pcm0_mfp, i2s1_pcm0_mfp, i2s_d1_mfp, ks_in2_mfp, > + ks_in1_mfp, ks_in0_mfp, ks_in3_mfp, ks_out0_mfp, > + ks_out1_mfp, ks_out2_mfp, lvds_o_pn_mfp, dsi_dn0_mfp, > + dsi_dp2_mfp, lcd0_d17_mfp, dsi_dp3_mfp, dsi_dn3_mfp, > + dsi_dp0_mfp, lvds_ee_pn_mfp, spi0_i2c_pcm_mfp, > + spi0_i2s_pcm_mfp, dsi_dnp1_cp_mfp, lvds_e_pn_mfp, > + dsi_dn2_mfp, uart2_rtsb_mfp, uart2_ctsb_mfp, uart3_rtsb_mfp, > + uart3_ctsb_mfp, sd0_d0_mfp, sd0_d1_mfp, sd0_d2_d3_mfp, > + sd1_d0_d3_mfp, sd0_cmd_mfp, sd0_clk_mfp, sd1_cmd_mfp, > + uart0_rx_mfp, clko_25m_mfp, csi_cn_cp_mfp, sens0_ckout_mfp, > + uart0_tx_mfp, i2c0_mfp, csi_dn_dp_mfp, sen0_pclk_mfp, > + pcm1_in_mfp, pcm1_clk_mfp, pcm1_sync_mfp, pcm1_out_mfp, > + dnand_data_wr_mfp, dnand_acle_ce0_mfp, nand_ceb2_mfp, > + nand_ceb3_mfp] > minItems: 1 > maxItems: 32 > > @@ -100,10 +100,10 @@ patternProperties: > Specify the alternative function to be configured for the > given gpio pin groups. > enum: [nor, eth_rmii, eth_smii, spi0, spi1, spi2, spi3, sens0, > - sens1, uart0, uart1, uart2, uart3, uart4, uart5, uart6, i2s0, > - i2s1, pcm1, pcm0, ks, jtag, pwm0, pwm1, pwm2, pwm3, pwm4, pwm5, > - p0, sd0, sd1, sd2, i2c0, i2c1, i2c3, dsi, lvds, usb30, clko_25m, > - mipi_csi, nand, spdif, ts, lcd0] > + sens1, uart0, uart1, uart2, uart3, uart4, uart5, uart6, i2s0, > + i2s1, pcm1, pcm0, ks, jtag, pwm0, pwm1, pwm2, pwm3, pwm4, pwm5, > + p0, sd0, sd1, sd2, i2c0, i2c1, i2c3, dsi, lvds, usb30, clko_25m, > + mipi_csi, nand, spdif, ts, lcd0] > > required: > - groups > @@ -126,14 +126,14 @@ patternProperties: > items: > oneOf: > - enum: [sirq_drv, rmii_txd01_txen_drv, rmii_rxer_drv, > - rmii_crs_drv, rmii_rxd10_drv, rmii_ref_clk_drv, > - smi_mdc_mdio_drv, i2s_d0_drv, i2s_bclk0_drv, i2s3_drv, > - i2s13_drv, pcm1_drv, ks_in_drv, ks_out_drv, lvds_all_drv, > - lcd_dsi_drv, dsi_drv, sd0_d0_d3_drv, sd1_d0_d3_drv, > - sd0_cmd_drv, sd0_clk_drv, sd1_cmd_drv, sd1_clk_drv, > - spi0_all_drv, uart0_rx_drv, uart0_tx_drv, uart2_all_drv, > - i2c0_all_drv, i2c12_all_drv, sens0_pclk_drv, > - sens0_ckout_drv, uart3_all_drv] > + rmii_crs_drv, rmii_rxd10_drv, rmii_ref_clk_drv, > + smi_mdc_mdio_drv, i2s_d0_drv, i2s_bclk0_drv, i2s3_drv, > + i2s13_drv, pcm1_drv, ks_in_drv, ks_out_drv, lvds_all_drv, > + lcd_dsi_drv, dsi_drv, sd0_d0_d3_drv, sd1_d0_d3_drv, > + sd0_cmd_drv, sd0_clk_drv, sd1_cmd_drv, sd1_clk_drv, > + spi0_all_drv, uart0_rx_drv, uart0_tx_drv, uart2_all_drv, > + i2c0_all_drv, i2c12_all_drv, sens0_pclk_drv, > + sens0_ckout_drv, uart3_all_drv] > minItems: 1 > maxItems: 32 > > @@ -144,29 +144,29 @@ patternProperties: > items: > oneOf: > - enum: [dnand_dqs, dnand_dqsn, eth_txd0, eth_txd1, eth_txen, > - eth_rxer, eth_crs_dv, eth_rxd1, eth_rxd0, eth_ref_clk, > - eth_mdc, eth_mdio, sirq0, sirq1, sirq2, i2s_d0, i2s_bclk0, > - i2s_lrclk0, i2s_mclk0, i2s_d1, i2s_bclk1, i2s_lrclk1, > - i2s_mclk1, ks_in0, ks_in1, ks_in2, ks_in3, ks_out0, ks_out1, > - ks_out2, lvds_oep, lvds_oen, lvds_odp, lvds_odn, lvds_ocp, > - lvds_ocn, lvds_obp, lvds_obn, lvds_oap, lvds_oan, lvds_eep, > - lvds_een, lvds_edp, lvds_edn, lvds_ecp, lvds_ecn, lvds_ebp, > - lvds_ebn, lvds_eap, lvds_ean, lcd0_d18, lcd0_d17, dsi_dp3, > - dsi_dn3, dsi_dp1, dsi_dn1, dsi_cp, dsi_cn, dsi_dp0, dsi_dn0, > - dsi_dp2, dsi_dn2, sd0_d0, sd0_d1, sd0_d2, sd0_d3, sd1_d0, > - sd1_d1, sd1_d2, sd1_d3, sd0_cmd, sd0_clk, sd1_cmd, sd1_clk, > - spi0_sclk, spi0_ss, spi0_miso, spi0_mosi, uart0_rx, > - uart0_tx, i2c0_sclk, i2c0_sdata, sensor0_pclk, > - sensor0_ckout, dnand_ale, dnand_cle, dnand_ceb0, dnand_ceb1, > - dnand_ceb2, dnand_ceb3, uart2_rx, uart2_tx, uart2_rtsb, > - uart2_ctsb, uart3_rx, uart3_tx, uart3_rtsb, uart3_ctsb, > - pcm1_in, pcm1_clk, pcm1_sync, pcm1_out, i2c1_sclk, > - i2c1_sdata, i2c2_sclk, i2c2_sdata, csi_dn0, csi_dp0, > - csi_dn1, csi_dp1, csi_dn2, csi_dp2, csi_dn3, csi_dp3, > - csi_cn, csi_cp, dnand_d0, dnand_d1, dnand_d2, dnand_d3, > - dnand_d4, dnand_d5, dnand_d6, dnand_d7, dnand_rb, dnand_rdb, > - dnand_rdbn, dnand_wrb, porb, clko_25m, bsel, pkg0, pkg1, > - pkg2, pkg3] > + eth_rxer, eth_crs_dv, eth_rxd1, eth_rxd0, eth_ref_clk, > + eth_mdc, eth_mdio, sirq0, sirq1, sirq2, i2s_d0, i2s_bclk0, > + i2s_lrclk0, i2s_mclk0, i2s_d1, i2s_bclk1, i2s_lrclk1, > + i2s_mclk1, ks_in0, ks_in1, ks_in2, ks_in3, ks_out0, ks_out1, > + ks_out2, lvds_oep, lvds_oen, lvds_odp, lvds_odn, lvds_ocp, > + lvds_ocn, lvds_obp, lvds_obn, lvds_oap, lvds_oan, lvds_eep, > + lvds_een, lvds_edp, lvds_edn, lvds_ecp, lvds_ecn, lvds_ebp, > + lvds_ebn, lvds_eap, lvds_ean, lcd0_d18, lcd0_d17, dsi_dp3, > + dsi_dn3, dsi_dp1, dsi_dn1, dsi_cp, dsi_cn, dsi_dp0, dsi_dn0, > + dsi_dp2, dsi_dn2, sd0_d0, sd0_d1, sd0_d2, sd0_d3, sd1_d0, > + sd1_d1, sd1_d2, sd1_d3, sd0_cmd, sd0_clk, sd1_cmd, sd1_clk, > + spi0_sclk, spi0_ss, spi0_miso, spi0_mosi, uart0_rx, > + uart0_tx, i2c0_sclk, i2c0_sdata, sensor0_pclk, > + sensor0_ckout, dnand_ale, dnand_cle, dnand_ceb0, dnand_ceb1, > + dnand_ceb2, dnand_ceb3, uart2_rx, uart2_tx, uart2_rtsb, > + uart2_ctsb, uart3_rx, uart3_tx, uart3_rtsb, uart3_ctsb, > + pcm1_in, pcm1_clk, pcm1_sync, pcm1_out, i2c1_sclk, > + i2c1_sdata, i2c2_sclk, i2c2_sdata, csi_dn0, csi_dp0, > + csi_dn1, csi_dp1, csi_dn2, csi_dp2, csi_dn3, csi_dp3, > + csi_cn, csi_cp, dnand_d0, dnand_d1, dnand_d2, dnand_d3, > + dnand_d4, dnand_d5, dnand_d6, dnand_d7, dnand_rb, dnand_rdb, > + dnand_rdbn, dnand_wrb, porb, clko_25m, bsel, pkg0, pkg1, > + pkg2, pkg3] > minItems: 1 > maxItems: 64 > > diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml b/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml > index 5556def6b99b..c4c071211611 100644 > --- a/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml > @@ -106,7 +106,7 @@ patternProperties: > required: > - pinmux > > - additionalProperties: false > + additionalProperties: false > > required: > - compatible > diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8226-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,msm8226-pinctrl.yaml > index 1f0f5757f9e1..040d2ada3669 100644 > --- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8226-pinctrl.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8226-pinctrl.yaml > @@ -71,9 +71,9 @@ patternProperties: > Specify the alternative function to be configured for the specified > pins. Functions are only valid for gpio pins. > enum: [ gpio, cci_i2c0, blsp_uim1, blsp_uim2, blsp_uim3, blsp_uim5, > - blsp_i2c1, blsp_i2c2, blsp_i2c3, blsp_i2c5, blsp_spi1, > - blsp_spi2, blsp_spi3, blsp_spi5, blsp_uart1, blsp_uart2, > - blsp_uart3, blsp_uart5, cam_mclk0, cam_mclk1, wlan ] > + blsp_i2c1, blsp_i2c2, blsp_i2c3, blsp_i2c5, blsp_spi1, > + blsp_spi2, blsp_spi3, blsp_spi5, blsp_uart1, blsp_uart2, > + blsp_uart3, blsp_uart5, cam_mclk0, cam_mclk1, wlan ] > > drive-strength: > enum: [2, 4, 6, 8, 10, 12, 14, 16] > diff --git a/Documentation/devicetree/bindings/pinctrl/toshiba,visconti-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/toshiba,visconti-pinctrl.yaml > index d0d1a01140ea..9f1dab0c2430 100644 > --- a/Documentation/devicetree/bindings/pinctrl/toshiba,visconti-pinctrl.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/toshiba,visconti-pinctrl.yaml > @@ -40,24 +40,24 @@ patternProperties: > Function to mux. > $ref: "/schemas/types.yaml#/definitions/string" > enum: [i2c0, i2c1, i2c2, i2c3, i2c4, i2c5, i2c6, i2c7, i2c8, > - spi0, spi1, spi2, spi3, spi4, spi5, spi6, > - uart0, uart1, uart2, uart3, pwm, pcmif_out, pcmif_in] > + spi0, spi1, spi2, spi3, spi4, spi5, spi6, > + uart0, uart1, uart2, uart3, pwm, pcmif_out, pcmif_in] > > groups: > description: > Name of the pin group to use for the functions. > $ref: "/schemas/types.yaml#/definitions/string" > enum: [i2c0_grp, i2c1_grp, i2c2_grp, i2c3_grp, i2c4_grp, > - i2c5_grp, i2c6_grp, i2c7_grp, i2c8_grp, > - spi0_grp, spi0_cs0_grp, spi0_cs1_grp, spi0_cs2_grp, > - spi1_grp, spi2_grp, spi3_grp, spi4_grp, spi5_grp, spi6_grp, > - uart0_grp, uart1_grp, uart2_grp, uart3_grp, > - pwm0_gpio4_grp, pwm0_gpio8_grp, pwm0_gpio12_grp, > - pwm0_gpio16_grp, pwm1_gpio5_grp, pwm1_gpio9_grp, > - pwm1_gpio13_grp, pwm1_gpio17_grp, pwm2_gpio6_grp, > - pwm2_gpio10_grp, pwm2_gpio14_grp, pwm2_gpio18_grp, > - pwm3_gpio7_grp, pwm3_gpio11_grp, pwm3_gpio15_grp, > - pwm3_gpio19_grp, pcmif_out_grp, pcmif_in_grp] > + i2c5_grp, i2c6_grp, i2c7_grp, i2c8_grp, > + spi0_grp, spi0_cs0_grp, spi0_cs1_grp, spi0_cs2_grp, > + spi1_grp, spi2_grp, spi3_grp, spi4_grp, spi5_grp, spi6_grp, > + uart0_grp, uart1_grp, uart2_grp, uart3_grp, > + pwm0_gpio4_grp, pwm0_gpio8_grp, pwm0_gpio12_grp, > + pwm0_gpio16_grp, pwm1_gpio5_grp, pwm1_gpio9_grp, > + pwm1_gpio13_grp, pwm1_gpio17_grp, pwm2_gpio6_grp, > + pwm2_gpio10_grp, pwm2_gpio14_grp, pwm2_gpio18_grp, > + pwm3_gpio7_grp, pwm3_gpio11_grp, pwm3_gpio15_grp, > + pwm3_gpio19_grp, pcmif_out_grp, pcmif_in_grp] > > drive-strength: > enum: [2, 4, 6, 8, 16, 24, 32] > diff --git a/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml b/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml > index a6c91026d4cc..a2dca38577f7 100644 > --- a/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml > +++ b/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml > @@ -28,9 +28,9 @@ description: | > > properties: > mode-normal: > - $ref: /schemas/types.yaml#/definitions/uint32 > - description: | > - Default value to set on a reboot if no command was provided. > + $ref: /schemas/types.yaml#/definitions/uint32 > + description: > + Default value to set on a reboot if no command was provided. > > patternProperties: > "^mode-.*$": > diff --git a/Documentation/devicetree/bindings/power/supply/ingenic,battery.yaml b/Documentation/devicetree/bindings/power/supply/ingenic,battery.yaml > index 867e3e6b7e80..76c227a7cd5c 100644 > --- a/Documentation/devicetree/bindings/power/supply/ingenic,battery.yaml > +++ b/Documentation/devicetree/bindings/power/supply/ingenic,battery.yaml > @@ -15,10 +15,10 @@ properties: > oneOf: > - const: ingenic,jz4740-battery > - items: > - - enum: > - - ingenic,jz4725b-battery > - - ingenic,jz4770-battery > - - const: ingenic,jz4740-battery > + - enum: > + - ingenic,jz4725b-battery > + - ingenic,jz4770-battery > + - const: ingenic,jz4740-battery > > io-channels: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/power/supply/summit,smb347-charger.yaml b/Documentation/devicetree/bindings/power/supply/summit,smb347-charger.yaml > index 193a23af2007..983fc215c1e5 100644 > --- a/Documentation/devicetree/bindings/power/supply/summit,smb347-charger.yaml > +++ b/Documentation/devicetree/bindings/power/supply/summit,smb347-charger.yaml > @@ -84,12 +84,12 @@ allOf: > then: > properties: > summit,mains-current-limit-microamp: > - enum: [ 300000, 500000, 700000, 1000000, > - 1500000, 1800000, 2000000] > + enum: [ 300000, 500000, 700000, 1000000, > + 1500000, 1800000, 2000000] > > summit,usb-current-limit-microamp: > - enum: [ 300000, 500000, 700000, 1000000, > - 1500000, 1800000, 2000000] > + enum: [ 300000, 500000, 700000, 1000000, > + 1500000, 1800000, 2000000] > > summit,charge-current-compensation-microamp: > enum: [200000, 450000, 600000, 900000] > @@ -97,12 +97,12 @@ allOf: > else: > properties: > summit,mains-current-limit-microamp: > - enum: [ 300000, 500000, 700000, 900000, 1200000, > - 1500000, 1800000, 2000000, 2200000, 2500000] > + enum: [ 300000, 500000, 700000, 900000, 1200000, > + 1500000, 1800000, 2000000, 2200000, 2500000] > > summit,usb-current-limit-microamp: > - enum: [ 300000, 500000, 700000, 900000, 1200000, > - 1500000, 1800000, 2000000, 2200000, 2500000] > + enum: [ 300000, 500000, 700000, 900000, 1200000, > + 1500000, 1800000, 2000000, 2200000, 2500000] > > summit,charge-current-compensation-microamp: > enum: [250000, 700000, 900000, 1200000] > diff --git a/Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml b/Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml > index 3f4a1939554d..efc0198eeb74 100644 > --- a/Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml > +++ b/Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml > @@ -25,8 +25,8 @@ select: > properties: > compatible: > items: > - - enum: > - - sifive,fu540-c000-ccache > + - enum: > + - sifive,fu540-c000-ccache > > required: > - compatible > diff --git a/Documentation/devicetree/bindings/rng/imx-rng.yaml b/Documentation/devicetree/bindings/rng/imx-rng.yaml > index 4ad1e456a801..07f6ff89bcc1 100644 > --- a/Documentation/devicetree/bindings/rng/imx-rng.yaml > +++ b/Documentation/devicetree/bindings/rng/imx-rng.yaml > @@ -19,9 +19,9 @@ properties: > - const: fsl,imx21-rnga > - items: > - enum: > - - fsl,imx6sl-rngb > - - fsl,imx6sll-rngb > - - fsl,imx6ull-rngb > + - fsl,imx6sl-rngb > + - fsl,imx6sll-rngb > + - fsl,imx6ull-rngb > - const: fsl,imx25-rngb > - const: fsl,imx35-rngc > > diff --git a/Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml b/Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml > index 9ff85bc6859c..9702c07a6b6c 100644 > --- a/Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml > +++ b/Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml > @@ -20,30 +20,30 @@ properties: > - const: fsl,imx21-uart > - items: > - enum: > - - fsl,imx25-uart > - - fsl,imx27-uart > - - fsl,imx31-uart > - - fsl,imx35-uart > - - fsl,imx50-uart > - - fsl,imx51-uart > - - fsl,imx53-uart > - - fsl,imx6q-uart > + - fsl,imx25-uart > + - fsl,imx27-uart > + - fsl,imx31-uart > + - fsl,imx35-uart > + - fsl,imx50-uart > + - fsl,imx51-uart > + - fsl,imx53-uart > + - fsl,imx6q-uart > - const: fsl,imx21-uart > - items: > - enum: > - - fsl,imx6sl-uart > - - fsl,imx6sll-uart > - - fsl,imx6sx-uart > + - fsl,imx6sl-uart > + - fsl,imx6sll-uart > + - fsl,imx6sx-uart > - const: fsl,imx6q-uart > - const: fsl,imx21-uart > - items: > - enum: > - - fsl,imx6ul-uart > - - fsl,imx7d-uart > - - fsl,imx8mm-uart > - - fsl,imx8mn-uart > - - fsl,imx8mp-uart > - - fsl,imx8mq-uart > + - fsl,imx6ul-uart > + - fsl,imx7d-uart > + - fsl,imx8mm-uart > + - fsl,imx8mn-uart > + - fsl,imx8mp-uart > + - fsl,imx8mq-uart > - const: fsl,imx6q-uart > > reg: > diff --git a/Documentation/devicetree/bindings/sound/mchp,spdifrx.yaml b/Documentation/devicetree/bindings/sound/mchp,spdifrx.yaml > index 7d8bd4e14434..4a2129005c0f 100644 > --- a/Documentation/devicetree/bindings/sound/mchp,spdifrx.yaml > +++ b/Documentation/devicetree/bindings/sound/mchp,spdifrx.yaml > @@ -10,8 +10,8 @@ maintainers: > - Codrin Ciubotariu > > description: > - The Microchip Sony/Philips Digital Interface Receiver is a > - serial port compliant with the IEC-60958 standard. > + The Microchip Sony/Philips Digital Interface Receiver is a serial port > + compliant with the IEC-60958 standard. > > properties: > "#sound-dai-cells": > diff --git a/Documentation/devicetree/bindings/sound/mchp,spdiftx.yaml b/Documentation/devicetree/bindings/sound/mchp,spdiftx.yaml > index a03b0b871fc9..bdfb63387c53 100644 > --- a/Documentation/devicetree/bindings/sound/mchp,spdiftx.yaml > +++ b/Documentation/devicetree/bindings/sound/mchp,spdiftx.yaml > @@ -10,8 +10,8 @@ maintainers: > - Codrin Ciubotariu > > description: > - The Microchip Sony/Philips Digital Interface Transmitter is a > - serial port compliant with the IEC-60958 standard. > + The Microchip Sony/Philips Digital Interface Transmitter is a serial port > + compliant with the IEC-60958 standard. > > properties: > "#sound-dai-cells": > diff --git a/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml b/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml > index f6f9fb49f385..1e23c0e20bc1 100644 > --- a/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml > +++ b/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml > @@ -26,8 +26,10 @@ properties: > reg: > maxItems: 2 > description: LPAIF core registers > + > reg-names: > - maxItems: 2 > + maxItems: 2 > + > clocks: > minItems: 3 > maxItems: 6 > @@ -39,8 +41,10 @@ properties: > interrupts: > maxItems: 2 > description: LPAIF DMA buffer interrupt > + > interrupt-names: > maxItems: 2 > + > qcom,adsp: > $ref: /schemas/types.yaml#/definitions/phandle > description: Phandle for the audio DSP node > @@ -141,31 +145,31 @@ allOf: > properties: > clock-names: > oneOf: > - - items: #for I2S > - - const: pcnoc-sway-clk > - - const: audio-core > - - const: mclk0 > - - const: pcnoc-mport-clk > - - const: mi2s-bit-clk0 > - - const: mi2s-bit-clk1 > - - items: #for HDMI > - - const: pcnoc-sway-clk > - - const: audio-core > - - const: pcnoc-mport-clk > + - items: #for I2S > + - const: pcnoc-sway-clk > + - const: audio-core > + - const: mclk0 > + - const: pcnoc-mport-clk > + - const: mi2s-bit-clk0 > + - const: mi2s-bit-clk1 > + - items: #for HDMI > + - const: pcnoc-sway-clk > + - const: audio-core > + - const: pcnoc-mport-clk > reg-names: > anyOf: > - items: #for I2S > - - const: lpass-lpaif > + - const: lpass-lpaif > - items: #for I2S and HDMI > - - const: lpass-hdmiif > - - const: lpass-lpaif > + - const: lpass-hdmiif > + - const: lpass-lpaif > interrupt-names: > anyOf: > - items: #for I2S > - - const: lpass-irq-lpaif > + - const: lpass-irq-lpaif > - items: #for I2S and HDMI > - - const: lpass-irq-lpaif > - - const: lpass-irq-hdmi > + - const: lpass-irq-lpaif > + - const: lpass-irq-hdmi > required: > - iommus > - power-domains > diff --git a/Documentation/devicetree/bindings/timer/arm,sp804.yaml b/Documentation/devicetree/bindings/timer/arm,sp804.yaml > index e35d3053250a..960e2bd66a97 100644 > --- a/Documentation/devicetree/bindings/timer/arm,sp804.yaml > +++ b/Documentation/devicetree/bindings/timer/arm,sp804.yaml > @@ -33,8 +33,8 @@ properties: > compatible: > items: > - enum: > - - arm,sp804 > - - hisilicon,sp804 > + - arm,sp804 > + - hisilicon,sp804 > - const: arm,primecell > > interrupts: > @@ -58,11 +58,11 @@ properties: > clock is used for all clock inputs. > oneOf: > - items: > - - description: clock for timer 1 > - - description: clock for timer 2 > - - description: bus clock > + - description: clock for timer 1 > + - description: clock for timer 2 > + - description: bus clock > - items: > - - description: unified clock for both timers and the bus > + - description: unified clock for both timers and the bus > > clock-names: true > # The original binding did not specify any clock names, and there is no > diff --git a/Documentation/devicetree/bindings/usb/cdns,usb3.yaml b/Documentation/devicetree/bindings/usb/cdns,usb3.yaml > index ac20b98e9910..d6af2794d444 100644 > --- a/Documentation/devicetree/bindings/usb/cdns,usb3.yaml > +++ b/Documentation/devicetree/bindings/usb/cdns,usb3.yaml > @@ -44,8 +44,8 @@ properties: > enum: [super-speed, high-speed, full-speed] > > phys: > - minItems: 1 > - maxItems: 2 > + minItems: 1 > + maxItems: 2 > > phy-names: > minItems: 1 > diff --git a/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml b/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml > index 5fe9e6211ba2..52ceb07294a3 100644 > --- a/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml > +++ b/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml > @@ -17,7 +17,7 @@ description: |- > > properties: > compatible: > - const: ti,hd3ss3220 > + const: ti,hd3ss3220 > > reg: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml b/Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml > index 1aaf3e768c81..55adea827c34 100644 > --- a/Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml > +++ b/Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml > @@ -15,10 +15,10 @@ properties: > - const: fsl,imx21-owire > - items: > - enum: > - - fsl,imx27-owire > - - fsl,imx50-owire > - - fsl,imx51-owire > - - fsl,imx53-owire > + - fsl,imx27-owire > + - fsl,imx50-owire > + - fsl,imx51-owire > + - fsl,imx53-owire > - const: fsl,imx21-owire > > reg: > -- > 2.25.1 > ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/ From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 61B6EC5517A for ; Tue, 27 Oct 2020 12:20:26 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CB23022202 for ; Tue, 27 Oct 2020 12:20:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="YS6iZSY+"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="O2E045nZ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CB23022202 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From:In-Reply-To: References:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=KPUjktErBAvjUeBbTePu+GjUSoHCDT+pC1fGcbT3MJE=; b=YS6iZSY+tsIiVqETYzmN9EC6v RU00zKyvVDTROwYr10OzgKqIki6zcfeq8ukAHOHuYYJJQjvktTP3CUSmcqgrmcoiY4xjSOhOij4KQ jbklpg+WAu9bGXWamMvIff7BdceLyN665RPa7W24VFrbB4K917qCDsfy2KMsCZ45fmaY9pDtJMAQV YMEDCq0e3JpAinRnFN7YFAKJSMc5yY5peU+9VQ63kixO9Xv7EcAf7pFl/Io1aP0ARerp9WspFXMXJ 5j3ILU/lZYU90Pitjabnwc7yJVicNiuE1OjPSCLsa1oC7B3PmB5Cb/t1VhC8eFIt3vL65x8EHkpRR 9MFFPsyBw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kXNw5-0006E8-24; Tue, 27 Oct 2020 12:18:45 +0000 Received: from mail-vk1-xa44.google.com ([2607:f8b0:4864:20::a44]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kXNvy-0006BP-Bi for linux-arm-kernel@lists.infradead.org; Tue, 27 Oct 2020 12:18:42 +0000 Received: by mail-vk1-xa44.google.com with SMTP id d125so297297vkh.10 for ; Tue, 27 Oct 2020 05:18:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=3jyDQ9HYmLe4tO1fin5xOrARrhAlqUCR+rLAB0OtwC8=; b=O2E045nZSWrDpgz0+IGARkSYIQCCOa611Xz9JYpbINKhGifsf21Oa23WZOXfipyyye 8/HU0nSR0tFlQFTbkcQkr171zPLdIVuCDT1NduBZlQSTZKgs4tQOyhplGOSPE6zYi0Dt Eq4Zn6FmHMgaqvtnmkIXSKXoAXgy1gm/hQGKJRJdHoPjWlg7smihiJEeeAaSeFgF/zpw VNhfDkNzFgjFmcPYHWKMPEor7Cjy1C94KNDzvA/lzGzeVoNfUBE6EoO39nulP0dvlEtr d1FSCpBJb/YlTXHoQWMuZaui5fbhQT9Vz0qGj5QYVTwrQm45QGTd5OMugnwIXtnCjaPG XxPA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=3jyDQ9HYmLe4tO1fin5xOrARrhAlqUCR+rLAB0OtwC8=; b=lM84Sce4Ax89+AbQvlPJV5DWUgzUOjJ1CzhVzwhWp6XUlU4YMsVSsrsTVuoOQpewB2 YNsDG+ikJHQ7qfQ2bk5EEK8nlBWCPaAc6Bm1f8ozXd/ID88V793Am9V5FenxHpR45fiu 1WMp/3AX4eSkevPe0Vb5gRJhLhnFA0W9u77J3WEtriBVLkms4stwQD6Gw1+rU3d1MMDW CrsHtqpvvuUVLpbBqSBLcFs5Y8BAOVYJUrylpwv7+6fTwAfN4KDhyGFNpgiess444cnw Y5Q0Kf+eqqnQuz5x93a9uLRzPwuIC8FpnTaz7HpfeJIOcQNemVglZgTBCf3IGRcSpDEO 0jPw== X-Gm-Message-State: AOAM5323mllQBxxQiFcuUv5SEibEHY/o+GhZ/c8iLJVzqHT2JwAdPYzx viFdv6wRLepmz3P05OSsQ7XV8uABBlc9lcX4ipC6mw== X-Google-Smtp-Source: ABdhPJyKKtLTx7wnVGBtnlsqheMWp6qU36VWbzvNVfLncL4DTpwGryiqWWdX4OvYN6XUBmdGWbg+sVmduX7bkWp0dhg= X-Received: by 2002:a1f:9682:: with SMTP id y124mr1142873vkd.6.1603801116727; Tue, 27 Oct 2020 05:18:36 -0700 (PDT) MIME-Version: 1.0 References: <20201023192258.3126047-1-robh@kernel.org> In-Reply-To: <20201023192258.3126047-1-robh@kernel.org> From: Ulf Hansson Date: Tue, 27 Oct 2020 13:17:59 +0100 Message-ID: Subject: Re: [PATCH] dt-bindings: More whitespace clean-ups in schema files To: Rob Herring X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201027_081838_759217_941469D4 X-CRM114-Status: GOOD ( 21.94 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: DTML , alsa-devel@alsa-project.org, Linux PM , linux-iio@vger.kernel.org, Linux USB List , "linux-mmc@vger.kernel.org" , Linux Kernel Mailing List , dri-devel , "open list:GPIO SUBSYSTEM" , linux-mtd@lists.infradead.org, linux-i2c@vger.kernel.org, linux-serial@vger.kernel.org, Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 23 Oct 2020 at 21:23, Rob Herring wrote: > > Clean-up incorrect indentation, extra spaces, and missing EOF newline in > schema files. Most of the clean-ups are for list indentation which > should always be 2 spaces more than the preceding keyword. > > Found with yamllint (now integrated into the checks). > > Cc: linux-arm-kernel@lists.infradead.org > Cc: dri-devel@lists.freedesktop.org > Cc: linux-gpio@vger.kernel.org > Cc: linux-i2c@vger.kernel.org > Cc: linux-iio@vger.kernel.org > Cc: linux-pm@vger.kernel.org > Cc: alsa-devel@alsa-project.org > Cc: linux-mmc@vger.kernel.org > Cc: linux-mtd@lists.infradead.org > Cc: linux-serial@vger.kernel.org > Cc: linux-usb@vger.kernel.org > Signed-off-by: Rob Herring Acked-by: Ulf Hansson > --- > .../display/bridge/toshiba,tc358775.yaml | 18 ++-- > .../display/panel/ilitek,ili9881c.yaml | 5 +- > .../devicetree/bindings/eeprom/at25.yaml | 6 +- > .../bindings/gpio/kontron,sl28cpld-gpio.yaml | 4 +- > .../devicetree/bindings/i2c/ingenic,i2c.yaml | 8 +- > .../bindings/iio/adc/adi,ad7291.yaml | 3 +- > .../bindings/iio/adc/adi,ad7768-1.yaml | 3 +- > .../bindings/iio/adc/cosmic,10001-adc.yaml | 4 +- > .../bindings/iio/adc/holt,hi8435.yaml | 2 +- > .../interrupt-controller/ti,pruss-intc.yaml | 12 +-- > .../devicetree/bindings/mfd/ene-kb3930.yaml | 2 +- > .../devicetree/bindings/mmc/arasan,sdhci.yaml | 8 +- > .../devicetree/bindings/mmc/sdhci-am654.yaml | 15 ++- > .../pci/socionext,uniphier-pcie-ep.yaml | 18 ++-- > .../phy/socionext,uniphier-ahci-phy.yaml | 6 +- > .../devicetree/bindings/phy/ti,omap-usb2.yaml | 20 ++-- > .../pinctrl/actions,s500-pinctrl.yaml | 102 +++++++++--------- > .../bindings/pinctrl/pinctrl-mt8192.yaml | 2 +- > .../pinctrl/qcom,msm8226-pinctrl.yaml | 6 +- > .../pinctrl/toshiba,visconti-pinctrl.yaml | 24 ++--- > .../bindings/power/reset/reboot-mode.yaml | 6 +- > .../power/supply/ingenic,battery.yaml | 8 +- > .../power/supply/summit,smb347-charger.yaml | 16 +-- > .../bindings/riscv/sifive-l2-cache.yaml | 4 +- > .../devicetree/bindings/rng/imx-rng.yaml | 6 +- > .../bindings/serial/fsl-imx-uart.yaml | 34 +++--- > .../bindings/sound/mchp,spdifrx.yaml | 4 +- > .../bindings/sound/mchp,spdiftx.yaml | 4 +- > .../bindings/sound/qcom,lpass-cpu.yaml | 40 +++---- > .../devicetree/bindings/timer/arm,sp804.yaml | 12 +-- > .../devicetree/bindings/usb/cdns,usb3.yaml | 4 +- > .../devicetree/bindings/usb/ti,hd3ss3220.yaml | 2 +- > .../devicetree/bindings/w1/fsl-imx-owire.yaml | 8 +- > 33 files changed, 210 insertions(+), 206 deletions(-) > > diff --git a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml > index 31f085d8ab13..526bbd63924b 100644 > --- a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml > +++ b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml > @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# > title: Toshiba TC358775 DSI to LVDS bridge bindings > > maintainers: > - - Vinay Simha BN > + - Vinay Simha BN > > description: | > This binding supports DSI to LVDS bridge TC358775 > @@ -29,7 +29,7 @@ properties: > > vdd-supply: > maxItems: 1 > - description: 1.2V LVDS Power Supply > + description: 1.2V LVDS Power Supply > > vddio-supply: > maxItems: 1 > @@ -77,13 +77,13 @@ properties: > - port@1 > > required: > - - compatible > - - reg > - - vdd-supply > - - vddio-supply > - - stby-gpios > - - reset-gpios > - - ports > + - compatible > + - reg > + - vdd-supply > + - vddio-supply > + - stby-gpios > + - reset-gpios > + - ports > > examples: > - | > diff --git a/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml > index c60b3bd74337..b2fcec4f22fd 100644 > --- a/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml > +++ b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml > @@ -13,9 +13,8 @@ properties: > compatible: > items: > - enum: > - - bananapi,lhr050h41 > - - feixin,k101-im2byl02 > - > + - bananapi,lhr050h41 > + - feixin,k101-im2byl02 > - const: ilitek,ili9881c > > backlight: true > diff --git a/Documentation/devicetree/bindings/eeprom/at25.yaml b/Documentation/devicetree/bindings/eeprom/at25.yaml > index 9810619a2b5c..744973637678 100644 > --- a/Documentation/devicetree/bindings/eeprom/at25.yaml > +++ b/Documentation/devicetree/bindings/eeprom/at25.yaml > @@ -81,14 +81,14 @@ properties: > at25,byte-len: > $ref: /schemas/types.yaml#/definitions/uint32 > description: > - Total eeprom size in bytes. Deprecated, use "size" property instead. > + Total eeprom size in bytes. Deprecated, use "size" property instead. > deprecated: true > > at25,addr-mode: > $ref: /schemas/types.yaml#/definitions/uint32 > description: > - Addr-mode flags, as defined in include/linux/spi/eeprom.h. > - Deprecated, use "address-width" property instead. > + Addr-mode flags, as defined in include/linux/spi/eeprom.h. > + Deprecated, use "address-width" property instead. > deprecated: true > > at25,page-size: > diff --git a/Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml b/Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml > index e2d2c10e536a..b032471831e7 100644 > --- a/Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml > +++ b/Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml > @@ -43,8 +43,8 @@ properties: > gpio-controller: true > > gpio-line-names: > - minItems: 1 > - maxItems: 8 > + minItems: 1 > + maxItems: 8 > > required: > - compatible > diff --git a/Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml b/Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml > index 0e7b4b8a7e48..e1e65eb4f795 100644 > --- a/Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml > +++ b/Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml > @@ -19,11 +19,11 @@ properties: > compatible: > oneOf: > - enum: > - - ingenic,jz4770-i2c > - - ingenic,x1000-i2c > + - ingenic,jz4770-i2c > + - ingenic,x1000-i2c > - items: > - - const: ingenic,jz4780-i2c > - - const: ingenic,jz4770-i2c > + - const: ingenic,jz4780-i2c > + - const: ingenic,jz4770-i2c > > reg: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad7291.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad7291.yaml > index 6feafb7e531e..930f9e3904d7 100644 > --- a/Documentation/devicetree/bindings/iio/adc/adi,ad7291.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad7291.yaml > @@ -43,4 +43,5 @@ examples: > vref-supply = <&adc_vref>; > }; > }; > -... > \ No newline at end of file > +... > + > diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.yaml > index d3733ad8785a..8f32800fe5b7 100644 > --- a/Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.yaml > @@ -46,7 +46,8 @@ properties: > spi-max-frequency: true > > spi-cpol: true > - spi-cpha : true > + > + spi-cpha: true > > "#io-channel-cells": > const: 1 > diff --git a/Documentation/devicetree/bindings/iio/adc/cosmic,10001-adc.yaml b/Documentation/devicetree/bindings/iio/adc/cosmic,10001-adc.yaml > index 5d92b477e23f..4e695b97d015 100644 > --- a/Documentation/devicetree/bindings/iio/adc/cosmic,10001-adc.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/cosmic,10001-adc.yaml > @@ -22,8 +22,8 @@ properties: > adc-reserved-channels: > $ref: /schemas/types.yaml#/definitions/uint32 > description: > - Bitmask of reserved channels, i.e. channels that cannot be > - used by the OS. > + Bitmask of reserved channels, i.e. channels that cannot be > + used by the OS. > > clocks: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/iio/adc/holt,hi8435.yaml b/Documentation/devicetree/bindings/iio/adc/holt,hi8435.yaml > index 9514c3381c42..52490cbb0af0 100644 > --- a/Documentation/devicetree/bindings/iio/adc/holt,hi8435.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/holt,hi8435.yaml > @@ -21,7 +21,7 @@ properties: > > gpios: > description: > - GPIO used for controlling the reset pin > + GPIO used for controlling the reset pin > maxItems: 1 > > spi-max-frequency: true > diff --git a/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml b/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml > index bbf79d125675..1c4c009dedd0 100644 > --- a/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml > +++ b/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml > @@ -94,12 +94,12 @@ properties: > instances. > > required: > - - compatible > - - reg > - - interrupts > - - interrupt-names > - - interrupt-controller > - - "#interrupt-cells" > + - compatible > + - reg > + - interrupts > + - interrupt-names > + - interrupt-controller > + - "#interrupt-cells" > > additionalProperties: false > > diff --git a/Documentation/devicetree/bindings/mfd/ene-kb3930.yaml b/Documentation/devicetree/bindings/mfd/ene-kb3930.yaml > index 074243c40891..08af356f5d27 100644 > --- a/Documentation/devicetree/bindings/mfd/ene-kb3930.yaml > +++ b/Documentation/devicetree/bindings/mfd/ene-kb3930.yaml > @@ -17,7 +17,7 @@ properties: > compatible: > items: > - enum: > - - dell,wyse-ariel-ec # Dell Wyse Ariel board (3020) > + - dell,wyse-ariel-ec # Dell Wyse Ariel board (3020) > - const: ene,kb3930 > reg: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml b/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml > index 58fe9d02a781..0753289fba84 100644 > --- a/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml > +++ b/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml > @@ -32,11 +32,11 @@ allOf: > clock-output-names: > oneOf: > - items: > - - const: clk_out_sd0 > - - const: clk_in_sd0 > + - const: clk_out_sd0 > + - const: clk_in_sd0 > - items: > - - const: clk_out_sd1 > - - const: clk_in_sd1 > + - const: clk_out_sd1 > + - const: clk_in_sd1 > > properties: > compatible: > diff --git a/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml b/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml > index ac79f3adf20b..2cd859066462 100644 > --- a/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml > +++ b/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml > @@ -3,7 +3,7 @@ > %YAML 1.2 > --- > $id: "http://devicetree.org/schemas/mmc/sdhci-am654.yaml#" > -$schema : "http://devicetree.org/meta-schemas/core.yaml#" > +$schema: "http://devicetree.org/meta-schemas/core.yaml#" > > title: TI AM654 MMC Controller > > @@ -163,13 +163,12 @@ properties: > ti,driver-strength-ohm: > description: DLL drive strength in ohms > $ref: "/schemas/types.yaml#/definitions/uint32" > - oneOf: > - - enum: > - - 33 > - - 40 > - - 50 > - - 66 > - - 100 > + enum: > + - 33 > + - 40 > + - 50 > + - 66 > + - 100 > > ti,strobe-sel: > description: strobe select delay for HS400 speed mode. > diff --git a/Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml b/Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml > index f4292d2c54e3..d6cf8a560ef0 100644 > --- a/Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml > +++ b/Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml > @@ -29,16 +29,16 @@ properties: > reg-names: > oneOf: > - items: > - - const: dbi > - - const: dbi2 > - - const: link > - - const: addr_space > + - const: dbi > + - const: dbi2 > + - const: link > + - const: addr_space > - items: > - - const: dbi > - - const: dbi2 > - - const: link > - - const: addr_space > - - const: atu > + - const: dbi > + - const: dbi2 > + - const: link > + - const: addr_space > + - const: atu > > clocks: > maxItems: 2 > diff --git a/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml b/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml > index bab2ff4d9dc9..34756347a14e 100644 > --- a/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml > +++ b/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml > @@ -31,10 +31,10 @@ properties: > clock-names: > oneOf: > - items: # for PXs2 > - - const: link > + - const: link > - items: # for others > - - const: link > - - const: phy > + - const: link > + - const: phy > > resets: > maxItems: 2 > diff --git a/Documentation/devicetree/bindings/phy/ti,omap-usb2.yaml b/Documentation/devicetree/bindings/phy/ti,omap-usb2.yaml > index 15207ca9548f..ab77a65c5c55 100644 > --- a/Documentation/devicetree/bindings/phy/ti,omap-usb2.yaml > +++ b/Documentation/devicetree/bindings/phy/ti,omap-usb2.yaml > @@ -7,23 +7,23 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# > title: OMAP USB2 PHY > > maintainers: > - - Kishon Vijay Abraham I > - - Roger Quadros > + - Kishon Vijay Abraham I > + - Roger Quadros > > properties: > compatible: > oneOf: > - items: > - - enum: > - - ti,dra7x-usb2 > - - ti,dra7x-usb2-phy2 > - - ti,am654-usb2 > - - enum: > - - ti,omap-usb2 > + - enum: > + - ti,dra7x-usb2 > + - ti,dra7x-usb2-phy2 > + - ti,am654-usb2 > + - enum: > + - ti,omap-usb2 > - items: > - - const: ti,am437x-usb2 > + - const: ti,am437x-usb2 > - items: > - - const: ti,omap-usb2 > + - const: ti,omap-usb2 > > reg: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/pinctrl/actions,s500-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/actions,s500-pinctrl.yaml > index 33391d30c00c..ccdd9e3820d7 100644 > --- a/Documentation/devicetree/bindings/pinctrl/actions,s500-pinctrl.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/actions,s500-pinctrl.yaml > @@ -76,22 +76,22 @@ patternProperties: > items: > oneOf: > - enum: [lcd0_d18_mfp, rmii_crs_dv_mfp, rmii_txd0_mfp, > - rmii_txd1_mfp, rmii_txen_mfp, rmii_rxen_mfp, rmii_rxd1_mfp, > - rmii_rxd0_mfp, rmii_ref_clk_mfp, i2s_d0_mfp, i2s_pcm1_mfp, > - i2s0_pcm0_mfp, i2s1_pcm0_mfp, i2s_d1_mfp, ks_in2_mfp, > - ks_in1_mfp, ks_in0_mfp, ks_in3_mfp, ks_out0_mfp, > - ks_out1_mfp, ks_out2_mfp, lvds_o_pn_mfp, dsi_dn0_mfp, > - dsi_dp2_mfp, lcd0_d17_mfp, dsi_dp3_mfp, dsi_dn3_mfp, > - dsi_dp0_mfp, lvds_ee_pn_mfp, spi0_i2c_pcm_mfp, > - spi0_i2s_pcm_mfp, dsi_dnp1_cp_mfp, lvds_e_pn_mfp, > - dsi_dn2_mfp, uart2_rtsb_mfp, uart2_ctsb_mfp, uart3_rtsb_mfp, > - uart3_ctsb_mfp, sd0_d0_mfp, sd0_d1_mfp, sd0_d2_d3_mfp, > - sd1_d0_d3_mfp, sd0_cmd_mfp, sd0_clk_mfp, sd1_cmd_mfp, > - uart0_rx_mfp, clko_25m_mfp, csi_cn_cp_mfp, sens0_ckout_mfp, > - uart0_tx_mfp, i2c0_mfp, csi_dn_dp_mfp, sen0_pclk_mfp, > - pcm1_in_mfp, pcm1_clk_mfp, pcm1_sync_mfp, pcm1_out_mfp, > - dnand_data_wr_mfp, dnand_acle_ce0_mfp, nand_ceb2_mfp, > - nand_ceb3_mfp] > + rmii_txd1_mfp, rmii_txen_mfp, rmii_rxen_mfp, rmii_rxd1_mfp, > + rmii_rxd0_mfp, rmii_ref_clk_mfp, i2s_d0_mfp, i2s_pcm1_mfp, > + i2s0_pcm0_mfp, i2s1_pcm0_mfp, i2s_d1_mfp, ks_in2_mfp, > + ks_in1_mfp, ks_in0_mfp, ks_in3_mfp, ks_out0_mfp, > + ks_out1_mfp, ks_out2_mfp, lvds_o_pn_mfp, dsi_dn0_mfp, > + dsi_dp2_mfp, lcd0_d17_mfp, dsi_dp3_mfp, dsi_dn3_mfp, > + dsi_dp0_mfp, lvds_ee_pn_mfp, spi0_i2c_pcm_mfp, > + spi0_i2s_pcm_mfp, dsi_dnp1_cp_mfp, lvds_e_pn_mfp, > + dsi_dn2_mfp, uart2_rtsb_mfp, uart2_ctsb_mfp, uart3_rtsb_mfp, > + uart3_ctsb_mfp, sd0_d0_mfp, sd0_d1_mfp, sd0_d2_d3_mfp, > + sd1_d0_d3_mfp, sd0_cmd_mfp, sd0_clk_mfp, sd1_cmd_mfp, > + uart0_rx_mfp, clko_25m_mfp, csi_cn_cp_mfp, sens0_ckout_mfp, > + uart0_tx_mfp, i2c0_mfp, csi_dn_dp_mfp, sen0_pclk_mfp, > + pcm1_in_mfp, pcm1_clk_mfp, pcm1_sync_mfp, pcm1_out_mfp, > + dnand_data_wr_mfp, dnand_acle_ce0_mfp, nand_ceb2_mfp, > + nand_ceb3_mfp] > minItems: 1 > maxItems: 32 > > @@ -100,10 +100,10 @@ patternProperties: > Specify the alternative function to be configured for the > given gpio pin groups. > enum: [nor, eth_rmii, eth_smii, spi0, spi1, spi2, spi3, sens0, > - sens1, uart0, uart1, uart2, uart3, uart4, uart5, uart6, i2s0, > - i2s1, pcm1, pcm0, ks, jtag, pwm0, pwm1, pwm2, pwm3, pwm4, pwm5, > - p0, sd0, sd1, sd2, i2c0, i2c1, i2c3, dsi, lvds, usb30, clko_25m, > - mipi_csi, nand, spdif, ts, lcd0] > + sens1, uart0, uart1, uart2, uart3, uart4, uart5, uart6, i2s0, > + i2s1, pcm1, pcm0, ks, jtag, pwm0, pwm1, pwm2, pwm3, pwm4, pwm5, > + p0, sd0, sd1, sd2, i2c0, i2c1, i2c3, dsi, lvds, usb30, clko_25m, > + mipi_csi, nand, spdif, ts, lcd0] > > required: > - groups > @@ -126,14 +126,14 @@ patternProperties: > items: > oneOf: > - enum: [sirq_drv, rmii_txd01_txen_drv, rmii_rxer_drv, > - rmii_crs_drv, rmii_rxd10_drv, rmii_ref_clk_drv, > - smi_mdc_mdio_drv, i2s_d0_drv, i2s_bclk0_drv, i2s3_drv, > - i2s13_drv, pcm1_drv, ks_in_drv, ks_out_drv, lvds_all_drv, > - lcd_dsi_drv, dsi_drv, sd0_d0_d3_drv, sd1_d0_d3_drv, > - sd0_cmd_drv, sd0_clk_drv, sd1_cmd_drv, sd1_clk_drv, > - spi0_all_drv, uart0_rx_drv, uart0_tx_drv, uart2_all_drv, > - i2c0_all_drv, i2c12_all_drv, sens0_pclk_drv, > - sens0_ckout_drv, uart3_all_drv] > + rmii_crs_drv, rmii_rxd10_drv, rmii_ref_clk_drv, > + smi_mdc_mdio_drv, i2s_d0_drv, i2s_bclk0_drv, i2s3_drv, > + i2s13_drv, pcm1_drv, ks_in_drv, ks_out_drv, lvds_all_drv, > + lcd_dsi_drv, dsi_drv, sd0_d0_d3_drv, sd1_d0_d3_drv, > + sd0_cmd_drv, sd0_clk_drv, sd1_cmd_drv, sd1_clk_drv, > + spi0_all_drv, uart0_rx_drv, uart0_tx_drv, uart2_all_drv, > + i2c0_all_drv, i2c12_all_drv, sens0_pclk_drv, > + sens0_ckout_drv, uart3_all_drv] > minItems: 1 > maxItems: 32 > > @@ -144,29 +144,29 @@ patternProperties: > items: > oneOf: > - enum: [dnand_dqs, dnand_dqsn, eth_txd0, eth_txd1, eth_txen, > - eth_rxer, eth_crs_dv, eth_rxd1, eth_rxd0, eth_ref_clk, > - eth_mdc, eth_mdio, sirq0, sirq1, sirq2, i2s_d0, i2s_bclk0, > - i2s_lrclk0, i2s_mclk0, i2s_d1, i2s_bclk1, i2s_lrclk1, > - i2s_mclk1, ks_in0, ks_in1, ks_in2, ks_in3, ks_out0, ks_out1, > - ks_out2, lvds_oep, lvds_oen, lvds_odp, lvds_odn, lvds_ocp, > - lvds_ocn, lvds_obp, lvds_obn, lvds_oap, lvds_oan, lvds_eep, > - lvds_een, lvds_edp, lvds_edn, lvds_ecp, lvds_ecn, lvds_ebp, > - lvds_ebn, lvds_eap, lvds_ean, lcd0_d18, lcd0_d17, dsi_dp3, > - dsi_dn3, dsi_dp1, dsi_dn1, dsi_cp, dsi_cn, dsi_dp0, dsi_dn0, > - dsi_dp2, dsi_dn2, sd0_d0, sd0_d1, sd0_d2, sd0_d3, sd1_d0, > - sd1_d1, sd1_d2, sd1_d3, sd0_cmd, sd0_clk, sd1_cmd, sd1_clk, > - spi0_sclk, spi0_ss, spi0_miso, spi0_mosi, uart0_rx, > - uart0_tx, i2c0_sclk, i2c0_sdata, sensor0_pclk, > - sensor0_ckout, dnand_ale, dnand_cle, dnand_ceb0, dnand_ceb1, > - dnand_ceb2, dnand_ceb3, uart2_rx, uart2_tx, uart2_rtsb, > - uart2_ctsb, uart3_rx, uart3_tx, uart3_rtsb, uart3_ctsb, > - pcm1_in, pcm1_clk, pcm1_sync, pcm1_out, i2c1_sclk, > - i2c1_sdata, i2c2_sclk, i2c2_sdata, csi_dn0, csi_dp0, > - csi_dn1, csi_dp1, csi_dn2, csi_dp2, csi_dn3, csi_dp3, > - csi_cn, csi_cp, dnand_d0, dnand_d1, dnand_d2, dnand_d3, > - dnand_d4, dnand_d5, dnand_d6, dnand_d7, dnand_rb, dnand_rdb, > - dnand_rdbn, dnand_wrb, porb, clko_25m, bsel, pkg0, pkg1, > - pkg2, pkg3] > + eth_rxer, eth_crs_dv, eth_rxd1, eth_rxd0, eth_ref_clk, > + eth_mdc, eth_mdio, sirq0, sirq1, sirq2, i2s_d0, i2s_bclk0, > + i2s_lrclk0, i2s_mclk0, i2s_d1, i2s_bclk1, i2s_lrclk1, > + i2s_mclk1, ks_in0, ks_in1, ks_in2, ks_in3, ks_out0, ks_out1, > + ks_out2, lvds_oep, lvds_oen, lvds_odp, lvds_odn, lvds_ocp, > + lvds_ocn, lvds_obp, lvds_obn, lvds_oap, lvds_oan, lvds_eep, > + lvds_een, lvds_edp, lvds_edn, lvds_ecp, lvds_ecn, lvds_ebp, > + lvds_ebn, lvds_eap, lvds_ean, lcd0_d18, lcd0_d17, dsi_dp3, > + dsi_dn3, dsi_dp1, dsi_dn1, dsi_cp, dsi_cn, dsi_dp0, dsi_dn0, > + dsi_dp2, dsi_dn2, sd0_d0, sd0_d1, sd0_d2, sd0_d3, sd1_d0, > + sd1_d1, sd1_d2, sd1_d3, sd0_cmd, sd0_clk, sd1_cmd, sd1_clk, > + spi0_sclk, spi0_ss, spi0_miso, spi0_mosi, uart0_rx, > + uart0_tx, i2c0_sclk, i2c0_sdata, sensor0_pclk, > + sensor0_ckout, dnand_ale, dnand_cle, dnand_ceb0, dnand_ceb1, > + dnand_ceb2, dnand_ceb3, uart2_rx, uart2_tx, uart2_rtsb, > + uart2_ctsb, uart3_rx, uart3_tx, uart3_rtsb, uart3_ctsb, > + pcm1_in, pcm1_clk, pcm1_sync, pcm1_out, i2c1_sclk, > + i2c1_sdata, i2c2_sclk, i2c2_sdata, csi_dn0, csi_dp0, > + csi_dn1, csi_dp1, csi_dn2, csi_dp2, csi_dn3, csi_dp3, > + csi_cn, csi_cp, dnand_d0, dnand_d1, dnand_d2, dnand_d3, > + dnand_d4, dnand_d5, dnand_d6, dnand_d7, dnand_rb, dnand_rdb, > + dnand_rdbn, dnand_wrb, porb, clko_25m, bsel, pkg0, pkg1, > + pkg2, pkg3] > minItems: 1 > maxItems: 64 > > diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml b/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml > index 5556def6b99b..c4c071211611 100644 > --- a/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml > @@ -106,7 +106,7 @@ patternProperties: > required: > - pinmux > > - additionalProperties: false > + additionalProperties: false > > required: > - compatible > diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8226-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,msm8226-pinctrl.yaml > index 1f0f5757f9e1..040d2ada3669 100644 > --- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8226-pinctrl.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8226-pinctrl.yaml > @@ -71,9 +71,9 @@ patternProperties: > Specify the alternative function to be configured for the specified > pins. Functions are only valid for gpio pins. > enum: [ gpio, cci_i2c0, blsp_uim1, blsp_uim2, blsp_uim3, blsp_uim5, > - blsp_i2c1, blsp_i2c2, blsp_i2c3, blsp_i2c5, blsp_spi1, > - blsp_spi2, blsp_spi3, blsp_spi5, blsp_uart1, blsp_uart2, > - blsp_uart3, blsp_uart5, cam_mclk0, cam_mclk1, wlan ] > + blsp_i2c1, blsp_i2c2, blsp_i2c3, blsp_i2c5, blsp_spi1, > + blsp_spi2, blsp_spi3, blsp_spi5, blsp_uart1, blsp_uart2, > + blsp_uart3, blsp_uart5, cam_mclk0, cam_mclk1, wlan ] > > drive-strength: > enum: [2, 4, 6, 8, 10, 12, 14, 16] > diff --git a/Documentation/devicetree/bindings/pinctrl/toshiba,visconti-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/toshiba,visconti-pinctrl.yaml > index d0d1a01140ea..9f1dab0c2430 100644 > --- a/Documentation/devicetree/bindings/pinctrl/toshiba,visconti-pinctrl.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/toshiba,visconti-pinctrl.yaml > @@ -40,24 +40,24 @@ patternProperties: > Function to mux. > $ref: "/schemas/types.yaml#/definitions/string" > enum: [i2c0, i2c1, i2c2, i2c3, i2c4, i2c5, i2c6, i2c7, i2c8, > - spi0, spi1, spi2, spi3, spi4, spi5, spi6, > - uart0, uart1, uart2, uart3, pwm, pcmif_out, pcmif_in] > + spi0, spi1, spi2, spi3, spi4, spi5, spi6, > + uart0, uart1, uart2, uart3, pwm, pcmif_out, pcmif_in] > > groups: > description: > Name of the pin group to use for the functions. > $ref: "/schemas/types.yaml#/definitions/string" > enum: [i2c0_grp, i2c1_grp, i2c2_grp, i2c3_grp, i2c4_grp, > - i2c5_grp, i2c6_grp, i2c7_grp, i2c8_grp, > - spi0_grp, spi0_cs0_grp, spi0_cs1_grp, spi0_cs2_grp, > - spi1_grp, spi2_grp, spi3_grp, spi4_grp, spi5_grp, spi6_grp, > - uart0_grp, uart1_grp, uart2_grp, uart3_grp, > - pwm0_gpio4_grp, pwm0_gpio8_grp, pwm0_gpio12_grp, > - pwm0_gpio16_grp, pwm1_gpio5_grp, pwm1_gpio9_grp, > - pwm1_gpio13_grp, pwm1_gpio17_grp, pwm2_gpio6_grp, > - pwm2_gpio10_grp, pwm2_gpio14_grp, pwm2_gpio18_grp, > - pwm3_gpio7_grp, pwm3_gpio11_grp, pwm3_gpio15_grp, > - pwm3_gpio19_grp, pcmif_out_grp, pcmif_in_grp] > + i2c5_grp, i2c6_grp, i2c7_grp, i2c8_grp, > + spi0_grp, spi0_cs0_grp, spi0_cs1_grp, spi0_cs2_grp, > + spi1_grp, spi2_grp, spi3_grp, spi4_grp, spi5_grp, spi6_grp, > + uart0_grp, uart1_grp, uart2_grp, uart3_grp, > + pwm0_gpio4_grp, pwm0_gpio8_grp, pwm0_gpio12_grp, > + pwm0_gpio16_grp, pwm1_gpio5_grp, pwm1_gpio9_grp, > + pwm1_gpio13_grp, pwm1_gpio17_grp, pwm2_gpio6_grp, > + pwm2_gpio10_grp, pwm2_gpio14_grp, pwm2_gpio18_grp, > + pwm3_gpio7_grp, pwm3_gpio11_grp, pwm3_gpio15_grp, > + pwm3_gpio19_grp, pcmif_out_grp, pcmif_in_grp] > > drive-strength: > enum: [2, 4, 6, 8, 16, 24, 32] > diff --git a/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml b/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml > index a6c91026d4cc..a2dca38577f7 100644 > --- a/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml > +++ b/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml > @@ -28,9 +28,9 @@ description: | > > properties: > mode-normal: > - $ref: /schemas/types.yaml#/definitions/uint32 > - description: | > - Default value to set on a reboot if no command was provided. > + $ref: /schemas/types.yaml#/definitions/uint32 > + description: > + Default value to set on a reboot if no command was provided. > > patternProperties: > "^mode-.*$": > diff --git a/Documentation/devicetree/bindings/power/supply/ingenic,battery.yaml b/Documentation/devicetree/bindings/power/supply/ingenic,battery.yaml > index 867e3e6b7e80..76c227a7cd5c 100644 > --- a/Documentation/devicetree/bindings/power/supply/ingenic,battery.yaml > +++ b/Documentation/devicetree/bindings/power/supply/ingenic,battery.yaml > @@ -15,10 +15,10 @@ properties: > oneOf: > - const: ingenic,jz4740-battery > - items: > - - enum: > - - ingenic,jz4725b-battery > - - ingenic,jz4770-battery > - - const: ingenic,jz4740-battery > + - enum: > + - ingenic,jz4725b-battery > + - ingenic,jz4770-battery > + - const: ingenic,jz4740-battery > > io-channels: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/power/supply/summit,smb347-charger.yaml b/Documentation/devicetree/bindings/power/supply/summit,smb347-charger.yaml > index 193a23af2007..983fc215c1e5 100644 > --- a/Documentation/devicetree/bindings/power/supply/summit,smb347-charger.yaml > +++ b/Documentation/devicetree/bindings/power/supply/summit,smb347-charger.yaml > @@ -84,12 +84,12 @@ allOf: > then: > properties: > summit,mains-current-limit-microamp: > - enum: [ 300000, 500000, 700000, 1000000, > - 1500000, 1800000, 2000000] > + enum: [ 300000, 500000, 700000, 1000000, > + 1500000, 1800000, 2000000] > > summit,usb-current-limit-microamp: > - enum: [ 300000, 500000, 700000, 1000000, > - 1500000, 1800000, 2000000] > + enum: [ 300000, 500000, 700000, 1000000, > + 1500000, 1800000, 2000000] > > summit,charge-current-compensation-microamp: > enum: [200000, 450000, 600000, 900000] > @@ -97,12 +97,12 @@ allOf: > else: > properties: > summit,mains-current-limit-microamp: > - enum: [ 300000, 500000, 700000, 900000, 1200000, > - 1500000, 1800000, 2000000, 2200000, 2500000] > + enum: [ 300000, 500000, 700000, 900000, 1200000, > + 1500000, 1800000, 2000000, 2200000, 2500000] > > summit,usb-current-limit-microamp: > - enum: [ 300000, 500000, 700000, 900000, 1200000, > - 1500000, 1800000, 2000000, 2200000, 2500000] > + enum: [ 300000, 500000, 700000, 900000, 1200000, > + 1500000, 1800000, 2000000, 2200000, 2500000] > > summit,charge-current-compensation-microamp: > enum: [250000, 700000, 900000, 1200000] > diff --git a/Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml b/Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml > index 3f4a1939554d..efc0198eeb74 100644 > --- a/Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml > +++ b/Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml > @@ -25,8 +25,8 @@ select: > properties: > compatible: > items: > - - enum: > - - sifive,fu540-c000-ccache > + - enum: > + - sifive,fu540-c000-ccache > > required: > - compatible > diff --git a/Documentation/devicetree/bindings/rng/imx-rng.yaml b/Documentation/devicetree/bindings/rng/imx-rng.yaml > index 4ad1e456a801..07f6ff89bcc1 100644 > --- a/Documentation/devicetree/bindings/rng/imx-rng.yaml > +++ b/Documentation/devicetree/bindings/rng/imx-rng.yaml > @@ -19,9 +19,9 @@ properties: > - const: fsl,imx21-rnga > - items: > - enum: > - - fsl,imx6sl-rngb > - - fsl,imx6sll-rngb > - - fsl,imx6ull-rngb > + - fsl,imx6sl-rngb > + - fsl,imx6sll-rngb > + - fsl,imx6ull-rngb > - const: fsl,imx25-rngb > - const: fsl,imx35-rngc > > diff --git a/Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml b/Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml > index 9ff85bc6859c..9702c07a6b6c 100644 > --- a/Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml > +++ b/Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml > @@ -20,30 +20,30 @@ properties: > - const: fsl,imx21-uart > - items: > - enum: > - - fsl,imx25-uart > - - fsl,imx27-uart > - - fsl,imx31-uart > - - fsl,imx35-uart > - - fsl,imx50-uart > - - fsl,imx51-uart > - - fsl,imx53-uart > - - fsl,imx6q-uart > + - fsl,imx25-uart > + - fsl,imx27-uart > + - fsl,imx31-uart > + - fsl,imx35-uart > + - fsl,imx50-uart > + - fsl,imx51-uart > + - fsl,imx53-uart > + - fsl,imx6q-uart > - const: fsl,imx21-uart > - items: > - enum: > - - fsl,imx6sl-uart > - - fsl,imx6sll-uart > - - fsl,imx6sx-uart > + - fsl,imx6sl-uart > + - fsl,imx6sll-uart > + - fsl,imx6sx-uart > - const: fsl,imx6q-uart > - const: fsl,imx21-uart > - items: > - enum: > - - fsl,imx6ul-uart > - - fsl,imx7d-uart > - - fsl,imx8mm-uart > - - fsl,imx8mn-uart > - - fsl,imx8mp-uart > - - fsl,imx8mq-uart > + - fsl,imx6ul-uart > + - fsl,imx7d-uart > + - fsl,imx8mm-uart > + - fsl,imx8mn-uart > + - fsl,imx8mp-uart > + - fsl,imx8mq-uart > - const: fsl,imx6q-uart > > reg: > diff --git a/Documentation/devicetree/bindings/sound/mchp,spdifrx.yaml b/Documentation/devicetree/bindings/sound/mchp,spdifrx.yaml > index 7d8bd4e14434..4a2129005c0f 100644 > --- a/Documentation/devicetree/bindings/sound/mchp,spdifrx.yaml > +++ b/Documentation/devicetree/bindings/sound/mchp,spdifrx.yaml > @@ -10,8 +10,8 @@ maintainers: > - Codrin Ciubotariu > > description: > - The Microchip Sony/Philips Digital Interface Receiver is a > - serial port compliant with the IEC-60958 standard. > + The Microchip Sony/Philips Digital Interface Receiver is a serial port > + compliant with the IEC-60958 standard. > > properties: > "#sound-dai-cells": > diff --git a/Documentation/devicetree/bindings/sound/mchp,spdiftx.yaml b/Documentation/devicetree/bindings/sound/mchp,spdiftx.yaml > index a03b0b871fc9..bdfb63387c53 100644 > --- a/Documentation/devicetree/bindings/sound/mchp,spdiftx.yaml > +++ b/Documentation/devicetree/bindings/sound/mchp,spdiftx.yaml > @@ -10,8 +10,8 @@ maintainers: > - Codrin Ciubotariu > > description: > - The Microchip Sony/Philips Digital Interface Transmitter is a > - serial port compliant with the IEC-60958 standard. > + The Microchip Sony/Philips Digital Interface Transmitter is a serial port > + compliant with the IEC-60958 standard. > > properties: > "#sound-dai-cells": > diff --git a/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml b/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml > index f6f9fb49f385..1e23c0e20bc1 100644 > --- a/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml > +++ b/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml > @@ -26,8 +26,10 @@ properties: > reg: > maxItems: 2 > description: LPAIF core registers > + > reg-names: > - maxItems: 2 > + maxItems: 2 > + > clocks: > minItems: 3 > maxItems: 6 > @@ -39,8 +41,10 @@ properties: > interrupts: > maxItems: 2 > description: LPAIF DMA buffer interrupt > + > interrupt-names: > maxItems: 2 > + > qcom,adsp: > $ref: /schemas/types.yaml#/definitions/phandle > description: Phandle for the audio DSP node > @@ -141,31 +145,31 @@ allOf: > properties: > clock-names: > oneOf: > - - items: #for I2S > - - const: pcnoc-sway-clk > - - const: audio-core > - - const: mclk0 > - - const: pcnoc-mport-clk > - - const: mi2s-bit-clk0 > - - const: mi2s-bit-clk1 > - - items: #for HDMI > - - const: pcnoc-sway-clk > - - const: audio-core > - - const: pcnoc-mport-clk > + - items: #for I2S > + - const: pcnoc-sway-clk > + - const: audio-core > + - const: mclk0 > + - const: pcnoc-mport-clk > + - const: mi2s-bit-clk0 > + - const: mi2s-bit-clk1 > + - items: #for HDMI > + - const: pcnoc-sway-clk > + - const: audio-core > + - const: pcnoc-mport-clk > reg-names: > anyOf: > - items: #for I2S > - - const: lpass-lpaif > + - const: lpass-lpaif > - items: #for I2S and HDMI > - - const: lpass-hdmiif > - - const: lpass-lpaif > + - const: lpass-hdmiif > + - const: lpass-lpaif > interrupt-names: > anyOf: > - items: #for I2S > - - const: lpass-irq-lpaif > + - const: lpass-irq-lpaif > - items: #for I2S and HDMI > - - const: lpass-irq-lpaif > - - const: lpass-irq-hdmi > + - const: lpass-irq-lpaif > + - const: lpass-irq-hdmi > required: > - iommus > - power-domains > diff --git a/Documentation/devicetree/bindings/timer/arm,sp804.yaml b/Documentation/devicetree/bindings/timer/arm,sp804.yaml > index e35d3053250a..960e2bd66a97 100644 > --- a/Documentation/devicetree/bindings/timer/arm,sp804.yaml > +++ b/Documentation/devicetree/bindings/timer/arm,sp804.yaml > @@ -33,8 +33,8 @@ properties: > compatible: > items: > - enum: > - - arm,sp804 > - - hisilicon,sp804 > + - arm,sp804 > + - hisilicon,sp804 > - const: arm,primecell > > interrupts: > @@ -58,11 +58,11 @@ properties: > clock is used for all clock inputs. > oneOf: > - items: > - - description: clock for timer 1 > - - description: clock for timer 2 > - - description: bus clock > + - description: clock for timer 1 > + - description: clock for timer 2 > + - description: bus clock > - items: > - - description: unified clock for both timers and the bus > + - description: unified clock for both timers and the bus > > clock-names: true > # The original binding did not specify any clock names, and there is no > diff --git a/Documentation/devicetree/bindings/usb/cdns,usb3.yaml b/Documentation/devicetree/bindings/usb/cdns,usb3.yaml > index ac20b98e9910..d6af2794d444 100644 > --- a/Documentation/devicetree/bindings/usb/cdns,usb3.yaml > +++ b/Documentation/devicetree/bindings/usb/cdns,usb3.yaml > @@ -44,8 +44,8 @@ properties: > enum: [super-speed, high-speed, full-speed] > > phys: > - minItems: 1 > - maxItems: 2 > + minItems: 1 > + maxItems: 2 > > phy-names: > minItems: 1 > diff --git a/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml b/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml > index 5fe9e6211ba2..52ceb07294a3 100644 > --- a/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml > +++ b/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml > @@ -17,7 +17,7 @@ description: |- > > properties: > compatible: > - const: ti,hd3ss3220 > + const: ti,hd3ss3220 > > reg: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml b/Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml > index 1aaf3e768c81..55adea827c34 100644 > --- a/Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml > +++ b/Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml > @@ -15,10 +15,10 @@ properties: > - const: fsl,imx21-owire > - items: > - enum: > - - fsl,imx27-owire > - - fsl,imx50-owire > - - fsl,imx51-owire > - - fsl,imx53-owire > + - fsl,imx27-owire > + - fsl,imx50-owire > + - fsl,imx51-owire > + - fsl,imx53-owire > - const: fsl,imx21-owire > > reg: > -- > 2.25.1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4AB5CC4363A for ; Wed, 28 Oct 2020 08:07:55 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D41202072E for ; Wed, 28 Oct 2020 08:07:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="O2E045nZ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D41202072E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4CCE36EC92; Wed, 28 Oct 2020 08:06:40 +0000 (UTC) Received: from mail-vk1-xa43.google.com (mail-vk1-xa43.google.com [IPv6:2607:f8b0:4864:20::a43]) by gabe.freedesktop.org (Postfix) with ESMTPS id C83CC6EB6E for ; Tue, 27 Oct 2020 12:18:37 +0000 (UTC) Received: by mail-vk1-xa43.google.com with SMTP id n141so298792vke.9 for ; Tue, 27 Oct 2020 05:18:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=3jyDQ9HYmLe4tO1fin5xOrARrhAlqUCR+rLAB0OtwC8=; b=O2E045nZSWrDpgz0+IGARkSYIQCCOa611Xz9JYpbINKhGifsf21Oa23WZOXfipyyye 8/HU0nSR0tFlQFTbkcQkr171zPLdIVuCDT1NduBZlQSTZKgs4tQOyhplGOSPE6zYi0Dt Eq4Zn6FmHMgaqvtnmkIXSKXoAXgy1gm/hQGKJRJdHoPjWlg7smihiJEeeAaSeFgF/zpw VNhfDkNzFgjFmcPYHWKMPEor7Cjy1C94KNDzvA/lzGzeVoNfUBE6EoO39nulP0dvlEtr d1FSCpBJb/YlTXHoQWMuZaui5fbhQT9Vz0qGj5QYVTwrQm45QGTd5OMugnwIXtnCjaPG XxPA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=3jyDQ9HYmLe4tO1fin5xOrARrhAlqUCR+rLAB0OtwC8=; b=B66LywOx309y2dgp5mRNAB/nXcRWKAg4eh9cG22oA4ZHPNW+YhCyp/yO3jj6HBZ25X GRvd8nBKWQumbXs/dXtZJ5B8P9D6DY+RG11oWjKsTMqtAn2nZuHWOIo+EejEbYdi1Flt heYNanpiD6kbXlnMCkLSLAyrdPsYbJDm26/3hlYlsCpd+RTllODNyTWQwOwaqnefNBwk NNROGC/pk+ZSrimmCiPrXLHEUT+KKbzG+tlxagC8uQM9qedXw9osufzKgxzSaDMTfobR Pvs12nRDytV7TakxEPKZis3gtRF6NC9god1HBSCgbJlQ3uk9BZ99UBChhjbmyrVwjbhu 0Pjw== X-Gm-Message-State: AOAM533NrLcwxZF/exhMKPlPtVFZFTsfz/4/i3EheXBL6c7ykzRz6BXi YjjSiRLKWQILKrKFy4PdQTAa/Uef3RvhKp7/fJ/YxQ== X-Google-Smtp-Source: ABdhPJyKKtLTx7wnVGBtnlsqheMWp6qU36VWbzvNVfLncL4DTpwGryiqWWdX4OvYN6XUBmdGWbg+sVmduX7bkWp0dhg= X-Received: by 2002:a1f:9682:: with SMTP id y124mr1142873vkd.6.1603801116727; Tue, 27 Oct 2020 05:18:36 -0700 (PDT) MIME-Version: 1.0 References: <20201023192258.3126047-1-robh@kernel.org> In-Reply-To: <20201023192258.3126047-1-robh@kernel.org> From: Ulf Hansson Date: Tue, 27 Oct 2020 13:17:59 +0100 Message-ID: Subject: Re: [PATCH] dt-bindings: More whitespace clean-ups in schema files To: Rob Herring X-Mailman-Approved-At: Wed, 28 Oct 2020 08:06:30 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: DTML , alsa-devel@alsa-project.org, Linux PM , linux-iio@vger.kernel.org, Linux USB List , "linux-mmc@vger.kernel.org" , Linux Kernel Mailing List , dri-devel , "open list:GPIO SUBSYSTEM" , linux-mtd@lists.infradead.org, linux-i2c@vger.kernel.org, linux-serial@vger.kernel.org, Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, 23 Oct 2020 at 21:23, Rob Herring wrote: > > Clean-up incorrect indentation, extra spaces, and missing EOF newline in > schema files. Most of the clean-ups are for list indentation which > should always be 2 spaces more than the preceding keyword. > > Found with yamllint (now integrated into the checks). > > Cc: linux-arm-kernel@lists.infradead.org > Cc: dri-devel@lists.freedesktop.org > Cc: linux-gpio@vger.kernel.org > Cc: linux-i2c@vger.kernel.org > Cc: linux-iio@vger.kernel.org > Cc: linux-pm@vger.kernel.org > Cc: alsa-devel@alsa-project.org > Cc: linux-mmc@vger.kernel.org > Cc: linux-mtd@lists.infradead.org > Cc: linux-serial@vger.kernel.org > Cc: linux-usb@vger.kernel.org > Signed-off-by: Rob Herring Acked-by: Ulf Hansson > --- > .../display/bridge/toshiba,tc358775.yaml | 18 ++-- > .../display/panel/ilitek,ili9881c.yaml | 5 +- > .../devicetree/bindings/eeprom/at25.yaml | 6 +- > .../bindings/gpio/kontron,sl28cpld-gpio.yaml | 4 +- > .../devicetree/bindings/i2c/ingenic,i2c.yaml | 8 +- > .../bindings/iio/adc/adi,ad7291.yaml | 3 +- > .../bindings/iio/adc/adi,ad7768-1.yaml | 3 +- > .../bindings/iio/adc/cosmic,10001-adc.yaml | 4 +- > .../bindings/iio/adc/holt,hi8435.yaml | 2 +- > .../interrupt-controller/ti,pruss-intc.yaml | 12 +-- > .../devicetree/bindings/mfd/ene-kb3930.yaml | 2 +- > .../devicetree/bindings/mmc/arasan,sdhci.yaml | 8 +- > .../devicetree/bindings/mmc/sdhci-am654.yaml | 15 ++- > .../pci/socionext,uniphier-pcie-ep.yaml | 18 ++-- > .../phy/socionext,uniphier-ahci-phy.yaml | 6 +- > .../devicetree/bindings/phy/ti,omap-usb2.yaml | 20 ++-- > .../pinctrl/actions,s500-pinctrl.yaml | 102 +++++++++--------- > .../bindings/pinctrl/pinctrl-mt8192.yaml | 2 +- > .../pinctrl/qcom,msm8226-pinctrl.yaml | 6 +- > .../pinctrl/toshiba,visconti-pinctrl.yaml | 24 ++--- > .../bindings/power/reset/reboot-mode.yaml | 6 +- > .../power/supply/ingenic,battery.yaml | 8 +- > .../power/supply/summit,smb347-charger.yaml | 16 +-- > .../bindings/riscv/sifive-l2-cache.yaml | 4 +- > .../devicetree/bindings/rng/imx-rng.yaml | 6 +- > .../bindings/serial/fsl-imx-uart.yaml | 34 +++--- > .../bindings/sound/mchp,spdifrx.yaml | 4 +- > .../bindings/sound/mchp,spdiftx.yaml | 4 +- > .../bindings/sound/qcom,lpass-cpu.yaml | 40 +++---- > .../devicetree/bindings/timer/arm,sp804.yaml | 12 +-- > .../devicetree/bindings/usb/cdns,usb3.yaml | 4 +- > .../devicetree/bindings/usb/ti,hd3ss3220.yaml | 2 +- > .../devicetree/bindings/w1/fsl-imx-owire.yaml | 8 +- > 33 files changed, 210 insertions(+), 206 deletions(-) > > diff --git a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml > index 31f085d8ab13..526bbd63924b 100644 > --- a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml > +++ b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml > @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# > title: Toshiba TC358775 DSI to LVDS bridge bindings > > maintainers: > - - Vinay Simha BN > + - Vinay Simha BN > > description: | > This binding supports DSI to LVDS bridge TC358775 > @@ -29,7 +29,7 @@ properties: > > vdd-supply: > maxItems: 1 > - description: 1.2V LVDS Power Supply > + description: 1.2V LVDS Power Supply > > vddio-supply: > maxItems: 1 > @@ -77,13 +77,13 @@ properties: > - port@1 > > required: > - - compatible > - - reg > - - vdd-supply > - - vddio-supply > - - stby-gpios > - - reset-gpios > - - ports > + - compatible > + - reg > + - vdd-supply > + - vddio-supply > + - stby-gpios > + - reset-gpios > + - ports > > examples: > - | > diff --git a/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml > index c60b3bd74337..b2fcec4f22fd 100644 > --- a/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml > +++ b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml > @@ -13,9 +13,8 @@ properties: > compatible: > items: > - enum: > - - bananapi,lhr050h41 > - - feixin,k101-im2byl02 > - > + - bananapi,lhr050h41 > + - feixin,k101-im2byl02 > - const: ilitek,ili9881c > > backlight: true > diff --git a/Documentation/devicetree/bindings/eeprom/at25.yaml b/Documentation/devicetree/bindings/eeprom/at25.yaml > index 9810619a2b5c..744973637678 100644 > --- a/Documentation/devicetree/bindings/eeprom/at25.yaml > +++ b/Documentation/devicetree/bindings/eeprom/at25.yaml > @@ -81,14 +81,14 @@ properties: > at25,byte-len: > $ref: /schemas/types.yaml#/definitions/uint32 > description: > - Total eeprom size in bytes. Deprecated, use "size" property instead. > + Total eeprom size in bytes. Deprecated, use "size" property instead. > deprecated: true > > at25,addr-mode: > $ref: /schemas/types.yaml#/definitions/uint32 > description: > - Addr-mode flags, as defined in include/linux/spi/eeprom.h. > - Deprecated, use "address-width" property instead. > + Addr-mode flags, as defined in include/linux/spi/eeprom.h. > + Deprecated, use "address-width" property instead. > deprecated: true > > at25,page-size: > diff --git a/Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml b/Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml > index e2d2c10e536a..b032471831e7 100644 > --- a/Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml > +++ b/Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml > @@ -43,8 +43,8 @@ properties: > gpio-controller: true > > gpio-line-names: > - minItems: 1 > - maxItems: 8 > + minItems: 1 > + maxItems: 8 > > required: > - compatible > diff --git a/Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml b/Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml > index 0e7b4b8a7e48..e1e65eb4f795 100644 > --- a/Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml > +++ b/Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml > @@ -19,11 +19,11 @@ properties: > compatible: > oneOf: > - enum: > - - ingenic,jz4770-i2c > - - ingenic,x1000-i2c > + - ingenic,jz4770-i2c > + - ingenic,x1000-i2c > - items: > - - const: ingenic,jz4780-i2c > - - const: ingenic,jz4770-i2c > + - const: ingenic,jz4780-i2c > + - const: ingenic,jz4770-i2c > > reg: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad7291.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad7291.yaml > index 6feafb7e531e..930f9e3904d7 100644 > --- a/Documentation/devicetree/bindings/iio/adc/adi,ad7291.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad7291.yaml > @@ -43,4 +43,5 @@ examples: > vref-supply = <&adc_vref>; > }; > }; > -... > \ No newline at end of file > +... > + > diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.yaml > index d3733ad8785a..8f32800fe5b7 100644 > --- a/Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.yaml > @@ -46,7 +46,8 @@ properties: > spi-max-frequency: true > > spi-cpol: true > - spi-cpha : true > + > + spi-cpha: true > > "#io-channel-cells": > const: 1 > diff --git a/Documentation/devicetree/bindings/iio/adc/cosmic,10001-adc.yaml b/Documentation/devicetree/bindings/iio/adc/cosmic,10001-adc.yaml > index 5d92b477e23f..4e695b97d015 100644 > --- a/Documentation/devicetree/bindings/iio/adc/cosmic,10001-adc.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/cosmic,10001-adc.yaml > @@ -22,8 +22,8 @@ properties: > adc-reserved-channels: > $ref: /schemas/types.yaml#/definitions/uint32 > description: > - Bitmask of reserved channels, i.e. channels that cannot be > - used by the OS. > + Bitmask of reserved channels, i.e. channels that cannot be > + used by the OS. > > clocks: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/iio/adc/holt,hi8435.yaml b/Documentation/devicetree/bindings/iio/adc/holt,hi8435.yaml > index 9514c3381c42..52490cbb0af0 100644 > --- a/Documentation/devicetree/bindings/iio/adc/holt,hi8435.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/holt,hi8435.yaml > @@ -21,7 +21,7 @@ properties: > > gpios: > description: > - GPIO used for controlling the reset pin > + GPIO used for controlling the reset pin > maxItems: 1 > > spi-max-frequency: true > diff --git a/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml b/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml > index bbf79d125675..1c4c009dedd0 100644 > --- a/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml > +++ b/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml > @@ -94,12 +94,12 @@ properties: > instances. > > required: > - - compatible > - - reg > - - interrupts > - - interrupt-names > - - interrupt-controller > - - "#interrupt-cells" > + - compatible > + - reg > + - interrupts > + - interrupt-names > + - interrupt-controller > + - "#interrupt-cells" > > additionalProperties: false > > diff --git a/Documentation/devicetree/bindings/mfd/ene-kb3930.yaml b/Documentation/devicetree/bindings/mfd/ene-kb3930.yaml > index 074243c40891..08af356f5d27 100644 > --- a/Documentation/devicetree/bindings/mfd/ene-kb3930.yaml > +++ b/Documentation/devicetree/bindings/mfd/ene-kb3930.yaml > @@ -17,7 +17,7 @@ properties: > compatible: > items: > - enum: > - - dell,wyse-ariel-ec # Dell Wyse Ariel board (3020) > + - dell,wyse-ariel-ec # Dell Wyse Ariel board (3020) > - const: ene,kb3930 > reg: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml b/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml > index 58fe9d02a781..0753289fba84 100644 > --- a/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml > +++ b/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml > @@ -32,11 +32,11 @@ allOf: > clock-output-names: > oneOf: > - items: > - - const: clk_out_sd0 > - - const: clk_in_sd0 > + - const: clk_out_sd0 > + - const: clk_in_sd0 > - items: > - - const: clk_out_sd1 > - - const: clk_in_sd1 > + - const: clk_out_sd1 > + - const: clk_in_sd1 > > properties: > compatible: > diff --git a/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml b/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml > index ac79f3adf20b..2cd859066462 100644 > --- a/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml > +++ b/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml > @@ -3,7 +3,7 @@ > %YAML 1.2 > --- > $id: "http://devicetree.org/schemas/mmc/sdhci-am654.yaml#" > -$schema : "http://devicetree.org/meta-schemas/core.yaml#" > +$schema: "http://devicetree.org/meta-schemas/core.yaml#" > > title: TI AM654 MMC Controller > > @@ -163,13 +163,12 @@ properties: > ti,driver-strength-ohm: > description: DLL drive strength in ohms > $ref: "/schemas/types.yaml#/definitions/uint32" > - oneOf: > - - enum: > - - 33 > - - 40 > - - 50 > - - 66 > - - 100 > + enum: > + - 33 > + - 40 > + - 50 > + - 66 > + - 100 > > ti,strobe-sel: > description: strobe select delay for HS400 speed mode. > diff --git a/Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml b/Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml > index f4292d2c54e3..d6cf8a560ef0 100644 > --- a/Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml > +++ b/Documentation/devicetree/bindings/pci/socionext,uniphier-pcie-ep.yaml > @@ -29,16 +29,16 @@ properties: > reg-names: > oneOf: > - items: > - - const: dbi > - - const: dbi2 > - - const: link > - - const: addr_space > + - const: dbi > + - const: dbi2 > + - const: link > + - const: addr_space > - items: > - - const: dbi > - - const: dbi2 > - - const: link > - - const: addr_space > - - const: atu > + - const: dbi > + - const: dbi2 > + - const: link > + - const: addr_space > + - const: atu > > clocks: > maxItems: 2 > diff --git a/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml b/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml > index bab2ff4d9dc9..34756347a14e 100644 > --- a/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml > +++ b/Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml > @@ -31,10 +31,10 @@ properties: > clock-names: > oneOf: > - items: # for PXs2 > - - const: link > + - const: link > - items: # for others > - - const: link > - - const: phy > + - const: link > + - const: phy > > resets: > maxItems: 2 > diff --git a/Documentation/devicetree/bindings/phy/ti,omap-usb2.yaml b/Documentation/devicetree/bindings/phy/ti,omap-usb2.yaml > index 15207ca9548f..ab77a65c5c55 100644 > --- a/Documentation/devicetree/bindings/phy/ti,omap-usb2.yaml > +++ b/Documentation/devicetree/bindings/phy/ti,omap-usb2.yaml > @@ -7,23 +7,23 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# > title: OMAP USB2 PHY > > maintainers: > - - Kishon Vijay Abraham I > - - Roger Quadros > + - Kishon Vijay Abraham I > + - Roger Quadros > > properties: > compatible: > oneOf: > - items: > - - enum: > - - ti,dra7x-usb2 > - - ti,dra7x-usb2-phy2 > - - ti,am654-usb2 > - - enum: > - - ti,omap-usb2 > + - enum: > + - ti,dra7x-usb2 > + - ti,dra7x-usb2-phy2 > + - ti,am654-usb2 > + - enum: > + - ti,omap-usb2 > - items: > - - const: ti,am437x-usb2 > + - const: ti,am437x-usb2 > - items: > - - const: ti,omap-usb2 > + - const: ti,omap-usb2 > > reg: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/pinctrl/actions,s500-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/actions,s500-pinctrl.yaml > index 33391d30c00c..ccdd9e3820d7 100644 > --- a/Documentation/devicetree/bindings/pinctrl/actions,s500-pinctrl.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/actions,s500-pinctrl.yaml > @@ -76,22 +76,22 @@ patternProperties: > items: > oneOf: > - enum: [lcd0_d18_mfp, rmii_crs_dv_mfp, rmii_txd0_mfp, > - rmii_txd1_mfp, rmii_txen_mfp, rmii_rxen_mfp, rmii_rxd1_mfp, > - rmii_rxd0_mfp, rmii_ref_clk_mfp, i2s_d0_mfp, i2s_pcm1_mfp, > - i2s0_pcm0_mfp, i2s1_pcm0_mfp, i2s_d1_mfp, ks_in2_mfp, > - ks_in1_mfp, ks_in0_mfp, ks_in3_mfp, ks_out0_mfp, > - ks_out1_mfp, ks_out2_mfp, lvds_o_pn_mfp, dsi_dn0_mfp, > - dsi_dp2_mfp, lcd0_d17_mfp, dsi_dp3_mfp, dsi_dn3_mfp, > - dsi_dp0_mfp, lvds_ee_pn_mfp, spi0_i2c_pcm_mfp, > - spi0_i2s_pcm_mfp, dsi_dnp1_cp_mfp, lvds_e_pn_mfp, > - dsi_dn2_mfp, uart2_rtsb_mfp, uart2_ctsb_mfp, uart3_rtsb_mfp, > - uart3_ctsb_mfp, sd0_d0_mfp, sd0_d1_mfp, sd0_d2_d3_mfp, > - sd1_d0_d3_mfp, sd0_cmd_mfp, sd0_clk_mfp, sd1_cmd_mfp, > - uart0_rx_mfp, clko_25m_mfp, csi_cn_cp_mfp, sens0_ckout_mfp, > - uart0_tx_mfp, i2c0_mfp, csi_dn_dp_mfp, sen0_pclk_mfp, > - pcm1_in_mfp, pcm1_clk_mfp, pcm1_sync_mfp, pcm1_out_mfp, > - dnand_data_wr_mfp, dnand_acle_ce0_mfp, nand_ceb2_mfp, > - nand_ceb3_mfp] > + rmii_txd1_mfp, rmii_txen_mfp, rmii_rxen_mfp, rmii_rxd1_mfp, > + rmii_rxd0_mfp, rmii_ref_clk_mfp, i2s_d0_mfp, i2s_pcm1_mfp, > + i2s0_pcm0_mfp, i2s1_pcm0_mfp, i2s_d1_mfp, ks_in2_mfp, > + ks_in1_mfp, ks_in0_mfp, ks_in3_mfp, ks_out0_mfp, > + ks_out1_mfp, ks_out2_mfp, lvds_o_pn_mfp, dsi_dn0_mfp, > + dsi_dp2_mfp, lcd0_d17_mfp, dsi_dp3_mfp, dsi_dn3_mfp, > + dsi_dp0_mfp, lvds_ee_pn_mfp, spi0_i2c_pcm_mfp, > + spi0_i2s_pcm_mfp, dsi_dnp1_cp_mfp, lvds_e_pn_mfp, > + dsi_dn2_mfp, uart2_rtsb_mfp, uart2_ctsb_mfp, uart3_rtsb_mfp, > + uart3_ctsb_mfp, sd0_d0_mfp, sd0_d1_mfp, sd0_d2_d3_mfp, > + sd1_d0_d3_mfp, sd0_cmd_mfp, sd0_clk_mfp, sd1_cmd_mfp, > + uart0_rx_mfp, clko_25m_mfp, csi_cn_cp_mfp, sens0_ckout_mfp, > + uart0_tx_mfp, i2c0_mfp, csi_dn_dp_mfp, sen0_pclk_mfp, > + pcm1_in_mfp, pcm1_clk_mfp, pcm1_sync_mfp, pcm1_out_mfp, > + dnand_data_wr_mfp, dnand_acle_ce0_mfp, nand_ceb2_mfp, > + nand_ceb3_mfp] > minItems: 1 > maxItems: 32 > > @@ -100,10 +100,10 @@ patternProperties: > Specify the alternative function to be configured for the > given gpio pin groups. > enum: [nor, eth_rmii, eth_smii, spi0, spi1, spi2, spi3, sens0, > - sens1, uart0, uart1, uart2, uart3, uart4, uart5, uart6, i2s0, > - i2s1, pcm1, pcm0, ks, jtag, pwm0, pwm1, pwm2, pwm3, pwm4, pwm5, > - p0, sd0, sd1, sd2, i2c0, i2c1, i2c3, dsi, lvds, usb30, clko_25m, > - mipi_csi, nand, spdif, ts, lcd0] > + sens1, uart0, uart1, uart2, uart3, uart4, uart5, uart6, i2s0, > + i2s1, pcm1, pcm0, ks, jtag, pwm0, pwm1, pwm2, pwm3, pwm4, pwm5, > + p0, sd0, sd1, sd2, i2c0, i2c1, i2c3, dsi, lvds, usb30, clko_25m, > + mipi_csi, nand, spdif, ts, lcd0] > > required: > - groups > @@ -126,14 +126,14 @@ patternProperties: > items: > oneOf: > - enum: [sirq_drv, rmii_txd01_txen_drv, rmii_rxer_drv, > - rmii_crs_drv, rmii_rxd10_drv, rmii_ref_clk_drv, > - smi_mdc_mdio_drv, i2s_d0_drv, i2s_bclk0_drv, i2s3_drv, > - i2s13_drv, pcm1_drv, ks_in_drv, ks_out_drv, lvds_all_drv, > - lcd_dsi_drv, dsi_drv, sd0_d0_d3_drv, sd1_d0_d3_drv, > - sd0_cmd_drv, sd0_clk_drv, sd1_cmd_drv, sd1_clk_drv, > - spi0_all_drv, uart0_rx_drv, uart0_tx_drv, uart2_all_drv, > - i2c0_all_drv, i2c12_all_drv, sens0_pclk_drv, > - sens0_ckout_drv, uart3_all_drv] > + rmii_crs_drv, rmii_rxd10_drv, rmii_ref_clk_drv, > + smi_mdc_mdio_drv, i2s_d0_drv, i2s_bclk0_drv, i2s3_drv, > + i2s13_drv, pcm1_drv, ks_in_drv, ks_out_drv, lvds_all_drv, > + lcd_dsi_drv, dsi_drv, sd0_d0_d3_drv, sd1_d0_d3_drv, > + sd0_cmd_drv, sd0_clk_drv, sd1_cmd_drv, sd1_clk_drv, > + spi0_all_drv, uart0_rx_drv, uart0_tx_drv, uart2_all_drv, > + i2c0_all_drv, i2c12_all_drv, sens0_pclk_drv, > + sens0_ckout_drv, uart3_all_drv] > minItems: 1 > maxItems: 32 > > @@ -144,29 +144,29 @@ patternProperties: > items: > oneOf: > - enum: [dnand_dqs, dnand_dqsn, eth_txd0, eth_txd1, eth_txen, > - eth_rxer, eth_crs_dv, eth_rxd1, eth_rxd0, eth_ref_clk, > - eth_mdc, eth_mdio, sirq0, sirq1, sirq2, i2s_d0, i2s_bclk0, > - i2s_lrclk0, i2s_mclk0, i2s_d1, i2s_bclk1, i2s_lrclk1, > - i2s_mclk1, ks_in0, ks_in1, ks_in2, ks_in3, ks_out0, ks_out1, > - ks_out2, lvds_oep, lvds_oen, lvds_odp, lvds_odn, lvds_ocp, > - lvds_ocn, lvds_obp, lvds_obn, lvds_oap, lvds_oan, lvds_eep, > - lvds_een, lvds_edp, lvds_edn, lvds_ecp, lvds_ecn, lvds_ebp, > - lvds_ebn, lvds_eap, lvds_ean, lcd0_d18, lcd0_d17, dsi_dp3, > - dsi_dn3, dsi_dp1, dsi_dn1, dsi_cp, dsi_cn, dsi_dp0, dsi_dn0, > - dsi_dp2, dsi_dn2, sd0_d0, sd0_d1, sd0_d2, sd0_d3, sd1_d0, > - sd1_d1, sd1_d2, sd1_d3, sd0_cmd, sd0_clk, sd1_cmd, sd1_clk, > - spi0_sclk, spi0_ss, spi0_miso, spi0_mosi, uart0_rx, > - uart0_tx, i2c0_sclk, i2c0_sdata, sensor0_pclk, > - sensor0_ckout, dnand_ale, dnand_cle, dnand_ceb0, dnand_ceb1, > - dnand_ceb2, dnand_ceb3, uart2_rx, uart2_tx, uart2_rtsb, > - uart2_ctsb, uart3_rx, uart3_tx, uart3_rtsb, uart3_ctsb, > - pcm1_in, pcm1_clk, pcm1_sync, pcm1_out, i2c1_sclk, > - i2c1_sdata, i2c2_sclk, i2c2_sdata, csi_dn0, csi_dp0, > - csi_dn1, csi_dp1, csi_dn2, csi_dp2, csi_dn3, csi_dp3, > - csi_cn, csi_cp, dnand_d0, dnand_d1, dnand_d2, dnand_d3, > - dnand_d4, dnand_d5, dnand_d6, dnand_d7, dnand_rb, dnand_rdb, > - dnand_rdbn, dnand_wrb, porb, clko_25m, bsel, pkg0, pkg1, > - pkg2, pkg3] > + eth_rxer, eth_crs_dv, eth_rxd1, eth_rxd0, eth_ref_clk, > + eth_mdc, eth_mdio, sirq0, sirq1, sirq2, i2s_d0, i2s_bclk0, > + i2s_lrclk0, i2s_mclk0, i2s_d1, i2s_bclk1, i2s_lrclk1, > + i2s_mclk1, ks_in0, ks_in1, ks_in2, ks_in3, ks_out0, ks_out1, > + ks_out2, lvds_oep, lvds_oen, lvds_odp, lvds_odn, lvds_ocp, > + lvds_ocn, lvds_obp, lvds_obn, lvds_oap, lvds_oan, lvds_eep, > + lvds_een, lvds_edp, lvds_edn, lvds_ecp, lvds_ecn, lvds_ebp, > + lvds_ebn, lvds_eap, lvds_ean, lcd0_d18, lcd0_d17, dsi_dp3, > + dsi_dn3, dsi_dp1, dsi_dn1, dsi_cp, dsi_cn, dsi_dp0, dsi_dn0, > + dsi_dp2, dsi_dn2, sd0_d0, sd0_d1, sd0_d2, sd0_d3, sd1_d0, > + sd1_d1, sd1_d2, sd1_d3, sd0_cmd, sd0_clk, sd1_cmd, sd1_clk, > + spi0_sclk, spi0_ss, spi0_miso, spi0_mosi, uart0_rx, > + uart0_tx, i2c0_sclk, i2c0_sdata, sensor0_pclk, > + sensor0_ckout, dnand_ale, dnand_cle, dnand_ceb0, dnand_ceb1, > + dnand_ceb2, dnand_ceb3, uart2_rx, uart2_tx, uart2_rtsb, > + uart2_ctsb, uart3_rx, uart3_tx, uart3_rtsb, uart3_ctsb, > + pcm1_in, pcm1_clk, pcm1_sync, pcm1_out, i2c1_sclk, > + i2c1_sdata, i2c2_sclk, i2c2_sdata, csi_dn0, csi_dp0, > + csi_dn1, csi_dp1, csi_dn2, csi_dp2, csi_dn3, csi_dp3, > + csi_cn, csi_cp, dnand_d0, dnand_d1, dnand_d2, dnand_d3, > + dnand_d4, dnand_d5, dnand_d6, dnand_d7, dnand_rb, dnand_rdb, > + dnand_rdbn, dnand_wrb, porb, clko_25m, bsel, pkg0, pkg1, > + pkg2, pkg3] > minItems: 1 > maxItems: 64 > > diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml b/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml > index 5556def6b99b..c4c071211611 100644 > --- a/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml > @@ -106,7 +106,7 @@ patternProperties: > required: > - pinmux > > - additionalProperties: false > + additionalProperties: false > > required: > - compatible > diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8226-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,msm8226-pinctrl.yaml > index 1f0f5757f9e1..040d2ada3669 100644 > --- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8226-pinctrl.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8226-pinctrl.yaml > @@ -71,9 +71,9 @@ patternProperties: > Specify the alternative function to be configured for the specified > pins. Functions are only valid for gpio pins. > enum: [ gpio, cci_i2c0, blsp_uim1, blsp_uim2, blsp_uim3, blsp_uim5, > - blsp_i2c1, blsp_i2c2, blsp_i2c3, blsp_i2c5, blsp_spi1, > - blsp_spi2, blsp_spi3, blsp_spi5, blsp_uart1, blsp_uart2, > - blsp_uart3, blsp_uart5, cam_mclk0, cam_mclk1, wlan ] > + blsp_i2c1, blsp_i2c2, blsp_i2c3, blsp_i2c5, blsp_spi1, > + blsp_spi2, blsp_spi3, blsp_spi5, blsp_uart1, blsp_uart2, > + blsp_uart3, blsp_uart5, cam_mclk0, cam_mclk1, wlan ] > > drive-strength: > enum: [2, 4, 6, 8, 10, 12, 14, 16] > diff --git a/Documentation/devicetree/bindings/pinctrl/toshiba,visconti-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/toshiba,visconti-pinctrl.yaml > index d0d1a01140ea..9f1dab0c2430 100644 > --- a/Documentation/devicetree/bindings/pinctrl/toshiba,visconti-pinctrl.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/toshiba,visconti-pinctrl.yaml > @@ -40,24 +40,24 @@ patternProperties: > Function to mux. > $ref: "/schemas/types.yaml#/definitions/string" > enum: [i2c0, i2c1, i2c2, i2c3, i2c4, i2c5, i2c6, i2c7, i2c8, > - spi0, spi1, spi2, spi3, spi4, spi5, spi6, > - uart0, uart1, uart2, uart3, pwm, pcmif_out, pcmif_in] > + spi0, spi1, spi2, spi3, spi4, spi5, spi6, > + uart0, uart1, uart2, uart3, pwm, pcmif_out, pcmif_in] > > groups: > description: > Name of the pin group to use for the functions. > $ref: "/schemas/types.yaml#/definitions/string" > enum: [i2c0_grp, i2c1_grp, i2c2_grp, i2c3_grp, i2c4_grp, > - i2c5_grp, i2c6_grp, i2c7_grp, i2c8_grp, > - spi0_grp, spi0_cs0_grp, spi0_cs1_grp, spi0_cs2_grp, > - spi1_grp, spi2_grp, spi3_grp, spi4_grp, spi5_grp, spi6_grp, > - uart0_grp, uart1_grp, uart2_grp, uart3_grp, > - pwm0_gpio4_grp, pwm0_gpio8_grp, pwm0_gpio12_grp, > - pwm0_gpio16_grp, pwm1_gpio5_grp, pwm1_gpio9_grp, > - pwm1_gpio13_grp, pwm1_gpio17_grp, pwm2_gpio6_grp, > - pwm2_gpio10_grp, pwm2_gpio14_grp, pwm2_gpio18_grp, > - pwm3_gpio7_grp, pwm3_gpio11_grp, pwm3_gpio15_grp, > - pwm3_gpio19_grp, pcmif_out_grp, pcmif_in_grp] > + i2c5_grp, i2c6_grp, i2c7_grp, i2c8_grp, > + spi0_grp, spi0_cs0_grp, spi0_cs1_grp, spi0_cs2_grp, > + spi1_grp, spi2_grp, spi3_grp, spi4_grp, spi5_grp, spi6_grp, > + uart0_grp, uart1_grp, uart2_grp, uart3_grp, > + pwm0_gpio4_grp, pwm0_gpio8_grp, pwm0_gpio12_grp, > + pwm0_gpio16_grp, pwm1_gpio5_grp, pwm1_gpio9_grp, > + pwm1_gpio13_grp, pwm1_gpio17_grp, pwm2_gpio6_grp, > + pwm2_gpio10_grp, pwm2_gpio14_grp, pwm2_gpio18_grp, > + pwm3_gpio7_grp, pwm3_gpio11_grp, pwm3_gpio15_grp, > + pwm3_gpio19_grp, pcmif_out_grp, pcmif_in_grp] > > drive-strength: > enum: [2, 4, 6, 8, 16, 24, 32] > diff --git a/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml b/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml > index a6c91026d4cc..a2dca38577f7 100644 > --- a/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml > +++ b/Documentation/devicetree/bindings/power/reset/reboot-mode.yaml > @@ -28,9 +28,9 @@ description: | > > properties: > mode-normal: > - $ref: /schemas/types.yaml#/definitions/uint32 > - description: | > - Default value to set on a reboot if no command was provided. > + $ref: /schemas/types.yaml#/definitions/uint32 > + description: > + Default value to set on a reboot if no command was provided. > > patternProperties: > "^mode-.*$": > diff --git a/Documentation/devicetree/bindings/power/supply/ingenic,battery.yaml b/Documentation/devicetree/bindings/power/supply/ingenic,battery.yaml > index 867e3e6b7e80..76c227a7cd5c 100644 > --- a/Documentation/devicetree/bindings/power/supply/ingenic,battery.yaml > +++ b/Documentation/devicetree/bindings/power/supply/ingenic,battery.yaml > @@ -15,10 +15,10 @@ properties: > oneOf: > - const: ingenic,jz4740-battery > - items: > - - enum: > - - ingenic,jz4725b-battery > - - ingenic,jz4770-battery > - - const: ingenic,jz4740-battery > + - enum: > + - ingenic,jz4725b-battery > + - ingenic,jz4770-battery > + - const: ingenic,jz4740-battery > > io-channels: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/power/supply/summit,smb347-charger.yaml b/Documentation/devicetree/bindings/power/supply/summit,smb347-charger.yaml > index 193a23af2007..983fc215c1e5 100644 > --- a/Documentation/devicetree/bindings/power/supply/summit,smb347-charger.yaml > +++ b/Documentation/devicetree/bindings/power/supply/summit,smb347-charger.yaml > @@ -84,12 +84,12 @@ allOf: > then: > properties: > summit,mains-current-limit-microamp: > - enum: [ 300000, 500000, 700000, 1000000, > - 1500000, 1800000, 2000000] > + enum: [ 300000, 500000, 700000, 1000000, > + 1500000, 1800000, 2000000] > > summit,usb-current-limit-microamp: > - enum: [ 300000, 500000, 700000, 1000000, > - 1500000, 1800000, 2000000] > + enum: [ 300000, 500000, 700000, 1000000, > + 1500000, 1800000, 2000000] > > summit,charge-current-compensation-microamp: > enum: [200000, 450000, 600000, 900000] > @@ -97,12 +97,12 @@ allOf: > else: > properties: > summit,mains-current-limit-microamp: > - enum: [ 300000, 500000, 700000, 900000, 1200000, > - 1500000, 1800000, 2000000, 2200000, 2500000] > + enum: [ 300000, 500000, 700000, 900000, 1200000, > + 1500000, 1800000, 2000000, 2200000, 2500000] > > summit,usb-current-limit-microamp: > - enum: [ 300000, 500000, 700000, 900000, 1200000, > - 1500000, 1800000, 2000000, 2200000, 2500000] > + enum: [ 300000, 500000, 700000, 900000, 1200000, > + 1500000, 1800000, 2000000, 2200000, 2500000] > > summit,charge-current-compensation-microamp: > enum: [250000, 700000, 900000, 1200000] > diff --git a/Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml b/Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml > index 3f4a1939554d..efc0198eeb74 100644 > --- a/Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml > +++ b/Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml > @@ -25,8 +25,8 @@ select: > properties: > compatible: > items: > - - enum: > - - sifive,fu540-c000-ccache > + - enum: > + - sifive,fu540-c000-ccache > > required: > - compatible > diff --git a/Documentation/devicetree/bindings/rng/imx-rng.yaml b/Documentation/devicetree/bindings/rng/imx-rng.yaml > index 4ad1e456a801..07f6ff89bcc1 100644 > --- a/Documentation/devicetree/bindings/rng/imx-rng.yaml > +++ b/Documentation/devicetree/bindings/rng/imx-rng.yaml > @@ -19,9 +19,9 @@ properties: > - const: fsl,imx21-rnga > - items: > - enum: > - - fsl,imx6sl-rngb > - - fsl,imx6sll-rngb > - - fsl,imx6ull-rngb > + - fsl,imx6sl-rngb > + - fsl,imx6sll-rngb > + - fsl,imx6ull-rngb > - const: fsl,imx25-rngb > - const: fsl,imx35-rngc > > diff --git a/Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml b/Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml > index 9ff85bc6859c..9702c07a6b6c 100644 > --- a/Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml > +++ b/Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml > @@ -20,30 +20,30 @@ properties: > - const: fsl,imx21-uart > - items: > - enum: > - - fsl,imx25-uart > - - fsl,imx27-uart > - - fsl,imx31-uart > - - fsl,imx35-uart > - - fsl,imx50-uart > - - fsl,imx51-uart > - - fsl,imx53-uart > - - fsl,imx6q-uart > + - fsl,imx25-uart > + - fsl,imx27-uart > + - fsl,imx31-uart > + - fsl,imx35-uart > + - fsl,imx50-uart > + - fsl,imx51-uart > + - fsl,imx53-uart > + - fsl,imx6q-uart > - const: fsl,imx21-uart > - items: > - enum: > - - fsl,imx6sl-uart > - - fsl,imx6sll-uart > - - fsl,imx6sx-uart > + - fsl,imx6sl-uart > + - fsl,imx6sll-uart > + - fsl,imx6sx-uart > - const: fsl,imx6q-uart > - const: fsl,imx21-uart > - items: > - enum: > - - fsl,imx6ul-uart > - - fsl,imx7d-uart > - - fsl,imx8mm-uart > - - fsl,imx8mn-uart > - - fsl,imx8mp-uart > - - fsl,imx8mq-uart > + - fsl,imx6ul-uart > + - fsl,imx7d-uart > + - fsl,imx8mm-uart > + - fsl,imx8mn-uart > + - fsl,imx8mp-uart > + - fsl,imx8mq-uart > - const: fsl,imx6q-uart > > reg: > diff --git a/Documentation/devicetree/bindings/sound/mchp,spdifrx.yaml b/Documentation/devicetree/bindings/sound/mchp,spdifrx.yaml > index 7d8bd4e14434..4a2129005c0f 100644 > --- a/Documentation/devicetree/bindings/sound/mchp,spdifrx.yaml > +++ b/Documentation/devicetree/bindings/sound/mchp,spdifrx.yaml > @@ -10,8 +10,8 @@ maintainers: > - Codrin Ciubotariu > > description: > - The Microchip Sony/Philips Digital Interface Receiver is a > - serial port compliant with the IEC-60958 standard. > + The Microchip Sony/Philips Digital Interface Receiver is a serial port > + compliant with the IEC-60958 standard. > > properties: > "#sound-dai-cells": > diff --git a/Documentation/devicetree/bindings/sound/mchp,spdiftx.yaml b/Documentation/devicetree/bindings/sound/mchp,spdiftx.yaml > index a03b0b871fc9..bdfb63387c53 100644 > --- a/Documentation/devicetree/bindings/sound/mchp,spdiftx.yaml > +++ b/Documentation/devicetree/bindings/sound/mchp,spdiftx.yaml > @@ -10,8 +10,8 @@ maintainers: > - Codrin Ciubotariu > > description: > - The Microchip Sony/Philips Digital Interface Transmitter is a > - serial port compliant with the IEC-60958 standard. > + The Microchip Sony/Philips Digital Interface Transmitter is a serial port > + compliant with the IEC-60958 standard. > > properties: > "#sound-dai-cells": > diff --git a/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml b/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml > index f6f9fb49f385..1e23c0e20bc1 100644 > --- a/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml > +++ b/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml > @@ -26,8 +26,10 @@ properties: > reg: > maxItems: 2 > description: LPAIF core registers > + > reg-names: > - maxItems: 2 > + maxItems: 2 > + > clocks: > minItems: 3 > maxItems: 6 > @@ -39,8 +41,10 @@ properties: > interrupts: > maxItems: 2 > description: LPAIF DMA buffer interrupt > + > interrupt-names: > maxItems: 2 > + > qcom,adsp: > $ref: /schemas/types.yaml#/definitions/phandle > description: Phandle for the audio DSP node > @@ -141,31 +145,31 @@ allOf: > properties: > clock-names: > oneOf: > - - items: #for I2S > - - const: pcnoc-sway-clk > - - const: audio-core > - - const: mclk0 > - - const: pcnoc-mport-clk > - - const: mi2s-bit-clk0 > - - const: mi2s-bit-clk1 > - - items: #for HDMI > - - const: pcnoc-sway-clk > - - const: audio-core > - - const: pcnoc-mport-clk > + - items: #for I2S > + - const: pcnoc-sway-clk > + - const: audio-core > + - const: mclk0 > + - const: pcnoc-mport-clk > + - const: mi2s-bit-clk0 > + - const: mi2s-bit-clk1 > + - items: #for HDMI > + - const: pcnoc-sway-clk > + - const: audio-core > + - const: pcnoc-mport-clk > reg-names: > anyOf: > - items: #for I2S > - - const: lpass-lpaif > + - const: lpass-lpaif > - items: #for I2S and HDMI > - - const: lpass-hdmiif > - - const: lpass-lpaif > + - const: lpass-hdmiif > + - const: lpass-lpaif > interrupt-names: > anyOf: > - items: #for I2S > - - const: lpass-irq-lpaif > + - const: lpass-irq-lpaif > - items: #for I2S and HDMI > - - const: lpass-irq-lpaif > - - const: lpass-irq-hdmi > + - const: lpass-irq-lpaif > + - const: lpass-irq-hdmi > required: > - iommus > - power-domains > diff --git a/Documentation/devicetree/bindings/timer/arm,sp804.yaml b/Documentation/devicetree/bindings/timer/arm,sp804.yaml > index e35d3053250a..960e2bd66a97 100644 > --- a/Documentation/devicetree/bindings/timer/arm,sp804.yaml > +++ b/Documentation/devicetree/bindings/timer/arm,sp804.yaml > @@ -33,8 +33,8 @@ properties: > compatible: > items: > - enum: > - - arm,sp804 > - - hisilicon,sp804 > + - arm,sp804 > + - hisilicon,sp804 > - const: arm,primecell > > interrupts: > @@ -58,11 +58,11 @@ properties: > clock is used for all clock inputs. > oneOf: > - items: > - - description: clock for timer 1 > - - description: clock for timer 2 > - - description: bus clock > + - description: clock for timer 1 > + - description: clock for timer 2 > + - description: bus clock > - items: > - - description: unified clock for both timers and the bus > + - description: unified clock for both timers and the bus > > clock-names: true > # The original binding did not specify any clock names, and there is no > diff --git a/Documentation/devicetree/bindings/usb/cdns,usb3.yaml b/Documentation/devicetree/bindings/usb/cdns,usb3.yaml > index ac20b98e9910..d6af2794d444 100644 > --- a/Documentation/devicetree/bindings/usb/cdns,usb3.yaml > +++ b/Documentation/devicetree/bindings/usb/cdns,usb3.yaml > @@ -44,8 +44,8 @@ properties: > enum: [super-speed, high-speed, full-speed] > > phys: > - minItems: 1 > - maxItems: 2 > + minItems: 1 > + maxItems: 2 > > phy-names: > minItems: 1 > diff --git a/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml b/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml > index 5fe9e6211ba2..52ceb07294a3 100644 > --- a/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml > +++ b/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml > @@ -17,7 +17,7 @@ description: |- > > properties: > compatible: > - const: ti,hd3ss3220 > + const: ti,hd3ss3220 > > reg: > maxItems: 1 > diff --git a/Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml b/Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml > index 1aaf3e768c81..55adea827c34 100644 > --- a/Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml > +++ b/Documentation/devicetree/bindings/w1/fsl-imx-owire.yaml > @@ -15,10 +15,10 @@ properties: > - const: fsl,imx21-owire > - items: > - enum: > - - fsl,imx27-owire > - - fsl,imx50-owire > - - fsl,imx51-owire > - - fsl,imx53-owire > + - fsl,imx27-owire > + - fsl,imx50-owire > + - fsl,imx51-owire > + - fsl,imx53-owire > - const: fsl,imx21-owire > > reg: > -- > 2.25.1 > _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel