[PATCH 1/5] arm64: dts: qcom: msm8998-sony-yoshino: Drop extra bias-disable
From: Konrad Dybcio
Date: Wed Jun 10 2026 - 07:49:58 EST
From: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
The msm8998-common i2c5 pin sleep state is defined with a pull-up. The
Sony Yoshino DTSI attempts to override that to bias-disable without
removing the existing bias-pull-up. Remove the override and use the
common definition to resolve a dt checker warning.
The change itself shouldn't have any functional effect, maybe except
a miniscule increase in power usage. The defaults may need revisiting
at a later date either way.
Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino.dtsi | 4 ----
1 file changed, 4 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino.dtsi b/arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino.dtsi
index 3650f2501886..04d4741cdb5f 100644
--- a/arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino.dtsi
@@ -229,10 +229,6 @@ rmi4-f11@11 {
};
};
-&blsp1_i2c5_sleep {
- bias-disable;
-};
-
&blsp1_uart3 {
status = "okay";
--
2.54.0