[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <172374583311.2826973.18334755436603011801.robh@kernel.org>
Date: Thu, 15 Aug 2024 12:28:17 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Stanislav Jakubek <stano.jakubek@...il.com>
Cc: Krzysztof Kozlowski <krzk+dt@...nel.org>,
Baolin Wang <baolin.wang@...ux.alibaba.com>, devicetree@...r.kernel.org,
Chunyan Zhang <zhang.lyra@...il.com>, Conor Dooley <conor+dt@...nel.org>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Orson Zhai <orsonzhai@...il.com>
Subject: Re: [PATCH 0/3] Cleanup Spreadtrum/Unisoc ARM64 DT (part 2)
On Thu, 15 Aug 2024 12:12:21 +0200, Stanislav Jakubek wrote:
> This series continues cleaning up various issues with the Spreadtrum/Unisoc
> ARM64 DeviceTrees.
>
> Stanislav Jakubek (3):
> arm64: dts: sprd: sp9860g-1h10: fix
> constant-charge-voltage-max-microvolt property
> arm64: dts: sprd: sc2731: fix bat-detect-gpios property
> arm64: dts: sprd: sc2731: move fuel-gauge monitored-battery to device
> DTS
>
> arch/arm64/boot/dts/sprd/sc2731.dtsi | 6 +++---
> arch/arm64/boot/dts/sprd/sp9860g-1h10.dts | 7 ++++++-
> 2 files changed, 9 insertions(+), 4 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
New warnings running 'make CHECK_DTBS=y sprd/sp9860g-1h10.dtb' for cover.1723716331.git.stano.jakubek@...il.com:
arch/arm64/boot/dts/sprd/sp9860g-1h10.dtb: fuel-gauge@a00: 'bat-detect-gpios', 'interrupt-parent', 'interrupts' do not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/power/supply/sc27xx-fg.yaml#
arch/arm64/boot/dts/sprd/sp9860g-1h10.dtb: battery: 'internal-resistance-micro-ohms' does not match any of the regexes: '^ocv-capacity-table-[0-9]+$', 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/power/supply/battery.yaml#
Powered by blists - more mailing lists