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 8C71113AC8; Tue, 24 Oct 2023 07:20:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="l7bVa0LL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 027F5C433C7; Tue, 24 Oct 2023 07:20:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698132006; bh=60uKQEnj+93gHj83QGt3xD3fa/pnl7xAR/0kIcMK5Ho=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=l7bVa0LLh1mM6loLdouR/d1wOr/VFp+xdHbHGUmM1PZIyK6TmAQvUKAOo+okCrANL xDuvbDhSsKgfAS7NodEIXCmt8W3GhHj5whbbBktaOI2ocYfyGbTlsE4pgenKjKJt9V ujbSfC5+46qmFgJNO9OREmyVm79QVdnq8G0ymY6mnMwFj/SJ/OhLMflhyf2iVKpDjY KEdiRjWK1OZdosQdOmzFppLRP3X3CpcFMLpdh7vRzhCzQWdA8M1kdxHzPL70aXwo0s E2iDQPBwF0FiNt6igJvdXHXYV6tEqDgBjkfLdR6PTMHoPIVxBpe51okiuAfmPW6QLc qiS1+MhFcBPrg== Received: from johan by xi.lan with local (Exim 4.96) (envelope-from ) id 1qvBi9-0003gD-34; Tue, 24 Oct 2023 09:20:22 +0200 Date: Tue, 24 Oct 2023 09:20:21 +0200 From: Johan Hovold To: Krishna Kurapati PSSNV Cc: Thinh Nguyen , Greg Kroah-Hartman , Philipp Zabel , Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Felipe Balbi , Wesley Cheng , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, quic_pkondeti@quicinc.com, quic_ppratap@quicinc.com, quic_jackp@quicinc.com, ahalaney@redhat.com, quic_shazhuss@quicinc.com Subject: Re: [PATCH v13 09/10] arm64: dts: qcom: sa8295p: Enable tertiary controller and its 4 USB ports Message-ID: References: <20231007154806.605-1-quic_kriskura@quicinc.com> <20231007154806.605-10-quic_kriskura@quicinc.com> Precedence: bulk X-Mailing-List: devicetree@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: On Mon, Oct 23, 2023 at 11:12:40PM +0530, Krishna Kurapati PSSNV wrote: > On 10/23/2023 9:53 PM, Johan Hovold wrote: > > On Sat, Oct 07, 2023 at 09:18:05PM +0530, Krishna Kurapati wrote: > >> + usb2_en_state: usb2-en-state { > > > > No need to include '_state' in the labels. > > > Any specific reason ? I have no problem if removing the suffix but just > wanted to know the reason. For consistency with the rest of the sc8280xp devicetree sources (including this file) where we've used that pattern (e.g. as reproducing "state" in the label is mostly redundant). For example: pcie2a_default: pcie2a-default-state {} and nvme_reg_en: nvme-reg-en-state {} Johan