All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 00/10] mfd: cpcap: convert documentation to schema and add Mot board support
@ 2026-01-25 13:42 Svyatoslav Ryhel
  2026-01-25 13:42 ` [PATCH v1 01/10] dt-bindings: regulator: cpcap-regulator: convert to schema Svyatoslav Ryhel
                   ` (9 more replies)
  0 siblings, 10 replies; 37+ messages in thread
From: Svyatoslav Ryhel @ 2026-01-25 13:42 UTC (permalink / raw)
  To: Jonathan Cameron, David Lechner, Nuno Sá, Andy Shevchenko,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Dmitry Torokhov,
	Lee Jones, Pavel Machek, Liam Girdwood, Mark Brown,
	Alexandre Belloni, Svyatoslav Ryhel, Dixit Parmar, Tony Lindgren
  Cc: linux-iio, devicetree, linux-kernel, linux-input, linux-leds,
	linux-rtc

The initial goal was only to add support for the CPCAP used in the Mot
Tegra20 board; however, since the documentation was already partially
converted, I decided to complete the conversion to schema too.

The CPCAP regulator, leds, rtc, pwrbutton and core files were converted
from TXT to YAML while preserving the original structure. Mot board
compatibility was added to the regulator and core schema. Since these
were one-line patches, they were not separated into dedicated commits;
however, the commit message notes this for both cases.

Finally, the CPCAP MFD was slightly refactored to improve support for
multiple subcell compositions.

Svyatoslav Ryhel (10):
  dt-bindings: regulator: cpcap-regulator: convert to schema
  regulator: cpcap-regulator: add support for Mot regulators
  dt-bindings: iio: adc: cpcap-adc: document Mot ADC
  iio: adc: cpcap-adc: add support for Mot ADC
  dt-bindings: leds: leds-cpcap: convert to schema
  dt-bindings: rtc: cpcap-rtc: convert to schema
  dt-bindings: input: cpcap-pwrbutton: convert to schema
  dt-bindings: mfg: motorola-cpcap: convert to schema
  mfd: motorola-cpcap: diverge configuration per-board
  mfd: motorola-cpcap: add support for Mot CPCAP composition

 .../bindings/iio/adc/motorola,cpcap-adc.yaml  |   1 +
 .../bindings/input/cpcap-pwrbutton.txt        |  20 -
 .../input/motorola,cpcap-pwrbutton.yaml       |  32 ++
 .../devicetree/bindings/leds/leds-cpcap.txt   |  29 --
 .../bindings/leds/motorola,cpcap-leds.yaml    |  42 ++
 .../bindings/mfd/motorola,cpcap.yaml          | 389 ++++++++++++++++++
 .../bindings/mfd/motorola-cpcap.txt           |  78 ----
 .../bindings/regulator/cpcap-regulator.txt    |  35 --
 .../regulator/motorola,cpcap-regulator.yaml   |  51 +++
 .../devicetree/bindings/rtc/cpcap-rtc.txt     |  18 -
 .../bindings/rtc/motorola,cpcap-rtc.yaml      |  32 ++
 drivers/iio/adc/cpcap-adc.c                   |  17 +-
 drivers/mfd/motorola-cpcap.c                  | 134 +++++-
 drivers/regulator/cpcap-regulator.c           | 105 +++++
 14 files changed, 791 insertions(+), 192 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/input/cpcap-pwrbutton.txt
 create mode 100644 Documentation/devicetree/bindings/input/motorola,cpcap-pwrbutton.yaml
 delete mode 100644 Documentation/devicetree/bindings/leds/leds-cpcap.txt
 create mode 100644 Documentation/devicetree/bindings/leds/motorola,cpcap-leds.yaml
 create mode 100644 Documentation/devicetree/bindings/mfd/motorola,cpcap.yaml
 delete mode 100644 Documentation/devicetree/bindings/mfd/motorola-cpcap.txt
 delete mode 100644 Documentation/devicetree/bindings/regulator/cpcap-regulator.txt
 create mode 100644 Documentation/devicetree/bindings/regulator/motorola,cpcap-regulator.yaml
 delete mode 100644 Documentation/devicetree/bindings/rtc/cpcap-rtc.txt
 create mode 100644 Documentation/devicetree/bindings/rtc/motorola,cpcap-rtc.yaml

-- 
2.51.0


^ permalink raw reply	[flat|nested] 37+ messages in thread
* Re: [PATCH v1 08/10] dt-bindings: mfg: motorola-cpcap: convert to schema
@ 2026-01-29 20:48 kernel test robot
  0 siblings, 0 replies; 37+ messages in thread
From: kernel test robot @ 2026-01-29 20:48 UTC (permalink / raw)
  To: oe-kbuild; +Cc: lkp

:::::: 
:::::: Manual check reason: "dtcheck: binding changes may go via different trees"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
In-Reply-To: <20260125134302.45958-9-clamor95@gmail.com>
References: <20260125134302.45958-9-clamor95@gmail.com>
TO: Svyatoslav Ryhel <clamor95@gmail.com>
TO: Jonathan Cameron <jic23@kernel.org>
TO: David Lechner <dlechner@baylibre.com>
TO: "Nuno Sá" <nuno.sa@analog.com>
TO: Andy Shevchenko <andy@kernel.org>
TO: Rob Herring <robh@kernel.org>
TO: Krzysztof Kozlowski <krzk@kernel.org>
TO: Conor Dooley <conor+dt@kernel.org>
TO: Dmitry Torokhov <dmitry.torokhov@gmail.com>
TO: Lee Jones <lee@kernel.org>
TO: Pavel Machek <pavel@kernel.org>
TO: Liam Girdwood <lgirdwood@gmail.com>
TO: Mark Brown <broonie@kernel.org>
TO: Alexandre Belloni <alexandre.belloni@bootlin.com>
TO: Svyatoslav Ryhel <clamor95@gmail.com>
TO: Dixit Parmar <dixitparmar19@gmail.com>
TO: Tony Lindgren <tony@atomide.com>
CC: linux-iio@vger.kernel.org
CC: devicetree@vger.kernel.org
CC: linux-kernel@vger.kernel.org
CC: linux-input@vger.kernel.org
CC: linux-leds@vger.kernel.org
CC: linux-rtc@vger.kernel.org

Hi Svyatoslav,

kernel test robot noticed the following build warnings:

[auto build test WARNING on jic23-iio/togreg]
[also build test WARNING on lee-mfd/for-mfd-next lee-mfd/for-mfd-fixes broonie-regulator/for-next next-20260127]
[cannot apply to linus/master v6.16-rc1]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Svyatoslav-Ryhel/dt-bindings-regulator-cpcap-regulator-convert-to-schema/20260125-233339
base:   https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git togreg
patch link:    https://lore.kernel.org/r/20260125134302.45958-9-clamor95%40gmail.com
patch subject: [PATCH v1 08/10] dt-bindings: mfg: motorola-cpcap: convert to schema
:::::: branch date: 4 days ago
:::::: commit date: 4 days ago
config: arm-randconfig-2051-20260126 (https://download.01.org/0day-ci/archive/20260129/202601292148.pWDigXuW-lkp@intel.com/config)
compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project f43d6834093b19baf79beda8c0337ab020ac5f17)
dtschema version: 2025.13.dev4+g85cec3155
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260129/202601292148.pWDigXuW-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202601292148.pWDigXuW-lkp@intel.com/

dtcheck warnings: (new ones prefixed by >>)
   arch/arm/boot/dts/ti/omap/omap4-droid-bionic-xt875.dtb: tmp105@48 (ti,tmp105): interrupts-extended: [[114, 18, 2], [111, 334]] is too long
   	from schema $id: http://devicetree.org/schemas/hwmon/lm75.yaml
   arch/arm/boot/dts/ti/omap/omap4-droid-bionic-xt875.dtb: tmp105@48 (ti,tmp105): Unevaluated properties are not allowed ('interrupt-names', 'wakeup-source' were unexpected)
   	from schema $id: http://devicetree.org/schemas/hwmon/lm75.yaml
   arch/arm/boot/dts/ti/omap/omap4-droid-bionic-xt875.dtb: /ocp/interconnect@48000000/segment@0/target-module@70000/i2c@0/led-controller@38: failed to match any schema with compatible: ['ti,lm3532']
   arch/arm/boot/dts/ti/omap/omap4-droid-bionic-xt875.dtb: touchscreen@4a (atmel,maxtouch): interrupts-extended: [[114, 23, 8], [111, 352]] is too long
   	from schema $id: http://devicetree.org/schemas/input/atmel,maxtouch.yaml
   arch/arm/boot/dts/ti/omap/omap4-droid-bionic-xt875.dtb: touchscreen@4a (atmel,maxtouch): Unevaluated properties are not allowed ('interrupt-names' was unexpected)
   	from schema $id: http://devicetree.org/schemas/input/atmel,maxtouch.yaml
   arch/arm/boot/dts/ti/omap/omap4-droid-bionic-xt875.dtb: /ocp/interconnect@48000000/segment@0/target-module@96000/mcbsp@0: failed to match any schema with compatible: ['ti,omap4-mcbsp']
>> arch/arm/boot/dts/ti/omap/omap4-droid-bionic-xt875.dtb: pmic@0 (motorola,cpcap): 'button', 'spi-cpha', 'spi-cpol' do not match any of the regexes: '^led(-[a-z]+)?$', '^pinctrl-[0-9]+$'
   	from schema $id: http://devicetree.org/schemas/mfd/motorola,cpcap.yaml
>> arch/arm/boot/dts/ti/omap/omap4-droid-bionic-xt875.dtb: pmic@0 (motorola,cpcap): audio-codec: 'oneOf' conditional failed, one must be fixed:
   	'interrupts' is a required property
   	'interrupts-extended' is a required property
   	from schema $id: http://devicetree.org/schemas/mfd/motorola,cpcap.yaml
>> arch/arm/boot/dts/ti/omap/omap4-droid-bionic-xt875.dtb: pmic@0 (motorola,cpcap): audio-codec: 'interrupt-names' is a required property
   	from schema $id: http://devicetree.org/schemas/mfd/motorola,cpcap.yaml
>> arch/arm/boot/dts/ti/omap/omap4-droid-bionic-xt875.dtb: pmic@0 (motorola,cpcap): compatible: ['motorola,cpcap', 'st,6556002'] is too long
   	from schema $id: http://devicetree.org/schemas/mfd/motorola,cpcap.yaml
>> arch/arm/boot/dts/ti/omap/omap4-droid-bionic-xt875.dtb: pmic@0 (motorola,cpcap): spi-max-frequency: 9600000 is greater than the maximum of 8000000
   	from schema $id: http://devicetree.org/schemas/mfd/motorola,cpcap.yaml
   arch/arm/boot/dts/ti/omap/omap4-droid-bionic-xt875.dtb: /ocp/interconnect@48000000/segment@0/target-module@9c000/mmc@0: failed to match any schema with compatible: ['ti,omap4-hsmmc']
   arch/arm/boot/dts/ti/omap/omap4-droid-bionic-xt875.dtb: des@0 (ti,omap4-des): 'clocks' is a required property
   	from schema $id: http://devicetree.org/schemas/ti,omap4-des.yaml
   arch/arm/boot/dts/ti/omap/omap4-droid-bionic-xt875.dtb: des@0 (ti,omap4-des): 'clock-names' is a required property
   	from schema $id: http://devicetree.org/schemas/ti,omap4-des.yaml
   arch/arm/boot/dts/ti/omap/omap4-droid-bionic-xt875.dtb: /ocp/interconnect@48000000/segment@0/target-module@ad000/mmc@0: failed to match any schema with compatible: ['ti,omap4-hsmmc']
   	from schema $id: http://devicetree.org/schemas/interrupts.yaml
   arch/arm/boot/dts/ti/omap/omap4-droid-bionic-xt875.dtb: /ocp/interconnect@48000000/segment@0/target-module@b2000/1w@0: failed to match any schema with compatible: ['ti,omap3-1w']
--
   arch/arm/boot/dts/ti/omap/omap4-droid4-xt894.dtb: tmp105@48 (ti,tmp105): interrupts-extended: [[114, 18, 2], [111, 334]] is too long
   	from schema $id: http://devicetree.org/schemas/hwmon/lm75.yaml
   arch/arm/boot/dts/ti/omap/omap4-droid4-xt894.dtb: tmp105@48 (ti,tmp105): Unevaluated properties are not allowed ('interrupt-names', 'wakeup-source' were unexpected)
   	from schema $id: http://devicetree.org/schemas/hwmon/lm75.yaml
   arch/arm/boot/dts/ti/omap/omap4-droid4-xt894.dtb: /ocp/interconnect@48000000/segment@0/target-module@70000/i2c@0/led-controller@38: failed to match any schema with compatible: ['ti,lm3532']
   arch/arm/boot/dts/ti/omap/omap4-droid4-xt894.dtb: touchscreen@4a (atmel,maxtouch): interrupts-extended: [[114, 23, 8], [111, 352]] is too long
   	from schema $id: http://devicetree.org/schemas/input/atmel,maxtouch.yaml
   arch/arm/boot/dts/ti/omap/omap4-droid4-xt894.dtb: touchscreen@4a (atmel,maxtouch): Unevaluated properties are not allowed ('interrupt-names' was unexpected)
   	from schema $id: http://devicetree.org/schemas/input/atmel,maxtouch.yaml
   arch/arm/boot/dts/ti/omap/omap4-droid4-xt894.dtb: /ocp/interconnect@48000000/segment@0/target-module@96000/mcbsp@0: failed to match any schema with compatible: ['ti,omap4-mcbsp']
>> arch/arm/boot/dts/ti/omap/omap4-droid4-xt894.dtb: pmic@0 (motorola,cpcap): 'button', 'spi-cpha', 'spi-cpol' do not match any of the regexes: '^led(-[a-z]+)?$', '^pinctrl-[0-9]+$'
   	from schema $id: http://devicetree.org/schemas/mfd/motorola,cpcap.yaml
>> arch/arm/boot/dts/ti/omap/omap4-droid4-xt894.dtb: pmic@0 (motorola,cpcap): audio-codec: 'oneOf' conditional failed, one must be fixed:
   	'interrupts' is a required property
   	'interrupts-extended' is a required property
   	from schema $id: http://devicetree.org/schemas/mfd/motorola,cpcap.yaml
>> arch/arm/boot/dts/ti/omap/omap4-droid4-xt894.dtb: pmic@0 (motorola,cpcap): audio-codec: 'interrupt-names' is a required property
   	from schema $id: http://devicetree.org/schemas/mfd/motorola,cpcap.yaml
>> arch/arm/boot/dts/ti/omap/omap4-droid4-xt894.dtb: pmic@0 (motorola,cpcap): compatible: ['motorola,cpcap', 'st,6556002'] is too long
   	from schema $id: http://devicetree.org/schemas/mfd/motorola,cpcap.yaml
>> arch/arm/boot/dts/ti/omap/omap4-droid4-xt894.dtb: pmic@0 (motorola,cpcap): spi-max-frequency: 9600000 is greater than the maximum of 8000000
   	from schema $id: http://devicetree.org/schemas/mfd/motorola,cpcap.yaml
   arch/arm/boot/dts/ti/omap/omap4-droid4-xt894.dtb: /ocp/interconnect@48000000/segment@0/target-module@9c000/mmc@0: failed to match any schema with compatible: ['ti,omap4-hsmmc']
   arch/arm/boot/dts/ti/omap/omap4-droid4-xt894.dtb: des@0 (ti,omap4-des): 'clocks' is a required property
   	from schema $id: http://devicetree.org/schemas/ti,omap4-des.yaml
   arch/arm/boot/dts/ti/omap/omap4-droid4-xt894.dtb: des@0 (ti,omap4-des): 'clock-names' is a required property
   	from schema $id: http://devicetree.org/schemas/ti,omap4-des.yaml
   arch/arm/boot/dts/ti/omap/omap4-droid4-xt894.dtb: /ocp/interconnect@48000000/segment@0/target-module@ad000/mmc@0: failed to match any schema with compatible: ['ti,omap4-hsmmc']
   	from schema $id: http://devicetree.org/schemas/interrupts.yaml
   arch/arm/boot/dts/ti/omap/omap4-droid4-xt894.dtb: /ocp/interconnect@48000000/segment@0/target-module@b2000/1w@0: failed to match any schema with compatible: ['ti,omap3-1w']
--
   arch/arm/boot/dts/ti/omap/omap4-xyboard-mz609.dtb: segment@0 (simple-pm-bus): $nodename:0: 'segment@0' does not match '^bus(@[0-9a-f]+)?$'
   	from schema $id: http://devicetree.org/schemas/bus/simple-pm-bus.yaml
   arch/arm/boot/dts/ti/omap/omap4-xyboard-mz609.dtb: tmp105@48 (ti,tmp105): False schema does not allow [[112, 18, 2], [109, 334]]
   	from schema $id: http://devicetree.org/schemas/hwmon/lm75.yaml
   arch/arm/boot/dts/ti/omap/omap4-xyboard-mz609.dtb: tmp105@48 (ti,tmp105): interrupts-extended: [[112, 18, 2], [109, 334]] is too long
   	from schema $id: http://devicetree.org/schemas/hwmon/lm75.yaml
   arch/arm/boot/dts/ti/omap/omap4-xyboard-mz609.dtb: tmp105@48 (ti,tmp105): Unevaluated properties are not allowed ('interrupt-names', 'wakeup-source' were unexpected)
   	from schema $id: http://devicetree.org/schemas/hwmon/lm75.yaml
   arch/arm/boot/dts/ti/omap/omap4-xyboard-mz609.dtb: /ocp/interconnect@48000000/segment@0/target-module@70000/i2c@0/led-controller@38: failed to match any schema with compatible: ['ti,lm3532']
   arch/arm/boot/dts/ti/omap/omap4-xyboard-mz609.dtb: /ocp/interconnect@48000000/segment@0/target-module@96000/mcbsp@0: failed to match any schema with compatible: ['ti,omap4-mcbsp']
>> arch/arm/boot/dts/ti/omap/omap4-xyboard-mz609.dtb: pmic@0 (motorola,cpcap): 'button', 'spi-cpha', 'spi-cpol' do not match any of the regexes: '^led(-[a-z]+)?$', '^pinctrl-[0-9]+$'
   	from schema $id: http://devicetree.org/schemas/mfd/motorola,cpcap.yaml
>> arch/arm/boot/dts/ti/omap/omap4-xyboard-mz609.dtb: pmic@0 (motorola,cpcap): audio-codec: 'oneOf' conditional failed, one must be fixed:
   	'interrupts' is a required property
   	'interrupts-extended' is a required property
   	from schema $id: http://devicetree.org/schemas/mfd/motorola,cpcap.yaml
>> arch/arm/boot/dts/ti/omap/omap4-xyboard-mz609.dtb: pmic@0 (motorola,cpcap): audio-codec: 'interrupt-names' is a required property
   	from schema $id: http://devicetree.org/schemas/mfd/motorola,cpcap.yaml
>> arch/arm/boot/dts/ti/omap/omap4-xyboard-mz609.dtb: pmic@0 (motorola,cpcap): compatible: ['motorola,cpcap', 'st,6556002'] is too long
   	from schema $id: http://devicetree.org/schemas/mfd/motorola,cpcap.yaml
>> arch/arm/boot/dts/ti/omap/omap4-xyboard-mz609.dtb: pmic@0 (motorola,cpcap): spi-max-frequency: 9600000 is greater than the maximum of 8000000
   	from schema $id: http://devicetree.org/schemas/mfd/motorola,cpcap.yaml
   arch/arm/boot/dts/ti/omap/omap4-xyboard-mz609.dtb: /ocp/interconnect@48000000/segment@0/target-module@9c000/mmc@0: failed to match any schema with compatible: ['ti,omap4-hsmmc']
   arch/arm/boot/dts/ti/omap/omap4-xyboard-mz609.dtb: des@0 (ti,omap4-des): 'clocks' is a required property
   	from schema $id: http://devicetree.org/schemas/ti,omap4-des.yaml
   arch/arm/boot/dts/ti/omap/omap4-xyboard-mz609.dtb: des@0 (ti,omap4-des): 'clock-names' is a required property
   	from schema $id: http://devicetree.org/schemas/ti,omap4-des.yaml
   arch/arm/boot/dts/ti/omap/omap4-xyboard-mz609.dtb: /ocp/interconnect@48000000/segment@0/target-module@ad000/mmc@0: failed to match any schema with compatible: ['ti,omap4-hsmmc']
   	from schema $id: http://devicetree.org/schemas/interrupts.yaml
   arch/arm/boot/dts/ti/omap/omap4-xyboard-mz609.dtb: /ocp/interconnect@48000000/segment@0/target-module@b2000/1w@0: failed to match any schema with compatible: ['ti,omap3-1w']
--
   	from schema $id: http://devicetree.org/schemas/bus/simple-pm-bus.yaml
   arch/arm/boot/dts/ti/omap/omap4-xyboard-mz617.dtb: segment@0 (simple-pm-bus): $nodename:0: 'segment@0' does not match '^bus(@[0-9a-f]+)?$'
   	from schema $id: http://devicetree.org/schemas/bus/simple-pm-bus.yaml
   arch/arm/boot/dts/ti/omap/omap4-xyboard-mz617.dtb: tmp105@48 (ti,tmp105): False schema does not allow [[112, 18, 2], [109, 334]]
   	from schema $id: http://devicetree.org/schemas/hwmon/lm75.yaml
   arch/arm/boot/dts/ti/omap/omap4-xyboard-mz617.dtb: tmp105@48 (ti,tmp105): interrupts-extended: [[112, 18, 2], [109, 334]] is too long
   	from schema $id: http://devicetree.org/schemas/hwmon/lm75.yaml
   arch/arm/boot/dts/ti/omap/omap4-xyboard-mz617.dtb: tmp105@48 (ti,tmp105): Unevaluated properties are not allowed ('interrupt-names', 'wakeup-source' were unexpected)
   	from schema $id: http://devicetree.org/schemas/hwmon/lm75.yaml
   arch/arm/boot/dts/ti/omap/omap4-xyboard-mz617.dtb: /ocp/interconnect@48000000/segment@0/target-module@96000/mcbsp@0: failed to match any schema with compatible: ['ti,omap4-mcbsp']
>> arch/arm/boot/dts/ti/omap/omap4-xyboard-mz617.dtb: pmic@0 (motorola,cpcap): 'button', 'spi-cpha', 'spi-cpol' do not match any of the regexes: '^led(-[a-z]+)?$', '^pinctrl-[0-9]+$'
   	from schema $id: http://devicetree.org/schemas/mfd/motorola,cpcap.yaml
>> arch/arm/boot/dts/ti/omap/omap4-xyboard-mz617.dtb: pmic@0 (motorola,cpcap): audio-codec: 'oneOf' conditional failed, one must be fixed:
   	'interrupts' is a required property
   	'interrupts-extended' is a required property
   	from schema $id: http://devicetree.org/schemas/mfd/motorola,cpcap.yaml
>> arch/arm/boot/dts/ti/omap/omap4-xyboard-mz617.dtb: pmic@0 (motorola,cpcap): audio-codec: 'interrupt-names' is a required property
   	from schema $id: http://devicetree.org/schemas/mfd/motorola,cpcap.yaml
>> arch/arm/boot/dts/ti/omap/omap4-xyboard-mz617.dtb: pmic@0 (motorola,cpcap): compatible: ['motorola,cpcap', 'st,6556002'] is too long
   	from schema $id: http://devicetree.org/schemas/mfd/motorola,cpcap.yaml
>> arch/arm/boot/dts/ti/omap/omap4-xyboard-mz617.dtb: pmic@0 (motorola,cpcap): spi-max-frequency: 9600000 is greater than the maximum of 8000000
   	from schema $id: http://devicetree.org/schemas/mfd/motorola,cpcap.yaml
   arch/arm/boot/dts/ti/omap/omap4-xyboard-mz617.dtb: /ocp/interconnect@48000000/segment@0/target-module@9c000/mmc@0: failed to match any schema with compatible: ['ti,omap4-hsmmc']
   arch/arm/boot/dts/ti/omap/omap4-xyboard-mz617.dtb: des@0 (ti,omap4-des): 'clocks' is a required property
   	from schema $id: http://devicetree.org/schemas/ti,omap4-des.yaml
   arch/arm/boot/dts/ti/omap/omap4-xyboard-mz617.dtb: des@0 (ti,omap4-des): 'clock-names' is a required property
   	from schema $id: http://devicetree.org/schemas/ti,omap4-des.yaml
   arch/arm/boot/dts/ti/omap/omap4-xyboard-mz617.dtb: /ocp/interconnect@48000000/segment@0/target-module@ad000/mmc@0: failed to match any schema with compatible: ['ti,omap4-hsmmc']
   	from schema $id: http://devicetree.org/schemas/interrupts.yaml
   arch/arm/boot/dts/ti/omap/omap4-xyboard-mz617.dtb: /ocp/interconnect@48000000/segment@0/target-module@b2000/1w@0: failed to match any schema with compatible: ['ti,omap3-1w']

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] 37+ messages in thread

end of thread, other threads:[~2026-02-06 13:33 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-25 13:42 [PATCH v1 00/10] mfd: cpcap: convert documentation to schema and add Mot board support Svyatoslav Ryhel
2026-01-25 13:42 ` [PATCH v1 01/10] dt-bindings: regulator: cpcap-regulator: convert to schema Svyatoslav Ryhel
2026-01-31 19:46   ` David Lechner
2026-01-31 19:55     ` David Lechner
2026-02-01  7:01       ` Svyatoslav Ryhel
2026-02-01  7:01     ` Svyatoslav Ryhel
2026-01-25 13:42 ` [PATCH v1 02/10] regulator: cpcap-regulator: add support for Mot regulators Svyatoslav Ryhel
2026-01-26 10:10   ` Andy Shevchenko
2026-01-26 10:13     ` Svyatoslav Ryhel
2026-01-26 11:50       ` Andy Shevchenko
2026-01-25 13:42 ` [PATCH v1 03/10] dt-bindings: iio: adc: cpcap-adc: document Mot ADC Svyatoslav Ryhel
2026-01-31 19:48   ` David Lechner
2026-01-31 19:50     ` David Lechner
2026-02-06 13:31   ` Rob Herring (Arm)
2026-01-25 13:42 ` [PATCH v1 04/10] iio: adc: cpcap-adc: add support for " Svyatoslav Ryhel
2026-01-26 10:11   ` Andy Shevchenko
2026-01-25 13:42 ` [PATCH v1 05/10] dt-bindings: leds: leds-cpcap: convert to schema Svyatoslav Ryhel
2026-01-31 19:59   ` David Lechner
2026-02-06 13:33   ` Rob Herring (Arm)
2026-01-25 13:42 ` [PATCH v1 06/10] dt-bindings: rtc: cpcap-rtc: " Svyatoslav Ryhel
2026-01-25 16:28   ` Rob Herring (Arm)
2026-01-30 22:59   ` (subset) " Alexandre Belloni
2026-01-25 13:42 ` [PATCH v1 07/10] dt-bindings: input: cpcap-pwrbutton: " Svyatoslav Ryhel
2026-01-25 16:43   ` Rob Herring (Arm)
2026-01-31 20:02   ` David Lechner
2026-02-01  7:07     ` Svyatoslav Ryhel
2026-02-03 15:01       ` Rob Herring
2026-02-03 15:03         ` Svyatoslav Ryhel
2026-01-25 13:43 ` [PATCH v1 08/10] dt-bindings: mfg: motorola-cpcap: " Svyatoslav Ryhel
2026-01-26 14:37   ` Rob Herring
2026-01-31 20:07   ` David Lechner
2026-02-01  7:09     ` Svyatoslav Ryhel
2026-01-25 13:43 ` [PATCH v1 09/10] mfd: motorola-cpcap: diverge configuration per-board Svyatoslav Ryhel
2026-01-26 10:13   ` Andy Shevchenko
2026-01-26 10:14     ` Svyatoslav Ryhel
2026-01-25 13:43 ` [PATCH v1 10/10] mfd: motorola-cpcap: add support for Mot CPCAP composition Svyatoslav Ryhel
  -- strict thread matches above, loose matches on Subject: below --
2026-01-29 20:48 [PATCH v1 08/10] dt-bindings: mfg: motorola-cpcap: convert to schema kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.