-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
arm64: dts: rockchip: add support for the Orange Pi 5 Pro #172
Conversation
How similar are 5 and 5 pro devicetrees? Perhaps it would be cleaner if we include 5 devicetree and make the needed adjustments |
Let me take a closer look at the device trees, if we can just include the opi5 device tree that would be great. |
Hmm it does not look simple and would likely require some time digging through the whole OPI5 Pro device tree since what we have for the OPI5 is quite different. For reference - Orange Pi 5 DTS are split into the following files: |
I don't really like current style. Are there any good reason that explains why Xunlong splits them into 3 files? |
I do not like it either and have found no explanation as to why Xunlong splits them into 3 files. I think the OPI5 device tree should be re-written, but it's not something I have the time for right now. |
Ok then no problem. I can take a look to refactor opi5 series devicetrees later |
956de27
to
cd435c1
Compare
can we sqeeze this into upcoming release? |
Sorry for delay, I'll fix this shortly, honestly forgot :P |
We are all crazy busy. no worries. Thanks! |
Failing :( |
Oh, there was a typo in the LCD overlay, thanks for catching this in #179! |
Introduce a device tree for the new Orange Pi 5 Pro.
Build system PR: armbian/build#6506
Cherry Picked from: orangepi-xunlong/linux-orangepi@d910e31
AR-2144