-
Notifications
You must be signed in to change notification settings - Fork 29
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
fix: resolve all compilation warnings #338
Conversation
CodeChenL
commented
Jun 27, 2024
•
edited
Loading
edited
- closes 修复编译时的一些报错 #335
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.
你拆分一下,按照修复的问题点来,比如把#address-cells
和#size-cells
的放到一个提交里
另外#address-cells这种确保只给需要加的节点加上了,另外可能还要检查一下base设备树的定义 |
回复前半句:我都是一层层往上一级节点加去测试的应该没问题吧? |
一般上一层加了下一层可能不需要,具体我也不清楚 |
我有试过去掉下层,但是会恢复报错 |
59dc2d1
to
1548ded
Compare
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.
另外提交消息里面最好可以附带上dtc编译时对应的报错信息
arch/arm64/boot/dts/rockchip/overlays/radxa-cm3-io-sharp-lq133t1jw01-without-hdmi.dts
Show resolved
Hide resolved
arch/arm64/boot/dts/rockchip/overlays/rk3528-spi0-cs1-enc28j60.dts
Outdated
Show resolved
Hide resolved
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.
把提交整理一下,比如那几个interrupt-parent的
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.
改了直接squash,准备合并了