From nobody Sat Feb 7 21:05:36 2026 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 AE5C53128BD for ; Fri, 14 Nov 2025 11:05:32 +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=1763118333; cv=none; b=WOLahJILwZVGFbvbiFzS5FIu/r+16ui/toyuWy+x4E0r369/WxFs7prB3YnNeRYmsV8TqVt1Ft7NCFveuj/P/SSD9LpluMKbsUujt/uJ5E/bGTQ0gefTFVgkXxnB4x1cI2Hko2mFPfxNKSSIvUvxclvkoW5JbhU14fqXizc51Rs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763118333; c=relaxed/simple; bh=oh6ix2P28uYUJaIYDFxhopuB8KflTKCAOVCrtxKtce0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=nTChVLT+hzgWgt9fouOjt6C0dFQqzPrPZ79qWGDQVpdeRN4JzmhWTbusDnWI61GwxvMFMj80EksAFlEIE3ofGmMvz++TFr999yDpTLhyuuFBdJHuSIJR3/HMX+XuIl2wQUN9+X8sR41G/dEZbOzZf3K7yvPCPV9XkswKoyUzWCU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Ws4hG4Zc; 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="Ws4hG4Zc" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8D506C16AAE; Fri, 14 Nov 2025 11:05:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1763118332; bh=oh6ix2P28uYUJaIYDFxhopuB8KflTKCAOVCrtxKtce0=; h=From:To:Cc:Subject:Date:From; b=Ws4hG4Zcj6HfqzIo6zS7dQbZgUWAxT0UNyAqMgZL7HtwVMt8cNUC+/7YFyyLW0zk8 vyfRN7WGeIr+zZaiY4q7a0+10plRqSZAxD9XmNp8ukZKAebYF602RJF+wFj59enKrY HqOP746bgHQzcIFSFOZ6uQxYxIIGjTJlQLs8paS/H9rwMG5g0rlZ3D2ds4DOcr+MKH BJYBxpBs9ASF4UnuMQ8jF2UOvk6ftm57SL4ZUt7fhlYr8Dr4DL9dALAiPGXjxr0B4D wLB6PcfCJG9JGWbdNp3IF21YHrv56NMa6k6jouNmffqXBqbB1G5Dk2+oE9n56A6m/x 5oGKUSaDIJezQ== From: srini@kernel.org To: gregkh@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, Srinivas Kandagatla , Rob Herring , Srinivas Kandagatla Subject: [PATCH] dt-bindings: slimbus: fix warning from example Date: Fri, 14 Nov 2025 11:05:05 +0000 Message-ID: <20251114110505.143105-1-srini@kernel.org> X-Mailer: git-send-email 2.51.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: Srinivas Kandagatla Fix below warnings generated dt_bindings_check for examples in the bindings. Documentation/devicetree/bindings/slimbus/slimbus.example.dtb: slim@28080000 (qcom,slim-ngd-v1.5.0): 'audio-codec@1,0' does not match any of the regexes: '^pinctrl-[0-9]+$', '^slim@[0-9a-f]+$' from schema $id: http://devicetree.org/schemas/slimbus/qcom,slim-ngd.yaml# Documentation/devicetree/bindings/slimbus/slimbus.example.dtb: slim@28080000 (qcom,slim-ngd-v1.5.0): #address-cells: 1 was expected from schema $id: http://devicetree.org/schemas/slimbus/qcom,slim-ngd.yaml# Documentation/devicetree/bindings/slimbus/slimbus.example.dtb: slim@28080000 (qcom,slim-ngd-v1.5.0): 'dmas' is a required property from schema $id: http://devicetree.org/schemas/slimbus/qcom,slim-ngd.yaml# Documentation/devicetree/bindings/slimbus/slimbus.example.dtb: slim@28080000 (qcom,slim-ngd-v1.5.0): 'dma-names' is a required property from schema $id: http://devicetree.org/schemas/slimbus/qcom,slim-ngd.yaml# Fixes: 7cbba32a2d62 ("slimbus: qcom: remove unused qcom controller driver") Reported-by: Rob Herring Signed-off-by: Srinivas Kandagatla Acked-by: Rob Herring (Arm) Signed-off-by: Srinivas Kandagatla --- Hi Greg, There is only one slimbus bindings fix in this cycle, =20 Can you pl pick this fix for 6.18 release. thanks, --srini .../devicetree/bindings/slimbus/slimbus.yaml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/Documentation/devicetree/bindings/slimbus/slimbus.yaml b/Docum= entation/devicetree/bindings/slimbus/slimbus.yaml index 89017d9cda10..5a941610ce4e 100644 --- a/Documentation/devicetree/bindings/slimbus/slimbus.yaml +++ b/Documentation/devicetree/bindings/slimbus/slimbus.yaml @@ -75,16 +75,22 @@ examples: #size-cells =3D <1>; ranges; =20 - slim@28080000 { + controller@28080000 { compatible =3D "qcom,slim-ngd-v1.5.0"; reg =3D <0x091c0000 0x2c000>; interrupts =3D ; - #address-cells =3D <2>; + dmas =3D <&slimbam 3>, <&slimbam 4>; + dma-names =3D "rx", "tx"; + #address-cells =3D <1>; #size-cells =3D <0>; - - audio-codec@1,0 { + slim@1 { + reg =3D <1>; + #address-cells =3D <2>; + #size-cells =3D <0>; + codec@1,0 { compatible =3D "slim217,1a0"; reg =3D <1 0>; + }; }; + }; }; - }; --=20 2.51.0