diff options
author | Johan Jonker <jbx6244@gmail.com> | 2022-02-13 22:23:19 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2022-02-15 08:59:53 +0100 |
commit | 5a68ce0a7b89a7005a71d406435a45a24c7e86da (patch) | |
tree | adc39719d12e35aec6c6f97362ef07f4ccd74154 /arch/arm | |
parent | e783362eb54cd99b2cac8b3a9aeac942e6f6ac07 (diff) |
ARM: dts: rockchip: remove status from rk3288 crypto node
A node that is not disabled is standard already "okay",
so remove status from rk3288 crypto node.
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20220213212319.8448-1-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/rk3288.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index aaaa61875701..85d56c63e49a 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -980,7 +980,6 @@ clock-names = "aclk", "hclk", "sclk", "apb_pclk"; resets = <&cru SRST_CRYPTO>; reset-names = "crypto-rst"; - status = "okay"; }; iep_mmu: iommu@ff900800 { |