[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <175678731411.878123.6451560095367275756.robh@kernel.org>
Date: Tue, 02 Sep 2025 08:18:21 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Anurag Dutta <a-dutta@...com>
Cc: tony@...mide.com, u-kumar1@...com, linux-omap@...r.kernel.org,
andreas@...nade.info, linux-kernel@...r.kernel.org, aaro.koskinen@....fi,
rogerq@...nel.org, khilman@...libre.com, vigneshr@...com
Subject: Re: [PATCH v2 0/2] AM57 timer fixes
On Mon, 01 Sep 2025 15:45:23 +0530, Anurag Dutta wrote:
> Hi all
> This series introduces a couple of fixes for the am57 board viz.
> 1. Add DRA7 SoC matching to avoid probe failures for timers
> 2. Use DMtimer as clocksource to avoid using 32k counter due to
> incorrect frequency.
>
> logs:
> https://gist.github.com/anuragdutta731/9366b4e582f7adb86e40ede1add1c79c
>
> Changelog: v1:
> 1. Modified commit messages and subject according to review comments
>
> Sinthu Raja (2):
> bus: ti-sysc: Add DRA7 SoC matching
> ARM: dts: ti: omap: Use DMTimer as Clocksource instead of counter_32k
>
> arch/arm/boot/dts/ti/omap/am57xx-beagle-x15.dts | 9 +++++++++
> arch/arm/boot/dts/ti/omap/dra7-l4.dtsi | 2 +-
> drivers/bus/ti-sysc.c | 3 ++-
> 3 files changed, 12 insertions(+), 2 deletions(-)
>
> --
> 2.34.1
>
>
>
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
This patch series was applied (using b4) to base:
Base: attempting to guess base-commit...
Base: tags/next-20250829 (exact match)
If this is not the correct base, please add 'base-commit' tag
(or use b4 which does this automatically)
New warnings running 'make CHECK_DTBS=y for arch/arm/boot/dts/ti/' for 20250901101525.1090334-1-a-dutta@...com:
arch/arm/boot/dts/ti/omap/am57xx-beagle-x15.dtb: serial@0 (ti,dra742-uart): {'compatible': ['ti,dra742-uart'], 'reg': [[0, 256]], 'interrupts': [[0, 69, 4]], 'clock-frequency': 48000000, 'status': ['okay'], 'dmas': [[153, 53], [153, 54]], 'dma-names': ['tx', 'rx'], 'interrupts-extended': [[1, 0, 69, 4], [154, 1016]], 'phandle': 390, '$nodename': ['serial@0']} is valid under each of {'required': ['interrupts-extended']}, {'required': ['interrupts']}
from schema $id: http://devicetree.org/schemas/serial/8250_omap.yaml#
arch/arm/boot/dts/ti/omap/am57xx-beagle-x15-revc.dtb: serial@0 (ti,dra742-uart): {'compatible': ['ti,dra742-uart'], 'reg': [[0, 256]], 'interrupts': [[0, 69, 4]], 'clock-frequency': 48000000, 'status': ['okay'], 'dmas': [[153, 53], [153, 54]], 'dma-names': ['tx', 'rx'], 'interrupts-extended': [[1, 0, 69, 4], [154, 1016]], 'phandle': 389, '$nodename': ['serial@0']} is valid under each of {'required': ['interrupts-extended']}, {'required': ['interrupts']}
from schema $id: http://devicetree.org/schemas/serial/8250_omap.yaml#
arch/arm/boot/dts/ti/omap/dra76-evm.dtb: ocmcram@...00000 (mmio-sram): $nodename:0: 'ocmcram@...00000' does not match '^sram(@.*)?'
from schema $id: http://devicetree.org/schemas/sram/sram.yaml#
Powered by blists - more mailing lists