[PATCH v1 9/9] mips: dts: lantiq: Update the RCU node to match the intel,rcu-gw binding

From: Martin Blumenstingl
Date: Tue Jun 28 2022 - 08:45:57 EST


Use the updated compatible string and also add the USB2 PHY child node.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx>
---
arch/mips/boot/dts/lantiq/danube.dtsi | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/arch/mips/boot/dts/lantiq/danube.dtsi b/arch/mips/boot/dts/lantiq/danube.dtsi
index 510be63c8bdf..8ac806662083 100644
--- a/arch/mips/boot/dts/lantiq/danube.dtsi
+++ b/arch/mips/boot/dts/lantiq/danube.dtsi
@@ -57,8 +57,26 @@ cgu0: cgu@103000 {
};

rcu0: rcu@203000 {
- compatible = "lantiq,rcu-xway";
+ compatible = "lantiq,danube-rcu", "simple-mfd", "syscon";
reg = <0x203000 0x1000>;
+ ranges = <0x0 0x203000 0x100>;
+ big-endian;
+
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ #reset-cells = <3>;
+ intel,global-reset = <0x10 30 29>;
+
+ usb_phy: usb2-phy@18 {
+ compatible = "lantiq,danube-usb2-phy";
+ reg = <0x18 4>;
+ status = "disabled";
+
+ resets = <&rcu0 0x10 4 4>;
+ reset-names = "ctrl";
+ #phy-cells = <0>;
+ };
};
};

--
2.36.1