From: Jan Kiszka <[email protected]> Resolves "unit name should not have leading 0s".
Signed-off-by: Jan Kiszka <[email protected]> --- configs/arm/dts/inmate-bananapi.dts | 6 +++--- configs/arm/dts/inmate-orangepi0.dts | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/arm/dts/inmate-bananapi.dts b/configs/arm/dts/inmate-bananapi.dts index 78a29301..bd222bc7 100644 --- a/configs/arm/dts/inmate-bananapi.dts +++ b/configs/arm/dts/inmate-bananapi.dts @@ -69,7 +69,7 @@ clock-output-names = "osc24M"; }; - apb1_gates: clk@01c2006c { + apb1_gates: clk@1c2006c { #clock-cells = <1>; compatible = "allwinner,sun7i-a20-apb1-gates-clk"; reg = <0x01c2006c 0x4>; @@ -79,7 +79,7 @@ }; }; - gic: interrupt-controller@01c81000 { + gic: interrupt-controller@1c81000 { compatible = "arm,cortex-a7-gic", "arm,cortex-a15-gic"; reg = <0x01c81000 0x1000>, <0x01c82000 0x1000>; @@ -87,7 +87,7 @@ #interrupt-cells = <3>; }; - uart: serial@01c29c00 { + uart: serial@1c29c00 { compatible = "snps,dw-apb-uart"; reg = <0x01c29c00 0x400>; interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>; diff --git a/configs/arm/dts/inmate-orangepi0.dts b/configs/arm/dts/inmate-orangepi0.dts index cfdb7cda..f3a18c14 100644 --- a/configs/arm/dts/inmate-orangepi0.dts +++ b/configs/arm/dts/inmate-orangepi0.dts @@ -76,7 +76,7 @@ }; }; - gic: interrupt-controller@01c81000 { + gic: interrupt-controller@1c81000 { compatible = "arm,cortex-a7-gic", "arm,cortex-a15-gic"; reg = <0x01c81000 0x1000>, <0x01c82000 0x1000>; @@ -84,7 +84,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>; -- 2.35.3 -- 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/23245e32c3772efef66a7dd9716550cc25f6ae35.1674415741.git.jan.kiszka%40siemens.com.
