Message ID | 20220213212319.8448-1-jbx6244@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: dts: rockchip: rk3288: remove status from crypto node | expand |
On Sun, 13 Feb 2022 22:23:19 +0100, Johan Jonker wrote: > A node that is not disabled is standard already "okay", > so remove status from rk3288 crypto node. Applied, thanks! [1/1] ARM: dts: rockchip: rk3288: remove status from crypto node commit: 5a68ce0a7b89a7005a71d406435a45a24c7e86da Best regards,
diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index aaaa61875..85d56c63e 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 {
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> --- arch/arm/boot/dts/rk3288.dtsi | 1 - 1 file changed, 1 deletion(-)