-
Notifications
You must be signed in to change notification settings - Fork 176
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
add BBB Servo cape overlay #173
Conversation
@RobertCNelson Are we using BeagleBone cape manager to load DT cape overlays on BBAI? The recent patch suggests we are not using it with BBAI. I would like to work on this, If you have any good reading material on Cape manager please share :) |
@lorforlinux at the time of the version of u-boot that we ship for the BBAI's I was unable to get the header based i2c port to work in u-boot SPL.. |
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.
Thanks for this! Looking forward to BeagleBone AI compatibility for it and test results.
}; | ||
|
||
&i2c2 { | ||
pinctrl-names = "default"; |
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.
Is your editor using tabs or not? The style should be like for Linux, with tabs.
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.
Yes, my editor is using tabs.
#size-cells = <0>; | ||
|
||
pca9685_servo: pca9685_serve@7f { | ||
compatible = "nxp, pca9685"; |
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.
Is there supposed to be a space in "nxp, pca9685"? Maybe I don't remember properly, but I recall no spaces in these compatible strings.
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.
I think there should not be any space.
}; | ||
|
||
&{/} { | ||
gpio_inputs { |
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.
I don't think these are actual input pins to the Beagle. I'm not sure what they are, but I think they are just configuration pins for the device.
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.
Please review this updated pull request here -> #174
@RobertCNelson Please review my code :)