From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 10378CDB470 for ; Tue, 23 Jun 2026 20:27:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To: Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=ie03j2TujfKNZ9SmiUM47+g20ngBeN5app0Z2aJgO5o=; b=QWjO99iVnYTOVe209f3+gjpTC2 D2H5FCpSidoWeGPb1Xa7MTXXomKXpoFuMmFmn28HOmBGFC0TMNHPwzF2CmWOs+SOQqeYEYBtK0bVs dV9dk5gycBAMOVABD1U0vc1Ow6OylUrzAjy3SXapYx5Nagwvnz2ZMKEz6G1MpK5xjknsfUXwuls1D VkdhwG6e3KYZnk0izBvczNl32R9x+6Im9r6SimxwZ8eVwV4PSM3U81I9K879C8hVQovDh+u3JUdCj Q8+eZv9LD9iB3D5VtAvKOpuaLY775mRGeU2d4a2TXvvCm409nWau69MON46r5P+K5tJyfKOHZUt+A Hcw26xBw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wc7hw-00000006qT5-3ofe; Tue, 23 Jun 2026 20:26:57 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wc7hu-00000006qSk-42as; Tue, 23 Jun 2026 20:26:55 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id 291BE60008; Tue, 23 Jun 2026 20:26:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3FEB11F000E9; Tue, 23 Jun 2026 20:26:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782246413; bh=ie03j2TujfKNZ9SmiUM47+g20ngBeN5app0Z2aJgO5o=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=SdV3vIl1abrSY17gzTT9hztTEbhwquYA6Vs7OUZpc94JI6ISBgsnmR1vFRzYAbNF7 9Tr2FIHpVBlYa6NElHKrnxsvp4Pi62ZRiu6ZcNK/Ddnb9d+0N55yg70A7Sc3OAmmuo gGH+W4Rk+ut9YdHxepJ2JBs3Fgot++hdLbyAB+Ue1wEYl/JBrUyiS4KBsgbj99LLj1 JuKTNkbso/iyDMuwzRNmR+ilwZL9W66z6iWVP0IYIXe4oSGIeh+mhOSbn0eoQ0BsNF pWx8lZpIIBAwvItYGkl8IE2xb8GXHH9TV3F1Zon8KTDKEA9NP2ugzAVfCv6XE10pKo tuRPBdR9JzcXw== Date: Tue, 23 Jun 2026 22:26:50 +0200 From: Andi Shyti To: Krzysztof Kozlowski Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-clk@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, linux-i2c@vger.kernel.org, linux-pm@vger.kernel.org, linux-leds@vger.kernel.org, linux-media@vger.kernel.org, linux-mmc@vger.kernel.org, linux-phy@lists.infradead.org, linux-gpio@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-serial@vger.kernel.org, linux-sound@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH v2 2/2] dt-bindings: Drop incorrect usage of double '::' Message-ID: References: <20260623054842.21831-3-krzysztof.kozlowski@oss.qualcomm.com> <20260623054842.21831-4-krzysztof.kozlowski@oss.qualcomm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20260623054842.21831-4-krzysztof.kozlowski@oss.qualcomm.com> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Krzysztof, On Tue, Jun 23, 2026 at 07:48:44AM +0200, Krzysztof Kozlowski wrote: > There is no use of double colon '::' in YAML. OTOH, the literal style > block, e.g. using '|' treats all characters as content [1] therefore > single use of ':' in descriptions is perfectly fine, whenever '|' is > used. > > Cleanup existing code, so the confusing style won't be re-used in new > contributions. > > Link: https://yaml.org/spec/1.2.2/#literal-style [1] > Acked-by: Conor Dooley > Acked-by: Alim Akhtar > Acked-by: Sebastian Reichel > Acked-by: Niklas Söderlund > Acked-by: Mark Brown > Acked-by: Geert Uytterhoeven # renesas > Signed-off-by: Krzysztof Kozlowski Acked-by: Andi Shyti Thanks, Andi