Message ID | 20231107155532.3747113-4-clabbe@baylibre.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | crypto: rockchip: add support for rk3588/rk3568 | expand |
Hi, Am Dienstag, 7. November 2023, 16:55:29 CET schrieb Corentin Labbe: > The rk3588 has a crypto IP handled by the rk3588 crypto driver so adds a > node for it. please follow other commits in the subject line, i.e.: "arm64: dts: rockchip: add rk3588 crypto node" Thanks Heiko > > Signed-off-by: Corentin Labbe <clabbe@baylibre.com> > --- > arch/arm64/boot/dts/rockchip/rk3588s.dtsi | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi > index 7064c0e9179f..a2ba5ebec38d 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi > +++ b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi > @@ -1523,6 +1523,18 @@ sdhci: mmc@fe2e0000 { > status = "disabled"; > }; > > + crypto: crypto@fe370000 { > + compatible = "rockchip,rk3588-crypto"; > + reg = <0x0 0xfe370000 0x0 0x2000>; > + interrupts = <GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH 0>; > + clocks = <&scmi_clk SCMI_CRYPTO_CORE>, <&scmi_clk SCMI_ACLK_SECURE_NS>, > + <&scmi_clk SCMI_HCLK_SECURE_NS>; > + clock-names = "core", "aclk", "hclk"; > + resets = <&scmi_reset SRST_CRYPTO_CORE>; > + reset-names = "core"; > + status = "okay"; > + }; > + > i2s0_8ch: i2s@fe470000 { > compatible = "rockchip,rk3588-i2s-tdm"; > reg = <0x0 0xfe470000 0x0 0x1000>; >
On 07/11/2023 16:55, Corentin Labbe wrote: > The rk3588 has a crypto IP handled by the rk3588 crypto driver so adds a > node for it. > > Signed-off-by: Corentin Labbe <clabbe@baylibre.com> > --- > arch/arm64/boot/dts/rockchip/rk3588s.dtsi | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi > index 7064c0e9179f..a2ba5ebec38d 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi > +++ b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi > @@ -1523,6 +1523,18 @@ sdhci: mmc@fe2e0000 { > status = "disabled"; > }; > > + crypto: crypto@fe370000 { > + compatible = "rockchip,rk3588-crypto"; > + reg = <0x0 0xfe370000 0x0 0x2000>; > + interrupts = <GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH 0>; > + clocks = <&scmi_clk SCMI_CRYPTO_CORE>, <&scmi_clk SCMI_ACLK_SECURE_NS>, > + <&scmi_clk SCMI_HCLK_SECURE_NS>; > + clock-names = "core", "aclk", "hclk"; > + resets = <&scmi_reset SRST_CRYPTO_CORE>; > + reset-names = "core"; > + status = "okay"; Drop. Best regards, Krzysztof
Le Tue, Nov 07, 2023 at 04:59:42PM +0100, Heiko Stübner a écrit : > Hi, > > Am Dienstag, 7. November 2023, 16:55:29 CET schrieb Corentin Labbe: > > The rk3588 has a crypto IP handled by the rk3588 crypto driver so adds a > > node for it. > > please follow other commits in the subject line, i.e.: > > "arm64: dts: rockchip: add rk3588 crypto node" > > > Thanks > Heiko > I will do it Thanks.
Le Tue, Nov 07, 2023 at 05:20:59PM +0100, Krzysztof Kozlowski a écrit : > On 07/11/2023 16:55, Corentin Labbe wrote: > > The rk3588 has a crypto IP handled by the rk3588 crypto driver so adds a > > node for it. > > > > Signed-off-by: Corentin Labbe <clabbe@baylibre.com> > > --- > > arch/arm64/boot/dts/rockchip/rk3588s.dtsi | 12 ++++++++++++ > > 1 file changed, 12 insertions(+) > > > > diff --git a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi > > index 7064c0e9179f..a2ba5ebec38d 100644 > > --- a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi > > +++ b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi > > @@ -1523,6 +1523,18 @@ sdhci: mmc@fe2e0000 { > > status = "disabled"; > > }; > > > > + crypto: crypto@fe370000 { > > + compatible = "rockchip,rk3588-crypto"; > > + reg = <0x0 0xfe370000 0x0 0x2000>; > > + interrupts = <GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH 0>; > > + clocks = <&scmi_clk SCMI_CRYPTO_CORE>, <&scmi_clk SCMI_ACLK_SECURE_NS>, > > + <&scmi_clk SCMI_HCLK_SECURE_NS>; > > + clock-names = "core", "aclk", "hclk"; > > + resets = <&scmi_reset SRST_CRYPTO_CORE>; > > + reset-names = "core"; > > + status = "okay"; > > Drop. > > Best regards, > Krzysztof > I will do it Thanks.
diff --git a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi index 7064c0e9179f..a2ba5ebec38d 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi @@ -1523,6 +1523,18 @@ sdhci: mmc@fe2e0000 { status = "disabled"; }; + crypto: crypto@fe370000 { + compatible = "rockchip,rk3588-crypto"; + reg = <0x0 0xfe370000 0x0 0x2000>; + interrupts = <GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH 0>; + clocks = <&scmi_clk SCMI_CRYPTO_CORE>, <&scmi_clk SCMI_ACLK_SECURE_NS>, + <&scmi_clk SCMI_HCLK_SECURE_NS>; + clock-names = "core", "aclk", "hclk"; + resets = <&scmi_reset SRST_CRYPTO_CORE>; + reset-names = "core"; + status = "okay"; + }; + i2s0_8ch: i2s@fe470000 { compatible = "rockchip,rk3588-i2s-tdm"; reg = <0x0 0xfe470000 0x0 0x1000>;
The rk3588 has a crypto IP handled by the rk3588 crypto driver so adds a node for it. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> --- arch/arm64/boot/dts/rockchip/rk3588s.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+)