ipq40xx: fix dtc warning about /soc/ad-hoc-bus missing a unit name
authorChristian Lamparter <chunkeey@gmail.com>
Thu, 7 Jun 2018 15:36:56 +0000 (17:36 +0200)
committerJohn Crispin <john@phrozen.org>
Fri, 8 Jun 2018 07:31:35 +0000 (09:31 +0200)
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>
target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4019-bus.dtsi

index 169505973f0d456f922b9d5747fe24181fd0c596..bd3102211e6a0f292e7d4af009dbb9bb87dd8874 100644 (file)
@@ -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>;