Message ID | 20201112014929.25227-4-nm@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts: ti: Cleanup mix of "okay" and "disabled" usage | expand |
On 12/11/2020 03:49, Nishanth Menon wrote: > The default state of a device tree node is "okay". There is no specific > use of explicitly adding status = "okay" in the SoC dtsi. > > Fixes: 8ebcaaae8017 ("arm64: dts: ti: k3-j721e-main: Add crypto accelerator node") > Fixes: b366b2409c97 ("arm64: dts: ti: k3-am6: Add crypto accelarator node") > Signed-off-by: Nishanth Menon <nm@ti.com> > Cc: Keerthy <j-keerthy@ti.com> Acked-by: Tero Kristo <t-kristo@ti.com> > --- > Changes since V1: > - No change. > > V1: https://lore.kernel.org/linux-arm-kernel/20201104224356.18040-4-nm@ti.com/ > > arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 1 - > arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 2 -- > 2 files changed, 3 deletions(-) > > diff --git a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi > index 21e50021dd83..2bd66a9e4b1d 100644 > --- a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi > +++ b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi > @@ -119,7 +119,6 @@ crypto: crypto@4e00000 { > #address-cells = <2>; > #size-cells = <2>; > ranges = <0x0 0x04e00000 0x00 0x04e00000 0x0 0x30000>; > - status = "okay"; > > dmas = <&main_udmap 0xc000>, <&main_udmap 0x4000>, > <&main_udmap 0x4001>; > diff --git a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi > index b54332d6fdc5..9747c387385b 100644 > --- a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi > +++ b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi > @@ -345,8 +345,6 @@ main_crypto: crypto@4e00000 { > #size-cells = <2>; > ranges = <0x0 0x04e00000 0x00 0x04e00000 0x0 0x30000>; > > - status = "okay"; > - > dmas = <&main_udmap 0xc000>, <&main_udmap 0x4000>, > <&main_udmap 0x4001>; > dma-names = "tx", "rx1", "rx2"; > -- Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
* Tero Kristo <t-kristo@ti.com> [201112 13:34]: > On 12/11/2020 03:49, Nishanth Menon wrote: > > The default state of a device tree node is "okay". There is no specific > > use of explicitly adding status = "okay" in the SoC dtsi. > > > > Fixes: 8ebcaaae8017 ("arm64: dts: ti: k3-j721e-main: Add crypto accelerator node") > > Fixes: b366b2409c97 ("arm64: dts: ti: k3-am6: Add crypto accelarator node") > > Signed-off-by: Nishanth Menon <nm@ti.com> > > Cc: Keerthy <j-keerthy@ti.com> > > Acked-by: Tero Kristo <t-kristo@ti.com> Reviewed-by: Tony Lindgren <tony@atomide.com>
diff --git a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi index 21e50021dd83..2bd66a9e4b1d 100644 --- a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi @@ -119,7 +119,6 @@ crypto: crypto@4e00000 { #address-cells = <2>; #size-cells = <2>; ranges = <0x0 0x04e00000 0x00 0x04e00000 0x0 0x30000>; - status = "okay"; dmas = <&main_udmap 0xc000>, <&main_udmap 0x4000>, <&main_udmap 0x4001>; diff --git a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi index b54332d6fdc5..9747c387385b 100644 --- a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi @@ -345,8 +345,6 @@ main_crypto: crypto@4e00000 { #size-cells = <2>; ranges = <0x0 0x04e00000 0x00 0x04e00000 0x0 0x30000>; - status = "okay"; - dmas = <&main_udmap 0xc000>, <&main_udmap 0x4000>, <&main_udmap 0x4001>; dma-names = "tx", "rx1", "rx2";
The default state of a device tree node is "okay". There is no specific use of explicitly adding status = "okay" in the SoC dtsi. Fixes: 8ebcaaae8017 ("arm64: dts: ti: k3-j721e-main: Add crypto accelerator node") Fixes: b366b2409c97 ("arm64: dts: ti: k3-am6: Add crypto accelarator node") Signed-off-by: Nishanth Menon <nm@ti.com> Cc: Keerthy <j-keerthy@ti.com> --- Changes since V1: - No change. V1: https://lore.kernel.org/linux-arm-kernel/20201104224356.18040-4-nm@ti.com/ arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 1 - arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 2 -- 2 files changed, 3 deletions(-)