board: lsxl: convert to DM_GPIO
authorMichael Walle <michael@walle.cc>
Wed, 17 Aug 2022 19:38:04 +0000 (21:38 +0200)
committerStefan Roese <sr@denx.de>
Tue, 23 Aug 2022 10:40:06 +0000 (12:40 +0200)
commit7c9bd92eeaa1ad4abacd5bd64fea20f75bc3d1e5
treecd7e7fdb3955fd322acaa829d1a3a884654ba382
parentaa088beac3aca0dd9b40f60b0b1e5ab1c6bae471
board: lsxl: convert to DM_GPIO

Use the new mvebu GPIO driver and convert all the function calls to the
former kirkwood GPIO driver. This means that we are now using the LED
uclass and the regulator uclass. Unfortunately, the GPIO LED doesn't
offer a blinking method. Thus we are now stuck with solid on and off
states, which makes debugging a bit harder. Also, there is no GPIO fan
driver for now.

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/dts/kirkwood-lschlv2-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/kirkwood-lsxhl-u-boot.dtsi [new file with mode: 0644]
board/buffalo/lsxl/lsxl.c
configs/lschlv2_defconfig
configs/lsxhl_defconfig