Another rework of the Devicetree for the Beaglebone Blue #69
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
this is the second and hopefully last rework of the devicetree for the beaglebone blue.
I missed the pin for the PRU_E_A encoder. I have no clue what is done with the PRU_E_B pin. It apparently is not pinmux-able to pru and I don't see it in 4.14 dts file.
I added the motor_pwms according to what kernel docs say. I was looking at some adafruit lcd dts file for reference and then found the greatly hidden correct kernel documentation.
I fixed the wrongly copied pull-configurations for the pwm and eqep pins. It took a while to reverse engineer the hardcoded numbers.
I finally sorted the device tree in some pseudo alpha-numeric order. I was tired to always scroll through 4 pages just to find the right entry while comparing two files.
Finally the intended purpose to get the motors running was achieved and description was added to
forum discussion .
There is an urgent topic that needs to be discussed, the pmic-shutdown controller entry. I opened an issue for that.
#68