Messages in this thread |  | | Date | Sat, 16 Apr 2022 17:26:35 -0500 | From | Rob Herring <> | Subject | [GIT PULL] Devicetree fixes for v5.18, take 2 |
| |
Linus,
Please pull a few more DT fixes.
Rob
The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:
Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-5.18-2
for you to fetch changes up to 652980b1541c5a02e6410647c7daf840c06d724a:
dt-bindings: display: panel-timing: Define a single type for properties (2022-04-14 16:04:52 -0500)
---------------------------------------------------------------- Devicetree fixes for v5.18, part 2:
- Fix scalar property schemas with array constraints
- Fix 'enum' lists with duplicate entries
- Fix incomplete if/then/else schemas
- Add Renesas RZ/V2L SoC support to Mali Bifrost binding
- Maintainers update for Marvell irqchip
---------------------------------------------------------------- Dongjin Yang (1): dt-bindings: net: snps: remove duplicate name
Geert Uytterhoeven (1): dt-bindings: power: renesas,apmu: Fix cpus property limits
Krzysztof Kozlowski (2): dt-bindings: extcon: maxim,max77843: fix ports type dt-bindings: irqchip: mrvl,intc: refresh maintainers
Lad Prabhakar (1): dt-bindings: gpu: mali-bifrost: Document RZ/V2L SoC
Rob Herring (4): dt-bindings: Fix incomplete if/then/else schemas dt-bindings: Fix 'enum' lists with duplicate entries dt-bindings: Fix array constraints on scalar properties dt-bindings: display: panel-timing: Define a single type for properties
.../bindings/arm/tegra/nvidia,tegra20-pmc.yaml | 1 - Documentation/devicetree/bindings/bus/ti-sysc.yaml | 1 - .../bindings/display/panel/panel-timing.yaml | 42 +++++------ .../devicetree/bindings/extcon/maxim,max77843.yaml | 2 +- .../devicetree/bindings/gpu/arm,mali-bifrost.yaml | 5 +- .../devicetree/bindings/hwmon/ti,tmp464.yaml | 5 +- .../devicetree/bindings/iio/adc/adi,ad7476.yaml | 1 + .../bindings/iio/adc/st,stm32-dfsdm-adc.yaml | 12 ++-- .../devicetree/bindings/iio/dac/adi,ad5360.yaml | 6 +- .../devicetree/bindings/interconnect/qcom,rpm.yaml | 84 +++++++++++----------- .../bindings/interrupt-controller/mrvl,intc.yaml | 6 +- Documentation/devicetree/bindings/media/coda.yaml | 1 - .../bindings/media/mediatek,vcodec-decoder.yaml | 2 - .../bindings/media/mediatek,vcodec-encoder.yaml | 3 - .../media/mediatek,vcodec-subdev-decoder.yaml | 1 - .../bindings/mmc/nvidia,tegra20-sdhci.yaml | 2 + .../devicetree/bindings/net/snps,dwmac.yaml | 6 +- .../devicetree/bindings/net/ti,davinci-mdio.yaml | 1 + .../bindings/phy/nvidia,tegra20-usb-phy.yaml | 20 +++--- .../devicetree/bindings/phy/qcom,usb-hs-phy.yaml | 32 +++++---- .../devicetree/bindings/pinctrl/cirrus,madera.yaml | 11 ++- .../devicetree/bindings/power/renesas,apmu.yaml | 3 +- .../devicetree/bindings/power/supply/bq2415x.yaml | 1 - .../bindings/regulator/fixed-regulator.yaml | 34 ++++----- .../bindings/remoteproc/qcom,sc7280-wpss-pil.yaml | 4 +- .../devicetree/bindings/sound/st,stm32-sai.yaml | 6 +- .../devicetree/bindings/spi/renesas,sh-msiof.yaml | 2 - Documentation/devicetree/bindings/sram/sram.yaml | 16 ++--- 28 files changed, 145 insertions(+), 165 deletions(-)
|  |