Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: mfd: rohm,bd71837-pmic: Add common properties

Add common properties appearing in DTSes (clock-names,
clock-output-names) with the common values (actually used in DTSes) to
fix dtbs_check warnings like:

arch/arm64/boot/dts/freescale/imx8mq-librem5-r2.dt.yaml:
pmic@4b: 'clock-names', 'clock-output-names', do not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-By: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Krzysztof Kozlowski and committed by
Lee Jones
21ca0f5b 4f278593

+6
+6
Documentation/devicetree/bindings/mfd/rohm,bd71837-pmic.yaml
··· 32 32 clocks: 33 33 maxItems: 1 34 34 35 + clock-names: 36 + const: osc 37 + 35 38 "#clock-cells": 36 39 const: 0 40 + 41 + clock-output-names: 42 + const: pmic_clk 37 43 38 44 # The BD718x7 supports two different HW states as reset target states. States 39 45 # are called as SNVS and READY. At READY state all the PMIC power outputs go