[PATCH] arm64: dts: qcom: sdm845-oneplus: Drop redundant status=okay

Krzysztof Kozlowski posted 1 patch 1 month ago
arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi | 1 -
1 file changed, 1 deletion(-)
[PATCH] arm64: dts: qcom: sdm845-oneplus: Drop redundant status=okay
Posted by Krzysztof Kozlowski 1 month ago
New nodes does not need to set the status as "okay", so drop one from
fuel gauge.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
---
 arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi
index 439779f308e3..d98e3b2f1c30 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi
@@ -510,7 +510,6 @@ &i2c10 {
 
 	bq27441_fg: bq27441-battery@55 {
 		compatible = "ti,bq27411";
-		status = "okay";
 		reg = <0x55>;
 	};
 };
-- 
2.53.0
Re: [PATCH] arm64: dts: qcom: sdm845-oneplus: Drop redundant status=okay
Posted by Bjorn Andersson 3 weeks, 5 days ago
On Thu, 27 Aug 2026 23:50:02 +0200, Krzysztof Kozlowski wrote:
> New nodes does not need to set the status as "okay", so drop one from
> fuel gauge.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: sdm845-oneplus: Drop redundant status=okay
      commit: 9b2bd56577a068f864114e3944ea5fb2b0b22ae5

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH] arm64: dts: qcom: sdm845-oneplus: Drop redundant status=okay
Posted by Abel Vesa 4 weeks, 1 day ago
On 26-08-27 23:50:02, Krzysztof Kozlowski wrote:
> New nodes does not need to set the status as "okay", so drop one from
> fuel gauge.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Reviewed-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
Re: [PATCH] arm64: dts: qcom: sdm845-oneplus: Drop redundant status=okay
Posted by Konrad Dybcio 4 weeks, 1 day ago
On 8/27/26 11:50 PM, Krzysztof Kozlowski wrote:
> New nodes does not need to set the status as "okay", so drop one from
> fuel gauge.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Konrad