[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <173558214240.2262575.18233884215338168789.robh@kernel.org>
Date: Mon, 30 Dec 2024 12:17:11 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Andreas Kemnade <andreas@...nade.info>
Cc: linux-kernel@...r.kernel.org, Aaro Koskinen <aaro.koskinen@....fi>,
devicetree@...r.kernel.org, Kevin Hilman <khilman@...libre.com>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Tony Lindgren <tony@...mide.com>,
Roger Quadros <rogerq@...nel.org>, linux-omap@...r.kernel.org,
Conor Dooley <conor+dt@...nel.org>
Subject: Re: [PATCH 0/2] ARM: dts: omap4: panda: TiWilink improvements
On Mon, 30 Dec 2024 00:01:23 +0100, Andreas Kemnade wrote:
> Add proper definitions for 32k clock and enable bluetooth
> everywhere.
>
> Andreas Kemnade (2):
> ARM: dts: omap4: panda: fix resources needed for Panda
> ARM: dts: omap4: panda: cleanup bluetooth
>
> .../boot/dts/ti/omap/omap4-panda-common.dtsi | 38 ++++++++++++++++++-
> arch/arm/boot/dts/ti/omap/omap4-panda-es.dts | 32 ----------------
> 2 files changed, 36 insertions(+), 34 deletions(-)
>
> --
> 2.39.5
>
>
>
My bot found new DTB warnings on the .dts files added or changed in this
series.
Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.
If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:
pip3 install dtschema --upgrade
New warnings running 'make CHECK_DTBS=y ti/omap/omap4-panda-es.dtb' for 20241229230125.85787-1-andreas@...nade.info:
arch/arm/boot/dts/ti/omap/omap4-panda-es.dtb: serial@0: {'compatible': ['ti,omap4-uart'], 'reg': [[0, 256]], 'interrupts': [[0, 73, 4]], 'clock-frequency': 48000000, 'pinctrl-names': ['default'], 'pinctrl-0': [[119]], 'interrupts-extended': [[1, 0, 73, 4], [117, 220]], 'bluetooth': {'compatible': ['ti,wl1271-st'], 'pinctrl-names': ['default'], 'pinctrl-0': [[120]], 'enable-gpios': [[121, 14, 0]], 'clocks': [[122, 0]], 'clock-names': ['ext_clock']}, '$nodename': ['serial@0']} is valid under each of {'required': ['interrupts-extended']}, {'required': ['interrupts']}
from schema $id: http://devicetree.org/schemas/serial/8250_omap.yaml#
Powered by blists - more mailing lists