[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240218111959.1811676-2-martin.blumenstingl@googlemail.com>
Date: Sun, 18 Feb 2024 12:19:57 +0100
From: Martin Blumenstingl <martin.blumenstingl@...glemail.com>
To: linux-amlogic@...ts.infradead.org
Cc: devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
neil.armstrong@...aro.org,
robh+dt@...nel.org,
krzysztof.kozlowski+dt@...aro.org,
conor+dt@...nel.org,
Martin Blumenstingl <martin.blumenstingl@...glemail.com>
Subject: [PATCH v1 1/3] ARM: dts: meson: fix bus node names
This fixes a few binding check errors as the node name of a bus should
be "bus".
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@...glemail.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@...00000 {
+ cbus: bus@...00000 {
compatible = "simple-bus";
reg = <0xc1100000 0x200000>;
#address-cells = <1>;
@@ -206,7 +206,7 @@ gic: interrupt-controller@...0 {
};
};
- aobus: aobus@...00000 {
+ aobus: bus@...00000 {
compatible = "simple-bus";
reg = <0xc8100000 0x100000>;
#address-cells = <1>;
@@ -302,7 +302,7 @@ bootrom: bootrom@...40000 {
reg = <0xd9040000 0x10000>;
};
- secbus: secbus@...00000 {
+ secbus: bus@...00000 {
compatible = "simple-bus";
reg = <0xda000000 0x6000>;
#address-cells = <1>;
--
2.43.2
Powered by blists - more mailing lists