Skip to content

Commit

Permalink
ARM: dts: rockchip: fix a typo on rk3288 crypto-controller
Browse files Browse the repository at this point in the history
[ Upstream commit 3916c36 ]

crypto-controller had a typo, fix it.
In the same time, rename it to just crypto

Signed-off-by: Corentin Labbe <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
Signed-off-by: Sasha Levin <[email protected]>
  • Loading branch information
montjoie authored and gregkh committed Mar 23, 2022
1 parent e96d550 commit b8a566e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/rk3288.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@
status = "disabled";
};

crypto: cypto-controller@ff8a0000 {
crypto: crypto@ff8a0000 {
compatible = "rockchip,rk3288-crypto";
reg = <0xff8a0000 0x4000>;
interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
Expand Down

0 comments on commit b8a566e

Please sign in to comment.