summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mentz <danielmentz@google.com>2023-01-17 12:20:47 -0800
committerDaniel Mentz <danielmentz@google.com>2023-01-17 12:20:47 -0800
commitf481ea5eb69abe6e0b196d6414b65f5d3b324910 (patch)
treef0da2abbbe9576116673f5acf0e59376c929acec
parent805c9df94f618669854ac1c5ff44be658a5cfbc0 (diff)
downloadtangorpro-f481ea5eb69abe6e0b196d6414b65f5d3b324910.tar.gz
arm64/dts: tangorpro: Remove status property from lcd-bias
Remove the property status = "okay"; from the following two nodes tps65132_bias: lcd-bias@3e rt4801_bias: lcd-bias@73 The kernel appears to assume the value "okay" if the property status is absent. Bug: 265256786 Fixes: 1da07fe ("arm64/dts: tangorpro: add lcd bias device tree entry") Change-Id: I947e708b2e6ae7158658616ca84b95ba7904c93d Signed-off-by: Daniel Mentz <danielmentz@google.com>
-rw-r--r--dts/gs201-tangorpro-display.dtsi2
1 files changed, 0 insertions, 2 deletions
diff --git a/dts/gs201-tangorpro-display.dtsi b/dts/gs201-tangorpro-display.dtsi
index 178390b..cf9923a 100644
--- a/dts/gs201-tangorpro-display.dtsi
+++ b/dts/gs201-tangorpro-display.dtsi
@@ -104,7 +104,6 @@
* If bootloader probed rt4801_bias successfully, it will change
* tps65132_bias to status = "disabled"
*/
- status = "okay";
compatible = "ti,tps65132";
reg = <0x3e>;
@@ -129,7 +128,6 @@
* If bootloader probed tps65132_bias successfully, it will change
* rt4801_bias to status = "disabled"
*/
- status = "okay";
compatible = "richtek,rt4801";
reg = <0x73>;
enable-gpios = <&gpp23 1 GPIO_ACTIVE_HIGH>;