summaryrefslogtreecommitdiff
path: root/arch/arm/dts/am3517-evm-ui.dtsi
AgeCommit message (Collapse)AuthorFilesLines
2021-09-11ARM: dts: Fix node status to "okay" on TI boardsRoger Quadros1-2/+2
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>
2018-12-07ARM: DTS: Resync am3517-evm.dts with Linux 4.20Adam Ford1-0/+220
The DTS file for the AM3517 had the incorrect CD polarity. Resync with the fixed DTS file from Linux. Signed-off-by: Adam Ford <aford173@gmail.com>