[PATCH] arm64: dts: amlogic: meson-sm1-odroid: drop redundant status=okay

Krzysztof Kozlowski posted 1 patch 2 years, 6 months ago
arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi | 1 -
1 file changed, 1 deletion(-)
[PATCH] arm64: dts: amlogic: meson-sm1-odroid: drop redundant status=okay
Posted by Krzysztof Kozlowski 2 years, 6 months ago
status=okay is by default.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi b/arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi
index 2fce44939f45..cdb80e0a7718 100644
--- a/arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi
@@ -181,7 +181,6 @@ sound {
 		assigned-clock-rates = <294912000>,
 				       <270950400>,
 				       <393216000>;
-		status = "okay";
 
 		dai-link-0 {
 			sound-dai = <&frddr_a>;
-- 
2.34.1
Re: [PATCH] arm64: dts: amlogic: meson-sm1-odroid: drop redundant status=okay
Posted by Krzysztof Kozlowski 2 years, 6 months ago
On 31/07/2023 11:04, Krzysztof Kozlowski wrote:
> status=okay is by default.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi | 1 -
>  1 file changed, 1 deletion(-)

I found few more...

Best regards,
Krzysztof
Re: [PATCH] arm64: dts: amlogic: meson-sm1-odroid: drop redundant status=okay
Posted by Neil Armstrong 2 years, 6 months ago
On 31/07/2023 11:19, Krzysztof Kozlowski wrote:
> On 31/07/2023 11:04, Krzysztof Kozlowski wrote:
>> status=okay is by default.
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> ---
>>   arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi | 1 -
>>   1 file changed, 1 deletion(-)
> 
> I found few more...

You're faster than me, I planned to get rid of them this week!

Neil

> 
> Best regards,
> Krzysztof
>
Re: [PATCH] arm64: dts: amlogic: meson-sm1-odroid: drop redundant status=okay
Posted by Neil Armstrong 2 years, 6 months ago
On 31/07/2023 11:04, Krzysztof Kozlowski wrote:
> status=okay is by default.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>   arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi b/arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi
> index 2fce44939f45..cdb80e0a7718 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi
> +++ b/arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi
> @@ -181,7 +181,6 @@ sound {
>   		assigned-clock-rates = <294912000>,
>   				       <270950400>,
>   				       <393216000>;
> -		status = "okay";
>   
>   		dai-link-0 {
>   			sound-dai = <&frddr_a>;

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>