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

add BBB Servo cape overlay #173

Merged
merged 1 commit into from
Jun 4, 2020

Conversation

lorforlinux
Copy link

@RobertCNelson Please review my code :)

@lorforlinux
Copy link
Author

@RobertCNelson Are we using BeagleBone cape manager to load DT cape overlays on BBAI?
I suppose we are using that to load DT overlays on BBB, right?

The recent patch suggests we are not using it with BBAI.
https://github.com/RobertCNelson/Bootloader-Builder/blob/master/patches/v2019.07-rc4/0002-U-Boot-BeagleBone-Cape-Manager.patch

I would like to work on this, If you have any good reading material on Cape manager please share :)

@RobertCNelson RobertCNelson merged commit e94880e into beagleboard:master Jun 4, 2020
@RobertCNelson
Copy link
Member

RobertCNelson commented Jun 4, 2020

@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..

Copy link
Member

@jadonk jadonk left a 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";
Copy link
Member

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.

Copy link
Author

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";
Copy link
Member

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.

Copy link
Author

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 {
Copy link
Member

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.

Copy link
Author

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

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.

3 participants