[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <174679984823.3368214.18196649123277436565.robh@kernel.org>
Date: Fri, 09 May 2025 09:16:51 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Amit Sunil Dhamne <amitsd@...gle.com>
Cc: tudor.ambarus@...aro.org, peter.griffin@...aro.org,
andre.draszik@...aro.org, badhri@...gle.com, linux-pm@...r.kernel.org,
devicetree@...r.kernel.org, sre@...nel.org, conor+dt@...nel.org,
linux-samsung-soc@...r.kernel.org, alim.akhtar@...sung.com,
linux-arm-kernel@...ts.infradead.org, krzk+dt@...nel.org,
dima.fedrau@...il.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v1 0/2] Add graph connections between tcpc & fg for
Pixel 6
On Wed, 07 May 2025 22:08:50 -0700, Amit Sunil Dhamne wrote:
> max77759 Type-C controller supplies VBUS into & out of (depending on the
> charging mode) the battery in Pixel 6. In order to represent this
> relationship, we use graph to connect tcpc & fuel gauge.
>
> Link to USB connector binding that this patchset uses:
> - https://lore.kernel.org/all/20250507-batt_ops-v2-1-8d06130bffe6@google.com/
>
> This patchset depends on the following:
> - https://lore.kernel.org/all/20250421-b4-gs101_max77759_fg-v3-0-50cd8caf9017@uclouvain.be/
>
> Amit Sunil Dhamne (2):
> dt-bindings: power: supply: max17201: add port property
> arm64: dts: exynos: gs101-pixel-common: add graph property to connect
> tcpc & fg
>
> .../bindings/power/supply/maxim,max17201.yaml | 5 +++++
> .../boot/dts/exynos/google/gs101-pixel-common.dtsi | 14 ++++++++++++++
> 2 files changed, 19 insertions(+)
>
>
> base-commit: 92a09c47464d040866cf2b4cd052bc60555185fb
> prerequisite-patch-id: 74aa0a6fc4a5c56d870bb15375fad1fe41ffc1e9
> prerequisite-patch-id: 46f968300dcf5442e12d882ca23168494249d378
> prerequisite-patch-id: 3ad83a2782819bca215bb267d36a1ff04fe557b2
> prerequisite-patch-id: 86b5207d8f44255c36b1e600ecdf4f948c5da685
> prerequisite-patch-id: a15532888ff2572696d9fa6a14775e8ebf590391
> --
> 2.49.0.987.g0cc8ee98dc-goog
>
>
>
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: using specified base-commit 92a09c47464d040866cf2b4cd052bc60555185fb
Deps: looking for dependencies matching 5 patch-ids
Deps: Applying prerequisite patch: [PATCH v3 1/5] power: supply: correct capacity computation
Deps: Applying prerequisite patch: [PATCH v3 2/5] power: supply: add support for max77759 fuel gauge
Deps: Applying prerequisite patch: [PATCH v3 3/5] dt-bindings: power: supply: add max77759-fg flavor
Deps: Applying prerequisite patch: [PATCH v3 4/5] arm64: defconfig: enable Maxim max1720x driver
Deps: Applying prerequisite patch: [PATCH v3 5/5] arm64: dts: exynos: gs101-oriole: enable Maxim max77759 fuel gauge
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/arm64/boot/dts/exynos/' for 20250508050856.674782-1-amitsd@...gle.com:
arch/arm64/boot/dts/exynos/google/gs101-oriole.dtb: fuel-gauge@36 (maxim,max77759-fg): reg: [[54]] is too short
from schema $id: http://devicetree.org/schemas/power/supply/maxim,max17201.yaml#
arch/arm64/boot/dts/exynos/google/gs101-oriole.dtb: fuel-gauge@36 (maxim,max77759-fg): reg-names: ['m5'] is too short
from schema $id: http://devicetree.org/schemas/power/supply/maxim,max17201.yaml#
arch/arm64/boot/dts/exynos/google/gs101-oriole.dtb: fuel-gauge@36 (maxim,max77759-fg): Unevaluated properties are not allowed ('reg-names' was unexpected)
from schema $id: http://devicetree.org/schemas/power/supply/maxim,max17201.yaml#
arch/arm64/boot/dts/exynos/google/gs101-raven.dtb: fuel-gauge@36 (maxim,max77759-fg): reg: [[54]] is too short
from schema $id: http://devicetree.org/schemas/power/supply/maxim,max17201.yaml#
arch/arm64/boot/dts/exynos/google/gs101-raven.dtb: fuel-gauge@36 (maxim,max77759-fg): reg-names: ['m5'] is too short
from schema $id: http://devicetree.org/schemas/power/supply/maxim,max17201.yaml#
arch/arm64/boot/dts/exynos/google/gs101-raven.dtb: fuel-gauge@36 (maxim,max77759-fg): Unevaluated properties are not allowed ('reg-names' was unexpected)
from schema $id: http://devicetree.org/schemas/power/supply/maxim,max17201.yaml#
Powered by blists - more mailing lists