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: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
Christian Lamparter 2018-06-07 17:36:56 +02:00 committed by John Crispin
parent b22e37528b
commit 2f1fa04587

View file

@ -19,7 +19,7 @@
/ { / {
soc { soc {
ad_hoc_bus: ad-hoc-bus { ad_hoc_bus: ad-hoc-bus@580000 {
compatible = "qcom,msm-bus-device"; compatible = "qcom,msm-bus-device";
reg = <0x580000 0x14000>, reg = <0x580000 0x14000>,
<0x500000 0x11000>; <0x500000 0x11000>;