diff options
author | Neil Armstrong <[email protected]> | 2023-02-07 16:07:59 +0100 |
---|---|---|
committer | Neil Armstrong <[email protected]> | 2023-03-06 09:36:01 +0100 |
commit | d1e336eef1f4834bae0a54f203e9f74aa040726d (patch) | |
tree | b83bffb7d57f225509d24ca982a4ad8e8cf7bfd0 | |
parent | 50e7d712144e7246f4ad5ce0f8577aa09cd09bc6 (diff) |
arm64: dts: amlogic: meson-s4: fix apb4 bus node name
Fixes the following bindings check error:
apb4@fe000000: $nodename:0: 'apb4@fe000000' does not match '^([a-z][a-z0-9\\-]+-bus|bus|localbus|soc|axi|ahb|apb)(@.+)?$'
Reviewed-by: Martin Blumenstingl <[email protected]>
Link: https://lore.kernel.org/r/20230207-b4-amlogic-bindings-fixups-v2-v1-6-93b7e50286e7@linaro.org
Signed-off-by: Neil Armstrong <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-s4.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-s4.dtsi b/arch/arm64/boot/dts/amlogic/meson-s4.dtsi index ad50cba42d19..f24460186d3d 100644 --- a/arch/arm64/boot/dts/amlogic/meson-s4.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-s4.dtsi @@ -85,7 +85,7 @@ interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>; }; - apb4: apb4@fe000000 { + apb4: bus@fe000000 { compatible = "simple-bus"; reg = <0x0 0xfe000000 0x0 0x480000>; #address-cells = <2>; |