Skip to content
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

Update pcd_platform_driver_dt.c #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Sarathyravi
Copy link

  1. Fixed the compilation issues with Linux 6.8.0-rc7 by removing a parameter from ''class_create" api
  2. In am335x-boneblack-ldd1.dtsi which created under /linux-master/arch/arm/boot/ti/omap/am335x-boneblack-ldd1.dtsi

/ {
pcdev-1 {
compatible =
org-size =
org-device-serial-num =
org-device-permission =


dtb properties are not aligned to the "pcdev_get_platdata_from_dt" api causing failure in loading the kernal module

1. Fixed the compilation issues with Linux 6.8.0-rc7 by removing a parameter from ''class_create" api
2. In am335x-boneblack-ldd1.dtsi which created under 
/linux-master/arch/arm/boot/ti/omap/am335x-boneblack-ldd1.dtsi

/ {
	pcdev-1 {
		compatible = 
		org-size = 
		org-device-serial-num = 
		org-device-permission = 
_________________________________________ 
dtb properties are not aligned to the "pcdev_get_platdata_from_dt" api causing failure in loading the kernal module
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.

1 participant