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 758FF107A0; Wed, 18 Sep 2024 22:09:08 +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=1726697348; cv=none; b=TpIJXGVawzon1QTB0W6iyAudgoqsslCoF1DUuWqjIgEElqqq/z34hfKBLGN0rNywzHkJVXYDyiVy8pmG6el/U8yi6xd0cDBvW/jSdD6LFsGUOx5RnP+8Vdt7gSIPhAl+M0xTLpbTeXkgn1fX37ZytoXmQK2xnRfTeRL16jkOm+g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726697348; c=relaxed/simple; bh=Xgf+hjqyDaXQyjdCBei1soDh4wnJzkSOhfi7BqmGFxg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=mYtw0dtNtsMNwhSu66D8kDbKKkBIDce+Y5mhQO0TQcKKQMP+eNFJXX9xgyfqNJJuk0+OL1YWGzKnisKVnD+/9JvuiuesC2i47KjKzvZKk/5GHp0thL91uFZ2+v62AD7+Hbwwn/nUqFCx4dGN3bAj008YHLjOMg7xovCgRHtaang= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=JQLMRa69; 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="JQLMRa69" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AEC59C4CEC7; Wed, 18 Sep 2024 22:09:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1726697347; bh=Xgf+hjqyDaXQyjdCBei1soDh4wnJzkSOhfi7BqmGFxg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JQLMRa69ANkOzO86vj+aFyam9SUtWY79j5b5oK+jVk2g+eiJz4ve+hHNQgq5lFfgm 0oDyzWK3WYz5+AoFxzndeH3Q2jN7HkIEJjtT39gIYGj4b0dx60yDUjgxvqA/FmgrF2 ePqzysD3+EVGYacnmxTvkdF05BsvEIpxzIYji7lOiqk2rawjwmlsfUsX8i08taTwgx yyhIYsWR+ccD5kNGm4gDjWu9ab6ucAS6JFn+KxAbjtRY4GVsMvWlTDiYKY9e8Lr6F0 ca9crROvWl48dqk3/r3EXaRT6qrmbHedhbwDbdj5E5VDycpeCHvk49gLsj0OBM6WNF +0q03Ne1GEL/Q== Date: Wed, 18 Sep 2024 17:09:06 -0500 From: Rob Herring To: Krzysztof Kozlowski Cc: Chanh Nguyen , Jean Delvare , Guenter Roeck , Krzysztof Kozlowski , Conor Dooley , devicetree@vger.kernel.org, linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org, OpenBMC Maillist , Open Source Submission , Phong Vo , Thang Nguyen , Quan Nguyen , Khanh Pham Subject: Re: [PATCH] dt-bindings: hwmon: Add adt7462 Message-ID: <20240918220906.GB2216504-robh@kernel.org> References: <20240918103212.591204-1-chanh@os.amperecomputing.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 Wed, Sep 18, 2024 at 03:09:23PM +0200, Krzysztof Kozlowski wrote: > On 18/09/2024 12:32, Chanh Nguyen wrote: > > Add device tree binding and example for adt7462 device. > > > > Signed-off-by: Chanh Nguyen > > --- > > .../bindings/hwmon/onnn,adt7462.yaml | 51 +++++++++++++++++++ > > 1 file changed, 51 insertions(+) > > Where is any user? This is supposed to be sent along driver change > implementing this compatible. Since I2C subsystem will strip the vendor prefix and match "adt7462" to the existing i2c_device_id, no driver change is needed for it to work. Though for good hygene, an of_device_id entry should be added. Rob