summaryrefslogtreecommitdiff
path: root/arch/arm/dts/am3517-evm.dts
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@kernel.org>2021-08-24 14:07:27 +0300
committerTom Rini <trini@konsulko.com>2021-09-10 20:10:20 -0400
commit72f78c69185f9fe13f36454f3eeb08057872510c (patch)
treee6360cfb0898dd1d57430923ac7deac2f890eb6d /arch/arm/dts/am3517-evm.dts
parent7d67334dfe9ce6a9f5ef3e9b95dd87ef482002b0 (diff)
ARM: dts: Fix node status to "okay" on TI boards
As per Device Tree Specification [1], the status parameter of nodes can be "okay", "disabled", etc. "ok" is not a valid parameter. U-boot Driver Model does not recognize status="ok" either and treats the node as disabled. [1] https://github.com/devicetree-org/devicetree-specification/releases/tag/v0.3 Signed-off-by: Roger Quadros <rogerq@kernel.org> Reviewed-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'arch/arm/dts/am3517-evm.dts')
-rw-r--r--arch/arm/dts/am3517-evm.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/am3517-evm.dts b/arch/arm/dts/am3517-evm.dts
index 3527c0f2df..935c471c97 100644
--- a/arch/arm/dts/am3517-evm.dts
+++ b/arch/arm/dts/am3517-evm.dts
@@ -193,7 +193,7 @@
};
&dss {
- status = "ok";
+ status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&dss_dpi_pins>;