[PATCH v2 0/4] Cleanup Spreadtum/Unisoc ARM64 DT
Rob Herring (Arm)
robh at kernel.org
Mon Aug 5 08:00:20 PDT 2024
On Mon, 05 Aug 2024 09:23:25 +0200, Stanislav Jakubek wrote:
> This series contains various minor cleanups for Spreadtum/Unisoc ARM64
> DeviceTrees. Also contains the 2nd patch from the SC2731 MFD cleanup series
> to reduce unnecessary noise and make these easier to apply.
>
> Changes in V2:
> - add 2nd patch from the SC2731 MFD cleanup series (1st patch was dropped
> due to not being correct, dt-bindings will have to get fixed up instead)
> - add Baolin's R-b
> - rebase on next-20240805
>
> Link to original V1: https://lore.kernel.org/lkml/cover.1720112081.git.stano.jakubek@gmail.com/
> Link to SC2731 MFD cleanup V1: https://lore.kernel.org/lkml/cover.1720957783.git.stano.jakubek@gmail.com/
>
> Stanislav Jakubek (4):
> arm64: dts: sprd: rename SDHCI nodes to mmc
> arm64: dts: sprd: reorder clock-names after clocks
> arm64: dts: sprd: move/add SPDX license to top of the file
> arm64: dts: sprd: sc2731: rename fuel gauge node to be generic
>
> arch/arm64/boot/dts/sprd/sc2731.dtsi | 5 +--
> arch/arm64/boot/dts/sprd/sc9836-openphone.dts | 3 +-
> arch/arm64/boot/dts/sprd/sc9836.dtsi | 3 +-
> arch/arm64/boot/dts/sprd/sc9860.dtsi | 3 +-
> arch/arm64/boot/dts/sprd/sc9863a.dtsi | 8 ++--
> arch/arm64/boot/dts/sprd/sharkl64.dtsi | 3 +-
> arch/arm64/boot/dts/sprd/sp9860g-1h10.dts | 3 +-
> arch/arm64/boot/dts/sprd/ums512.dtsi | 4 +-
> arch/arm64/boot/dts/sprd/whale2.dtsi | 43 ++++++++++---------
> 9 files changed, 36 insertions(+), 39 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/sc9836-openphone.dtb sprd/sp9860g-1h10.dtb' for cover.1722842066.git.stano.jakubek at gmail.com:
arch/arm64/boot/dts/sprd/sp9860g-1h10.dtb: fuel-gauge at a00: 'battery-detect-gpios' is a required property
from schema $id: http://devicetree.org/schemas/power/supply/sc27xx-fg.yaml#
arch/arm64/boot/dts/sprd/sp9860g-1h10.dtb: fuel-gauge at a00: 'sprd,calib-resistance-micro-ohms' is a required property
from schema $id: http://devicetree.org/schemas/power/supply/sc27xx-fg.yaml#
arch/arm64/boot/dts/sprd/sp9860g-1h10.dtb: fuel-gauge at a00: 'bat-detect-gpio', '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#
More information about the linux-arm-kernel
mailing list