RE: [PATCH v3 6/8] ARM: dts: rtd1195: Add reset nodes
From: James Tai <james.tai@realtek.com>
Date: 2019-11-18 09:22:40
Also in:
linux-devicetree, lkml
From: James Tai <james.tai@realtek.com>
Date: 2019-11-18 09:22:40
Also in:
linux-devicetree, lkml
Hi Andreas,
+ reset1: reset-controller@0 {
+ compatible = "snps,dw-low-reset";
+ reg = <0x0 0x4>;
+ #reset-cells = <1>;
+ };
+
+ reset2: reset-controller@4 {
+ compatible = "snps,dw-low-reset";
+ reg = <0x4 0x4>;
+ #reset-cells = <1>;
+ };
+
+ reset3: reset-controller@8 {
+ compatible = "snps,dw-low-reset";
+ reg = <0x8 0x4>;
+ #reset-cells = <1>;
+ };
+
+ iso_reset: reset-controller@7088 {
+ compatible = "snps,dw-low-reset";
+ reg = <0x7088 0x4>;
+ #reset-cells = <1>;
+ };
+We don't use the DesignWare IP for the reset controller. Regards, James _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel