* [PATCH] arm64: dts: rockchip: rk3399: use correct reset names
@ 2022-12-12 12:44 Corentin Labbe
2022-12-14 14:26 ` Heiko Stuebner
0 siblings, 1 reply; 2+ messages in thread
From: Corentin Labbe @ 2022-12-12 12:44 UTC (permalink / raw)
To: heiko, krzysztof.kozlowski+dt, robh+dt
Cc: devicetree, linux-arm-kernel, linux-kernel, linux-rockchip,
Corentin Labbe
The reset names does not follow the binding, use the correct ones.
Fixes: 8c701fa6e38c ("arm64: dts: rockchip: rk3399: add crypto node")
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
---
arch/arm64/boot/dts/rockchip/rk3399.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
index 4391aea25984..834d16acb546 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
@@ -589,7 +589,7 @@ crypto0: crypto@ff8b0000 {
clocks = <&cru HCLK_M_CRYPTO0>, <&cru HCLK_S_CRYPTO0>, <&cru SCLK_CRYPTO0>;
clock-names = "hclk_master", "hclk_slave", "sclk";
resets = <&cru SRST_CRYPTO0>, <&cru SRST_CRYPTO0_S>, <&cru SRST_CRYPTO0_M>;
- reset-names = "master", "lave", "crypto";
+ reset-names = "master", "slave", "crypto-rst";
};
crypto1: crypto@ff8b8000 {
@@ -599,7 +599,7 @@ crypto1: crypto@ff8b8000 {
clocks = <&cru HCLK_M_CRYPTO1>, <&cru HCLK_S_CRYPTO1>, <&cru SCLK_CRYPTO1>;
clock-names = "hclk_master", "hclk_slave", "sclk";
resets = <&cru SRST_CRYPTO1>, <&cru SRST_CRYPTO1_S>, <&cru SRST_CRYPTO1_M>;
- reset-names = "master", "slave", "crypto";
+ reset-names = "master", "slave", "crypto-rst";
};
i2c1: i2c@ff110000 {
--
2.37.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] arm64: dts: rockchip: rk3399: use correct reset names
2022-12-12 12:44 [PATCH] arm64: dts: rockchip: rk3399: use correct reset names Corentin Labbe
@ 2022-12-14 14:26 ` Heiko Stuebner
0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stuebner @ 2022-12-14 14:26 UTC (permalink / raw)
To: krzysztof.kozlowski+dt, robh+dt, Corentin Labbe
Cc: Heiko Stuebner, devicetree, linux-rockchip, linux-arm-kernel,
linux-kernel
On Mon, 12 Dec 2022 12:44:23 +0000, Corentin Labbe wrote:
> The reset names does not follow the binding, use the correct ones.
>
>
Applied as fix for 6.2, thanks!
[1/1] arm64: dts: rockchip: rk3399: use correct reset names
commit: 53e8e1e6e9c1653095211a8edf17912f2374bb03
Best regards,
--
Heiko Stuebner <heiko@sntech.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-14 14:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-12 12:44 [PATCH] arm64: dts: rockchip: rk3399: use correct reset names Corentin Labbe
2022-12-14 14:26 ` Heiko Stuebner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).