-
-
Notifications
You must be signed in to change notification settings - Fork 417
arm64: dts: rockchip: add Mekotronics R58X 4x4 #440
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 Mekotronics R58X 4x4 #440
Conversation
- from vendor / balbes, which never got merged into a real branch - renamed files a bit, still a mess - fixes: - don't force panthor, remove duplicate gpu nodes all around - disable sata node, there's no SATA, avoid deferred probe - rename led to what it really is - try to fix indentation with tabs, eat trailing whitespace - remove `#if 1`'s
| #include <dt-bindings/display/rockchip_vop.h> | ||
| #include <dt-bindings/sensor-dev.h> | ||
| #include "rk3588-cpu-swap.dtsi" | ||
|
|
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.
Has anyone seen this stuff before? Seems it "swaps" the big cores with the little ones.
How does this make any sense....?
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.
It simply doesn't make sense. Ported to mainline sans any of this and works fine.
| &cluster0_opp_table { | ||
| /delete-node/ opp-408000000; | ||
| /delete-node/ opp-600000000; | ||
| /delete-node/ opp-816000000; | ||
| /delete-node/ opp-1008000000; | ||
| }; | ||
|
|
||
| &cluster1_opp_table { | ||
| /delete-node/ opp-408000000; | ||
| /delete-node/ opp-600000000; | ||
| /delete-node/ opp-816000000; | ||
| /delete-node/ opp-1008000000; | ||
| }; | ||
|
|
||
| &cluster2_opp_table { | ||
| /delete-node/ opp-408000000; | ||
| /delete-node/ opp-600000000; | ||
| /delete-node/ opp-816000000; | ||
| /delete-node/ opp-1008000000; | ||
| }; | ||
|
|
||
| &cpu_l0 { | ||
| cpu-supply = <&vdd_cpu_lit_s0>; | ||
| mem-supply = <&vdd_cpu_lit_mem_s0>; | ||
| }; | ||
|
|
||
| &cpu_b0 { | ||
| cpu-supply = <&vdd_cpu_big0_s0>; | ||
| mem-supply = <&vdd_cpu_big0_mem_s0>; | ||
| }; | ||
|
|
||
| &cpu_b2 { | ||
| cpu-supply = <&vdd_cpu_big1_s0>; | ||
| mem-supply = <&vdd_cpu_big1_mem_s0>; | ||
| }; |
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.
This looks absolutely cuckoo to me. Can anyone make sense of it (eg in context of porting this to mainline kernel)?
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.
It simply doesn't make any sense. Ported to mainline without any of this and works fine.
arm64: dts: rockchip: add Mekotronics R58X 4x4
mekotronicbranch for some reason)#if 1's