From: Jan Kiszka <[email protected]>

Resolves

jailhouse/configs/arm64/dts/inmate-pine64-plus.dts:81.37-87.4: Warning 
(unit_address_format): /interrupt-controller@01c81000: unit name should not 
have leading 0s
jailhouse/configs/arm64/dts/inmate-pine64-plus.dts:89.24-96.4: Warning 
(unit_address_format): /serial@01c28000: unit name should not have leading 0s
jailhouse/configs/arm64/dts/inmate-pine64-plus.dts:98.15-113.4: Warning 
(unit_address_format): /pci@02000000: unit name should not have leading 0s

Signed-off-by: Jan Kiszka <[email protected]>
---
 configs/arm64/dts/inmate-pine64-plus.dts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/arm64/dts/inmate-pine64-plus.dts 
b/configs/arm64/dts/inmate-pine64-plus.dts
index 0f980c98..6d0a12d3 100644
--- a/configs/arm64/dts/inmate-pine64-plus.dts
+++ b/configs/arm64/dts/inmate-pine64-plus.dts
@@ -78,7 +78,7 @@
                };
        };
- gic: interrupt-controller@01c81000 {
+       gic: interrupt-controller@1c81000 {
                compatible = "arm,gic-400";
                reg = <0x01c81000 0x1000>,
                      <0x01c82000 0x2000>;
@@ -86,7 +86,7 @@
                #interrupt-cells = <3>;
        };
- uart: serial@01c28000 {
+       uart: serial@1c28000 {
                compatible = "snps,dw-apb-uart";
                reg = <0x01c28000 0x400>;
                interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
@@ -95,7 +95,7 @@
                clock-frequency = <24000000>;
        };
- pci@02000000 {
+       pci@2000000 {
                compatible = "pci-host-ecam-generic";
                device_type = "pci";
                bus-range = <0 0>;
--
2.31.1

--
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jailhouse-dev/0d7439be-ae78-c3a7-6310-d008dabc3444%40siemens.com.

Reply via email to