Skip to content

clemente: kernel: add kernel patches #253

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

Open
wants to merge 4 commits into
base: helium
Choose a base branch
from

Conversation

leo-fxn
Copy link
Contributor

@leo-fxn leo-fxn commented May 28, 2025

Add initial device tree and kernel configuration for the Clemente platform. This commit introduces:

  • A new patch file (0001-ARM-dts-aspeed-clemente-add-various-device-nodes-and.patch) to add device tree nodes for Clemente.
  • A kernel configuration file (clemente-sensor.cfg) to enable necessary sensor drivers.
  • A bbappend file (linux-aspeed_%.bbappend) to integrate these changes into the Linux kernel build for Aspeed.

This enables basic hardware support and sensor functionality for the Clemente system.

Description

Please include a summary of the change and which issue is fixed.

Motivation

Please include an explanation of why you these changes are necessary

Test Plan

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

Add initial device tree and kernel configuration for the Clemente platform.
This commit introduces:
- A new patch file (0001-ARM-dts-aspeed-clemente-add-various-device-nodes-and.patch) to add device tree nodes for Clemente.
- A kernel configuration file (clemente-sensor.cfg) to enable necessary sensor drivers.
- A bbappend file (linux-aspeed_%.bbappend) to integrate these changes into the Linux kernel build for Aspeed.

This enables basic hardware support and sensor functionality for the Clemente system.
@facebook-github-bot
Copy link
Contributor

Hi @leo-fxn!

Thank you for your pull request.

We require contributors to sign our Contributor License Agreement, and yours needs attention.

You currently have a record in our system, but the CLA is no longer valid, and will need to be resubmitted.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at [email protected]. Thanks!

@facebook-github-bot
Copy link
Contributor

@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. (Because this pull request was imported automatically, there will not be any future comments.)

leo-fxn added 2 commits May 29, 2025 10:31
This commit introduces Device Tree (DTS) updates for the Clemente DVT
board, addressing I2C topology changes and adding initial support for
various components.

Key updates include:
- Reworked I2C aliases and device node definitions to align with
  the DVT board's I2C muxing and component placement. This affects
  EEPROMs, fan controllers, power monitors, and leak sensors.
- Adjusted I2C register addresses for several components based on
  DVT board specifications.
- Refined GPIO line names for main I/O expanders to accurately
  reflect their functions on the DVT hardware.
- Cleaned up obsolete I2C bus and IO expander definitions.

This enables fundamental hardware bringup and sensor monitoring
on the Clemente DVT platform.
This commit introduces the initial Device Tree Source (DTS) file for the
Meta-Clemente BMC board. This DTS defines the basic hardware components
and their configurations, enabling the Linux kernel to properly
initialize and operate on the Clemente platform.

Signed-off-by: Leo Wang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants