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 310DE537F1; Mon, 20 May 2024 11:40:14 +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=1716205215; cv=none; b=qRhXnHjUXY8gEbmfUoa42p046nfn8mjAeu6Vc6xVv3ojpNVGE794Uq+xcZmCVQosgfGU8yKjRhjVB2gefYFp/kqJp41d8ERRFKtjZjTmVCztrmqxJ/h3d0IX4uagF0MqyOqjXzrA4HBfhTU100DnqJrOiEM5q5s2Eu3pj8BsM+k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716205215; c=relaxed/simple; bh=1ZD03fMcALKDBBWPizlRTyNCf7k3HihvvnLuyUfqcV0=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=JQy8F/JXM+4TahftXrZX8+sGTMfejsmUYqMXUdddVp2VR1nyQ6Hv83uFCTO5pHCi9kod86iLaAb6JcqZfu87vxnVufxvS4vtbAP2Id3gwbZcdkGZHYGRcvHiRO862Gnkani70nEEDfvoenSvbGEMmpJxAIciiFYEiq9mZZv4fMg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=V4+3RMy1; 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="V4+3RMy1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EE9F2C2BD10; Mon, 20 May 2024 11:40:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1716205214; bh=1ZD03fMcALKDBBWPizlRTyNCf7k3HihvvnLuyUfqcV0=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=V4+3RMy1rAVVDSgzYXDe66IVunUIYaThDXh2M6ZNx6vi1JHSV1wULoIQxY4thVFVZ JcW4PH9TS9wqnv3wKMWZbMl2Fz297wRMxL4JwE5MqbleIykw3rR81jZbxHF5ThjV1c RqYrReZG8mhH2a7lFAaJjsyHIQZB0c+dkyovWJ1ZYtw7JX1VdaKaCNnFQKmPwgMWDM nhneyn80voAbZr+G/3rHKUolSrEpY4PO/KwIY7MrR3wY6xiK74WXok45mIbsrh1Iww NXbgiiryvQ9tXwr0FQKPwGqPnogjOrZ6HOMy1IjZRS34FFCTDXcaiV3ihMwXJUJ8rQ /b4HQBQchpzyA== Message-ID: Date: Mon, 20 May 2024 14:40:09 +0300 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 4/5] arm64: dts: ti: k3-am65-mcu: add dedicated wakeup controller compatible To: Krzysztof Kozlowski , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Kishon Vijay Abraham I , Nishanth Menon , Vignesh Raghavendra , Tero Kristo Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org References: <20240518-dt-bindings-ti-soc-mfd-v1-0-b3952f104c9a@linaro.org> <20240518-dt-bindings-ti-soc-mfd-v1-4-b3952f104c9a@linaro.org> Content-Language: en-US From: Roger Quadros In-Reply-To: <20240518-dt-bindings-ti-soc-mfd-v1-4-b3952f104c9a@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 18/05/2024 23:07, Krzysztof Kozlowski wrote: > Each syscon node must come with a dedicated/specific compatible, which > is also reported by dtbs_check: > > k3-am654-base-board.dtb: scm-conf@40f00000: compatible: ['syscon', 'simple-mfd'] is too short > > Add one for the TI K3 AM654 MCU wakeup system controller. > > Signed-off-by: Krzysztof Kozlowski Reviewed-by: Roger Quadros -- cheers, -roger