[PATCH v1 1/3] ARM: dts: meson: fix bus node names
Martin Blumenstingl
martin.blumenstingl at googlemail.com
Sun Feb 18 03:19:57 PST 2024
This fixes a few binding check errors as the node name of a bus should
be "bus".
Signed-off-by: Martin Blumenstingl <martin.blumenstingl at googlemail.com>
---
arch/arm/boot/dts/amlogic/meson.dtsi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/amlogic/meson.dtsi b/arch/arm/boot/dts/amlogic/meson.dtsi
index 8e3860d5d916..8cb0fc78b2af 100644
--- a/arch/arm/boot/dts/amlogic/meson.dtsi
+++ b/arch/arm/boot/dts/amlogic/meson.dtsi
@@ -23,7 +23,7 @@ soc {
#size-cells = <1>;
ranges;
- cbus: cbus at c1100000 {
+ cbus: bus at c1100000 {
compatible = "simple-bus";
reg = <0xc1100000 0x200000>;
#address-cells = <1>;
@@ -206,7 +206,7 @@ gic: interrupt-controller at 1000 {
};
};
- aobus: aobus at c8100000 {
+ aobus: bus at c8100000 {
compatible = "simple-bus";
reg = <0xc8100000 0x100000>;
#address-cells = <1>;
@@ -302,7 +302,7 @@ bootrom: bootrom at d9040000 {
reg = <0xd9040000 0x10000>;
};
- secbus: secbus at da000000 {
+ secbus: bus at da000000 {
compatible = "simple-bus";
reg = <0xda000000 0x6000>;
#address-cells = <1>;
--
2.43.2
More information about the linux-amlogic
mailing list