-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
driver: hwinfo: npcx: Add hwinfo driver support in npcx family. #32602
Conversation
009d17b
to
656ba06
Compare
@MulinChao Thanks for this addition. Do you have a datasheet of this SoC. Do those registers provide unique values? From the naming, it sounds like they identify the chip and are the same for each chip. |
Ping our PM, @Michal-Sch, for further actions. Related to the unique values of these registers, yes, they are unique that rely on the device's family, group, revision, and so on. They help identifying the chip's family, group, and revision. |
Add hwinfo driver support in npcx family. Signed-off-by: Mulin Chao <[email protected]>
656ba06
to
c5d11ac
Compare
So as I understand, the numbers are unique for each series. |
Understood. Sorry for the inconvenience. |
Does your MCU support unique IDs? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This driver does not implement a unique id, but an identifier for a series.
If I understand correctly, the unique ID means each different chip in the same series should provide a unique number. If so, I misunderstood 'hwinfo' driver and npcx MCU doesn't support this feature. |
As a background: |
Got it. Thanks for sharing the background usage. I will close this PR. |
Hi All: |
Hi All: |
Add hwinfo driver support in npcx family.
Signed-off-by: Mulin Chao [email protected]