summaryrefslogtreecommitdiff
path: root/arch/arm/dts/am3517-evm-ui.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* arm: dts: am3x: Non-functional changes sync with v6.3-rc6Andrew Davis2023-04-241-14/+14
| | | | | | | This is a collection of all the whitespace, renames, comment, and other changes that should not change the DT functionality from Linux v6.3-rc6. Signed-off-by: Andrew Davis <afd@ti.com>
* dts: add missing linux,code in gpio-keysDzmitry Sankouski2023-02-101-1/+1
| | | | | | | | | | | | | | gpio-keys linux driver enforces user to specify linux,code. Add missing linux,code before implementing button input support. - arch/arm/dts/rk3288-popmetal.dtsi -> KEY_POWER - arch/arm/dts/rk3288-tinker.dtsi -> KEY_POWER - arch/arm/dts/am3517-evm-ui.dtsi -> KEY_RECORD - sandbox/dts/sandbox.dtsi -> BTN_1 - sandbox/dts/sandbox.dts -> BTN_1 Signed-off-by: Dzmitry Sankouski <dsankouski@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
* ARM: dts: am3517-evm: Sync DTS with Linux 5.17-rc5Adam Ford2022-03-101-5/+2
| | | | | | | | | Sync the am3517-evm device tree files with those from Linux 5.17-rc5 with some additional fixes for pinmuxing Ethernet and moving the pinmux references to the respective peripherals. Signed-off-by: Adam Ford <aford173@gmail.com> Tested-by: Derald D. Woods <woods.technical@gmail.com>
* ARM: dts: Fix node status to "okay" on TI boardsRoger Quadros2021-09-101-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>
* ARM: DTS: Resync am3517-evm.dts with Linux 4.20Adam Ford2018-12-071-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>