Skip to content

Kernel 6.12 sc59*-som-ezlite support #2846

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

Merged
merged 3 commits into from
Jul 17, 2025

Conversation

UtsavAgarwalADI
Copy link

PR Description

Adding support for sc598/594-som-ezlite boards

PR Type

  • Bug fix (a change that fixes an issue)
  • New feature (a change that adds new functionality)
  • Breaking change (a change that affects other repos or cause CIs to fail)

PR Checklist

  • I have conducted a self-review of my own code changes
  • I have tested the changes on the relevant hardware
  • I have updated the documentation outside this repo accordingly (if there is the case)

CONFIG_SPI_CADENCE_QUADSPI=y
CONFIG_SPI_SPIDEV=y
CONFIG_PINCTRL_MCP23S08=y
CONFIG_SRUCTRL_ADSP_SC5XX=y
# CONFIG_HWMON is not set
CONFIG_GPIO_SYSFS=y
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice to disable this since it is deprecated. Hopefully nothing in our software depends on it

CONFIG_REMOTEPROC=y
CONFIG_RPMSG_CHAR=y
CONFIG_RPMSG_VIRTIO=y
CONFIG_GENERIC_PHY=y
CONFIG_EXT2_FS=y
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here with being deprecated. Fun comment from the corresponding Kconfig:

This filesystem driver is deprecated because it does not properly
support inode time stamps beyond 03:14:07 UTC on 19 January 2038.

Migrating legacy defconfig for sc594-som-ezlite

Signed-off-by: Utsav Agarwal <utsav.agarwal@analog.com>
Adding defconfig support from legacy kernel for adsp-sc598-som-ezlite

Signed-off-by: Utsav Agarwal <utsav.agarwal@analog.com>
@UtsavAgarwalADI UtsavAgarwalADI force-pushed the adsp-main-6.12-sc59x-som-ezlite branch from deac2d3 to b27f28b Compare July 15, 2025 15:28
@UtsavAgarwalADI UtsavAgarwalADI requested a review from pamolloy July 15, 2025 15:29
@UtsavAgarwalADI
Copy link
Author

Removed the mentioned deprecated options

pinctrl-names = "default";
pinctrl-0 = <&sru_dai0>;
status = "okay";
};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing newline at end of file

Adding dts support for adsp-sc598-som-ezlite from legacy
kernel

Signed-off-by: Utsav Agarwal <utsav.agarwal@analog.com>
@UtsavAgarwalADI UtsavAgarwalADI force-pushed the adsp-main-6.12-sc59x-som-ezlite branch from b27f28b to 90fe0cf Compare July 16, 2025 20:17
@UtsavAgarwalADI UtsavAgarwalADI requested a review from pamolloy July 16, 2025 20:20
@UtsavAgarwalADI UtsavAgarwalADI merged commit 9efc191 into adsp-main-6.12 Jul 17, 2025
1 check passed
@UtsavAgarwalADI UtsavAgarwalADI deleted the adsp-main-6.12-sc59x-som-ezlite branch July 17, 2025 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants