From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6758B382F00; Tue, 14 Apr 2026 07:58:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776153511; cv=none; b=bm0DMX2ZK2U4OwcoiXJQnzndSiFCKnyQZLTKvJrdVB+N4k7O/6DVMHJMcaP2Ww3GsKJjMDdjPqB6zObOuMfqDYQgAvg/RYriPIInJQ8s5KdkvixxhFLuiTIP73rLQj0ebowbW8Dldl4ow36oa4Ss6oqymUvVMuis5a/Aw/pUh44= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776153511; c=relaxed/simple; bh=GnyG5msXBP+YBGkuMAE1tNpBGQFgvLOi3k5F4gox66Q=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=U+97VmpOS19LMGZMXqTcpMric9yonWDsS3cdTPEdn/3rEhTYWp5r8no6DpJK//CGe/mk8zPOefF4UBnkSAU1E+DTIpYfCjzVz1Du4IhG5Fpg2nel8lxFQE/SG5jwZqN7AjjJnmpMhzlbjJpgrScqWpy4/CguY4yLwhllK87vF5E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=s8RdcM1Q; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="s8RdcM1Q" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D90D0C19425; Tue, 14 Apr 2026 07:58:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776153511; bh=GnyG5msXBP+YBGkuMAE1tNpBGQFgvLOi3k5F4gox66Q=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=s8RdcM1Qay/Tt56OSH//nhypfv5U4TNTCJVbLdqBGAKCJ6urGmxk02GAezvxUr8Rb ZLCREz/03HdV9iidslkLRQZ1RF4LFlxcFdANPFaWVN2Cuq3nPthE5bemgHzFIhC2VX ULnKmnvR7ILxa/G1rGfBxowLyfpJxN9lLj4taNPmDktFIXNUSTM/lLMN3cPFD23ZcC N1eFLtrqINUhWcG0kZfqQ50hPulKskFiunX5ydZMTIaibFuJJsJOyFnAafxmItdJAN 7XIGeN25xVG+zpUziqje1TRQCpIVho1yDSGhoIu7zrpBrWEyCjr403WFpUKIQJi1KY XlNQi1UKH0OiQ== Date: Tue, 14 Apr 2026 02:58:29 -0500 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: "Rob Herring (Arm)" Cc: Conor Dooley , Krzysztof Kozlowski , linux-rtc@vger.kernel.org, linux-leds@vger.kernel.org, Jonathan Corbet , linux-pm@vger.kernel.org, devicetree@vger.kernel.org, Pavel Machek , Nam Tran , linux-kernel@vger.kernel.org, Shuah Khan , linux-doc@vger.kernel.org, MyungJoo Ham , Alexandre Belloni , =?utf-8?q?=C5=81ukasz_Lebiedzi=C5=84ski?= , Chanwoo Choi , Lee Jones , Krzysztof Kozlowski , Sebastian Reichel , =?utf-8?q?Andr=C3=A9_Draszik?= , linux-samsung-soc@vger.kernel.org To: Kaustabh Chakraborty In-Reply-To: <20260414-s2mu005-pmic-v4-5-7fe7480577e6@disroot.org> References: <20260414-s2mu005-pmic-v4-0-7fe7480577e6@disroot.org> <20260414-s2mu005-pmic-v4-5-7fe7480577e6@disroot.org> Message-Id: <177615350902.422580.9843903543628073938.robh@kernel.org> Subject: Re: [PATCH v4 05/13] dt-bindings: mfd: s2mps11: add documentation for S2MU005 PMIC On Tue, 14 Apr 2026 12:02:57 +0530, Kaustabh Chakraborty wrote: > Samsung's S2MU005 PMIC includes subdevices for a charger, an MUIC (Micro > USB Interface Controller), and flash and RGB LED controllers. > > Since regulators are not supported by this device, unmark this property > as required and instead set this in a per-device basis for ones which > need it. > > Add the compatible and documentation for the S2MU005 PMIC. Also, add an > example for nodes for supported sub-devices, i.e. charger, extcon, > flash, and rgb. > > Signed-off-by: Kaustabh Chakraborty > --- > .../devicetree/bindings/mfd/samsung,s2mps11.yaml | 121 ++++++++++++++++++++- > 1 file changed, 120 insertions(+), 1 deletion(-) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: Documentation/devicetree/bindings/mfd/samsung,s2mps11.example.dts:241.29-39: Warning (reg_format): /example-2/i2c/pmic@3d/extcon/port/endpoint@0:reg: property has invalid length (4 bytes) (#address-cells == 2, #size-cells == 1) Documentation/devicetree/bindings/mfd/samsung,s2mps11.example.dts:246.29-39: Warning (reg_format): /example-2/i2c/pmic@3d/extcon/port/endpoint@1:reg: property has invalid length (4 bytes) (#address-cells == 2, #size-cells == 1) Documentation/devicetree/bindings/mfd/samsung,s2mps11.example.dtb: Warning (pci_device_reg): Failed prerequisite 'reg_format' Documentation/devicetree/bindings/mfd/samsung,s2mps11.example.dtb: Warning (pci_device_bus_num): Failed prerequisite 'reg_format' Documentation/devicetree/bindings/mfd/samsung,s2mps11.example.dtb: Warning (simple_bus_reg): Failed prerequisite 'reg_format' Documentation/devicetree/bindings/mfd/samsung,s2mps11.example.dtb: Warning (i2c_bus_reg): Failed prerequisite 'reg_format' Documentation/devicetree/bindings/mfd/samsung,s2mps11.example.dtb: Warning (spi_bus_reg): Failed prerequisite 'reg_format' Documentation/devicetree/bindings/mfd/samsung,s2mps11.example.dts:240.53-243.27: Warning (avoid_default_addr_size): /example-2/i2c/pmic@3d/extcon/port/endpoint@0: Relying on default #address-cells value Documentation/devicetree/bindings/mfd/samsung,s2mps11.example.dts:240.53-243.27: Warning (avoid_default_addr_size): /example-2/i2c/pmic@3d/extcon/port/endpoint@0: Relying on default #size-cells value Documentation/devicetree/bindings/mfd/samsung,s2mps11.example.dts:245.49-248.27: Warning (avoid_default_addr_size): /example-2/i2c/pmic@3d/extcon/port/endpoint@1: Relying on default #address-cells value Documentation/devicetree/bindings/mfd/samsung,s2mps11.example.dts:245.49-248.27: Warning (avoid_default_addr_size): /example-2/i2c/pmic@3d/extcon/port/endpoint@1: Relying on default #size-cells value Documentation/devicetree/bindings/mfd/samsung,s2mps11.example.dtb: Warning (unique_unit_address_if_enabled): Failed prerequisite 'avoid_default_addr_size' Documentation/devicetree/bindings/mfd/samsung,s2mps11.example.dts:240.53-243.27: Warning (graph_endpoint): /example-2/i2c/pmic@3d/extcon/port/endpoint@0: graph node '#address-cells' is -1, must be 1 Documentation/devicetree/bindings/mfd/samsung,s2mps11.example.dts:240.53-243.27: Warning (graph_endpoint): /example-2/i2c/pmic@3d/extcon/port/endpoint@0: graph node '#size-cells' is -1, must be 0 Documentation/devicetree/bindings/mfd/samsung,s2mps11.example.dts:245.49-248.27: Warning (graph_endpoint): /example-2/i2c/pmic@3d/extcon/port/endpoint@1: graph node '#address-cells' is -1, must be 1 Documentation/devicetree/bindings/mfd/samsung,s2mps11.example.dts:245.49-248.27: Warning (graph_endpoint): /example-2/i2c/pmic@3d/extcon/port/endpoint@1: graph node '#size-cells' is -1, must be 0 doc reference errors (make refcheckdocs): See https://patchwork.kernel.org/project/devicetree/patch/20260414-s2mu005-pmic-v4-5-7fe7480577e6@disroot.org The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit after running the above command yourself. Note that DT_SCHEMA_FILES can be set to your schema file to speed up checking your schema. However, it must be unset to test all examples with your schema.