From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [220.197.32.16]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 6EB88233D9C; Tue, 18 Feb 2025 09:46:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=220.197.32.16 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739871995; cv=none; b=pBumqiDGSLcadz+ASQU+q+7mQgOrQw72I9o59TgbamGTDaICe8HH4SHyNcIapYorHpoYevRk4X7sgwb9G09fzkBkAkB7URm62/RImWN/lin2VnNQXe/pdLurJQLcm7Jn1RcCxAAU190v7SXy0qYxC9ngyfkEskGDFzww9dPuC64= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739871995; c=relaxed/simple; bh=9ADUzIlkRmx6sq0bOKHim7EKMOadjQ/9CTWIOLtvEYY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=QxZFq5lIxMIUW3YHTFt1Q73tlMW6oE7aBMruELmPPE/XnsHjNCTH4pD9XfP5i23+i2PmqJ/PfcMEgUCfMJZZz+nLGX47bX2xkZpAwVc1NKhZwWfrpoi5de6KXGwXpF35UQBqj5onfEXUPtEDZdapXx/N62svej3QcQAaR11H+7Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net; spf=pass smtp.mailfrom=yeah.net; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b=JRYbGWXN; arc=none smtp.client-ip=220.197.32.16 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yeah.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b="JRYbGWXN" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=onm1rS1mxSV1bJWjghMpBfWA93PUl1xrcbo/qJEavTA=; b=JRYbGWXNxNTc3fQD3n1Nod4sZvyt7wZlNtAe/m1AmszDqyjzw8m6DK6d156Y/F oxdLYsPezw+v0qyX429aucWeOhcoQjlkk6JCMRarWykIkIA3lniM00lTYm6xgEHl osLY2DhfEW0At1JLJOwMdP6kKdxaEHW0IYfsKdjLc2Ny0= Received: from dragon (unknown []) by gzsmtp2 (Coremail) with SMTP id Ms8vCgBnKqjhVrRnFZhhCQ--.20238S3; Tue, 18 Feb 2025 17:46:11 +0800 (CST) Date: Tue, 18 Feb 2025 17:46:09 +0800 From: Shawn Guo To: Martyn Welch Cc: Shawn Guo , Rob Herring , Krzysztof Kozlowski , Conor Dooley , kernel@collabora.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 RESEND] arm64: dts: ls1028a-rdb: Add iio-hwmon compatibility table Message-ID: References: <20250109112457.553169-1-martyn.welch@collabora.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: <20250109112457.553169-1-martyn.welch@collabora.com> X-CM-TRANSID:Ms8vCgBnKqjhVrRnFZhhCQ--.20238S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUsco2UUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiEQ33ZWe0S+AuKwAAsz On Thu, Jan 09, 2025 at 11:24:57AM +0000, Martyn Welch wrote: > Add an iio-hwmon map to utilise the iio framework and access power > information via the hwmon framework at the same time. > > Signed-off-by: Martyn Welch I do not quite understand "compatibility table" in the subject. Could you elaborate a bit? Shawn