From: Mark Rutland <mark.rutland@arm.com> Date: 2021-12-15 16:41:09
On Wed, Dec 15, 2021 at 03:45:00PM +0100, David Heidelberg wrote:
It's already widely used by dt-schemas, so I blindly assume it's correct.
Fixes warnings as:
arch/arm64/boot/dts/qcom/sdm845-oneplus-fajita.dt.yaml: timer@17c90000: #size-cells:0:0: 1 was expected
From schema: Documentation/devicetree/bindings/timer/arm,arch_timer_mmio.yaml
Signed-off-by: David Heidelberg <david@ixit.cz>
FWIW, that makes sense to me, so:
Acked-by: Mark Rutland <mark.rutland@arm.com>
I assume Rob will pick this (or otherwise correct me).
Thanks,
Mark.
From: Rob Herring <robh+dt@kernel.org> Date: 2021-12-16 01:11:13
On Wed, Dec 15, 2021 at 8:45 AM David Heidelberg [off-list ref] wrote:
It's already widely used by dt-schemas, so I blindly assume it's correct.
Fixes warnings as:
arch/arm64/boot/dts/qcom/sdm845-oneplus-fajita.dt.yaml: timer@17c90000: #size-cells:0:0: 1 was expected
From schema: Documentation/devicetree/bindings/timer/arm,arch_timer_mmio.yaml
That's somewhat on purpose. There's no reason the timer needs >32-bits
of address or size. Sadly, QCom has ignored the warnings and just
copy-n-pasted the same thing over and over.