Skip to content
Snippets Groups Projects
Commit 2f1fa045 authored by Christian Lamparter's avatar Christian Lamparter Committed by John Crispin
Browse files

ipq40xx: fix dtc warning about /soc/ad-hoc-bus missing a unit name


This patch fixes a dtc warning that shows up for every device
Warning (unit_address_vs_reg): Node /soc/ad-hoc-bus has a reg or ranges property, but no unit name

Signed-off-by: default avatarChristian Lamparter <chunkeey@gmail.com>
parent b22e3752
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
/ {
soc {
ad_hoc_bus: ad-hoc-bus {
ad_hoc_bus: ad-hoc-bus@580000 {
compatible = "qcom,msm-bus-device";
reg = <0x580000 0x14000>,
<0x500000 0x11000>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment