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 3D7272F37 for ; Fri, 31 Mar 2023 13:47:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 26BE9C4339B; Fri, 31 Mar 2023 13:47:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680270439; bh=orPaOgx6J/LUi114f9kSqd4A7XlXiiksN/BvFn+cS3U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IYHAqMf3Z9huvpJapTAR+uF4zpKFsOVOqB7p8GER0qI2ESstHl5N5glcyPZhHRf0S 47MaoxN3r7v8jQN7CRY5zf2YkHGchK2S6qkXgmxn5jJLwaxm7swEweFwgvJMcgLGLz 4iUSnuOLpwV+QPmNR7TCTJBqDjyXW/fnjVGfi3/xr6v4mLxCgVSQrhHulyySzlbPxC dI4gx+dSvi+zF3IEljngIukwhS5dz9OhZ8QonfmJteoKoXjyYw1cwGqsdpD5AU0rWN 4mx2vBSal6nd8k1WmEeN90I6rYVvjnYr7/48oeBD/6gYI8q4FTF9uf65aJpvmlGpcH 6d4OgZjU0etTQ== Date: Fri, 31 Mar 2023 19:17:15 +0530 From: Vinod Koul To: Rob Herring Cc: Kishon Vijay Abraham I , Krzysztof Kozlowski , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Neil Armstrong , Kevin Hilman , Jerome Brunet , Martin Blumenstingl , Yu Chen , Binghui Wang , Mauro Carvalho Chehab , Miquel Raynal , Chunfeng Yun , Sergio Paracuellos , Matthias Brugger , AngeloGioacchino Del Regno , Thierry Reding , Jonathan Hunter , Andy Gross , Bjorn Andersson , Konrad Dybcio , Robert Marko , Luka Perkov , Alim Akhtar , Vincent Shih , Wolfgang Grandegger , Marc Kleine-Budde , linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-usb@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-tegra@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-can@vger.kernel.org Subject: Re: [PATCH] dt-bindings: phy: Drop unneeded quotes Message-ID: References: <20230320233955.2921179-1-robh@kernel.org> Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230320233955.2921179-1-robh@kernel.org> On 20-03-23, 18:39, Rob Herring wrote: > Cleanup bindings dropping unneeded quotes. Once all these are fixed, > checking for this can be enabled in yamllint. Applied, thanks -- ~Vinod