-
Notifications
You must be signed in to change notification settings - Fork 894
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
Kernel 6.12 sc59*-som-ezlite support #2846
Conversation
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 |
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.
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 |
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.
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>
deac2d3
to
b27f28b
Compare
Removed the mentioned deprecated options |
pinctrl-names = "default"; | ||
pinctrl-0 = <&sru_dai0>; | ||
status = "okay"; | ||
}; |
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.
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>
b27f28b
to
90fe0cf
Compare
f6f0111
to
f137331
Compare
PR Description
Adding support for sc598/594-som-ezlite boards
PR Type
PR Checklist