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 C26C7199E9B; Tue, 30 Apr 2024 20:36:15 +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=1714509375; cv=none; b=EEGh1wMqq0hR9+LSfD7hlRkZ2DrYjTaoFPkHwGAyXnS57LmJ/0ONM3McAOh2aWaykO87mInIvQQgnqeDP+M99ZcV2aeG640YLYrRWs4s3KPUrUs5nZJQiN/4kiGaGLzeSITLudMZ9wdYyAbm8LGIujAL+MpFSfERDfFyJULJWno= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714509375; c=relaxed/simple; bh=Hkj282ZLhfbSUGTDTtv67ovkyS9SO/gWC6U/Vkj6ntE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=aGtfs7c5SgCzh7By2yX6e8tFARBTPOGhLMLBPIgtNU5DjtZhS5AUr6RZSRtekbJbSJIcX/EcoTZw9FCF/OhL3ImZMynIb/EYqBmEaB1ps25coUfcbaqLcRgj2XTNrJ0db8qtZpPhKf9GyA+aetzqyTQmlfv2BaCbBE3raxiqyaU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=OetM1xSZ; 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="OetM1xSZ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 65FE6C2BBFC; Tue, 30 Apr 2024 20:36:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1714509375; bh=Hkj282ZLhfbSUGTDTtv67ovkyS9SO/gWC6U/Vkj6ntE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OetM1xSZk1J0d3YpjnwC9bXo2yKgdoivZ1Z2sUGNB56z1UgB9XmC+L6fSQBlWbQI/ qKFuZWpF+P3kxNZoRXRfqPW6cU6T2XJW/G1Ux4af34+Tp7umnXcllQyUj+UjP06+p1 a8VxltRmcsXGj1X7eQi9/gFo9y8jKV4xsGQy0EYHtFR8sWygzcmIb1Fd2WNYomut6L 3qatP8rGrvwURD97AJZD99iqXpbk1DUASWyPQBNibwd+HI4tSiLzVkOWoEaMwko+9O e5ag0rcBDxffjSolV52iuRTxMkxf+ZNKtRV7ltVDUlTtkO8w7m+zvq40Im9rf7Wm1z Hu7AibVsyDe0Q== Date: Tue, 30 Apr 2024 15:36:14 -0500 From: "Rob Herring (Arm)" To: "Rob Herring (Arm)" Cc: Kishon Vijay Abraham I , Jakub Kicinski , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Liam Girdwood , Jonathan Hunter , Russell King , netdev@vger.kernel.org, Vinod Koul , Eric Dumazet , linux-arm-kernel@lists.infradead.org, Krzysztof Kozlowski , "David S. Miller" , linux-phy@lists.infradead.org, devicetree@vger.kernel.org, Mark Brown , linux-kernel@vger.kernel.org, Bharat Kumar Gogada , Thierry Reding , Conor Dooley , Lorenzo Pieralisi , Michal Simek , linux-pci@vger.kernel.org, linux-tegra@vger.kernel.org, Paolo Abeni , Bjorn Helgaas Subject: Re: [PATCH] dt-bindings: Drop unnecessary quotes on keys Message-ID: <171450935610.1153506.3784386455405156371.robh@kernel.org> References: <20240426202239.2837516-1-robh@kernel.org> Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240426202239.2837516-1-robh@kernel.org> On Fri, 26 Apr 2024 15:22:37 -0500, Rob Herring (Arm) wrote: > The yamllint quoted-strings check wasn't checking keys for quotes, but > support for checking keys was added in 1.34 release. Fix all the errors > found when enabling the check. > > Clean-up the xilinx-versal-cpm formatting while we're here. > > Signed-off-by: Rob Herring (Arm) > --- > Documentation/devicetree/bindings/net/sff,sfp.yaml | 12 ++++++------ > .../devicetree/bindings/pci/xilinx-versal-cpm.yaml | 7 +++++-- > .../devicetree/bindings/pci/xlnx,nwl-pcie.yaml | 2 +- > .../devicetree/bindings/phy/brcm,sata-phy.yaml | 8 ++++---- > .../devicetree/bindings/regulator/ti,tps62864.yaml | 2 +- > .../bindings/soc/tegra/nvidia,tegra20-pmc.yaml | 6 +++--- > Documentation/devicetree/bindings/tpm/ibm,vtpm.yaml | 4 ++-- > 7 files changed, 22 insertions(+), 19 deletions(-) > Applied, thanks!