linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: kernel test robot <lkp@intel.com>, Frank Li <Frank.Li@nxp.com>
Cc: oe-kbuild-all@lists.linux.dev,
	Linux Memory Management List <linux-mm@kvack.org>,
	Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	"Rob Herring (Arm)" <robh@kernel.org>
Subject: Re: [linux-next:master 5762/8400] arch/arm/boot/dts/ti/omap/omap3-devkit8000-lcd43.dtb: ads7846@0: ti,keep-vref-on: 'oneOf' conditional failed, one must be fixed:
Date: Tue, 3 Sep 2024 21:49:27 +0200	[thread overview]
Message-ID: <0c8eda77-cc03-4ba5-921d-a1da4beed7d5@denx.de> (raw)
In-Reply-To: <202409031302.xp1kb3Tl-lkp@intel.com>

On 9/3/24 8:00 AM, kernel test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head:   ecc768a84f0b8e631986f9ade3118fa37852fef0
> commit: 45d6486d2a5ad4310c1379071fc39d02d6784cbe [5762/8400] dt-bindings: input: touchscreen: convert ads7846.txt to yaml
> config: arm-randconfig-054-20240902 (https://download.01.org/0day-ci/archive/20240903/202409031302.xp1kb3Tl-lkp@intel.com/config)
> compiler: clang version 20.0.0git (https://github.com/llvm/llvm-project 6f682c26b04f0b349c4c473756cb8625b4f37c6d)
> dtschema version: 2024.6.dev16+gc51125d
> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240903/202409031302.xp1kb3Tl-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/oe-kbuild-all/202409031302.xp1kb3Tl-lkp@intel.com/
> 
> dtcheck warnings: (new ones prefixed by >>)
>     arch/arm/boot/dts/ti/omap/omap3-devkit8000-lcd43.dtb: /ocp@68000000/i2c@48070000/twl@48/regulator-vusb1v8: failed to match any schema with compatible: ['ti,twl4030-vusb1v8']
>     arch/arm/boot/dts/ti/omap/omap3-devkit8000-lcd43.dtb: /ocp@68000000/i2c@48070000/twl@48/regulator-vusb3v1: failed to match any schema with compatible: ['ti,twl4030-vusb3v1']
>     arch/arm/boot/dts/ti/omap/omap3-devkit8000-lcd43.dtb: /ocp@68000000/i2c@48070000/twl@48/regulator-vpll1: failed to match any schema with compatible: ['ti,twl4030-vpll1']
>     arch/arm/boot/dts/ti/omap/omap3-devkit8000-lcd43.dtb: /ocp@68000000/i2c@48070000/twl@48/regulator-vpll2: failed to match any schema with compatible: ['ti,twl4030-vpll2']
>     arch/arm/boot/dts/ti/omap/omap3-devkit8000-lcd43.dtb: /ocp@68000000/i2c@48070000/twl@48/regulator-vsim: failed to match any schema with compatible: ['ti,twl4030-vsim']
>     arch/arm/boot/dts/ti/omap/omap3-devkit8000-lcd43.dtb: /ocp@68000000/i2c@48070000/twl@48/gpio: failed to match any schema with compatible: ['ti,twl4030-gpio']
>     arch/arm/boot/dts/ti/omap/omap3-devkit8000-lcd43.dtb: /ocp@68000000/i2c@48070000/twl@48/twl4030-usb: failed to match any schema with compatible: ['ti,twl4030-usb']
>     arch/arm/boot/dts/ti/omap/omap3-devkit8000-lcd43.dtb: /ocp@68000000/i2c@48070000/twl@48/pwm: failed to match any schema with compatible: ['ti,twl4030-pwm']
>     arch/arm/boot/dts/ti/omap/omap3-devkit8000-lcd43.dtb: /ocp@68000000/i2c@48070000/twl@48/pwmled: failed to match any schema with compatible: ['ti,twl4030-pwmled']
>     arch/arm/boot/dts/ti/omap/omap3-devkit8000-lcd43.dtb: /ocp@68000000/i2c@48070000/twl@48/keypad: failed to match any schema with compatible: ['ti,twl4030-keypad']
>>> arch/arm/boot/dts/ti/omap/omap3-devkit8000-lcd43.dtb: ads7846@0: ti,keep-vref-on: 'oneOf' conditional failed, one must be fixed:
>     	1 is not of type 'boolean'
>     	True was expected
>     	1 is not of type 'null'
>     	from schema $id: http://devicetree.org/schemas/input/touchscreen/ti,ads7843.yaml#

Seems this needs a fix like this:

diff --git a/arch/arm/boot/dts/ti/omap/omap3-devkit8000-lcd-common.dtsi 
b/arch/arm/boot/dts/ti/omap/omap3-devkit8000-lcd-common.dtsi
index a7f99ae0c1fe9..78c657429f641 100644
--- a/arch/arm/boot/dts/ti/omap/omap3-devkit8000-lcd-common.dtsi
+++ b/arch/arm/boot/dts/ti/omap/omap3-devkit8000-lcd-common.dtsi
@@ -65,7 +65,7 @@ ads7846@0 {
                 ti,debounce-max = /bits/ 16 <10>;
                 ti,debounce-tol = /bits/ 16 <5>;
                 ti,debounce-rep = /bits/ 16 <1>;
-               ti,keep-vref-on = <1>;
+               ti,keep-vref-on;
                 ti,settle-delay-usec = /bits/ 16 <150>;

                 wakeup-source;

Frank, can you send the fix ?

Thank you


      reply	other threads:[~2024-09-03 19:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-03  6:00 [linux-next:master 5762/8400] arch/arm/boot/dts/ti/omap/omap3-devkit8000-lcd43.dtb: ads7846@0: ti,keep-vref-on: 'oneOf' conditional failed, one must be fixed: kernel test robot
2024-09-03 19:49 ` Marek Vasut [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0c8eda77-cc03-4ba5-921d-a1da4beed7d5@denx.de \
    --to=marex@denx.de \
    --cc=Frank.Li@nxp.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-mm@kvack.org \
    --cc=lkp@intel.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=robh@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).