diff options
| author | Chris Packham <[email protected]> | 2022-08-04 21:06:23 +1200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2022-08-09 08:58:27 +0200 |
| commit | d1471948f336be8cd754cdc2d826e47e8d3e6c2c (patch) | |
| tree | 99491cce8153a34fbc1c99eaf6b5827d681fe39f /arch | |
| parent | c8ef618ae1ab00bb491c14449f44c92047ede3d7 (diff) | |
ARM: kirkwood: SBx81LIFKW: remove direct access of GPIO registers
Replace code that accessed the GPIO registers directly with code that
makes use of the LED_GPIO driver.
Signed-off-by: Chris Packham <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/kirkwood-atl-sbx81lifkw.dts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/dts/kirkwood-atl-sbx81lifkw.dts b/arch/arm/dts/kirkwood-atl-sbx81lifkw.dts index 4ae74f4316e..3837c8f77fe 100644 --- a/arch/arm/dts/kirkwood-atl-sbx81lifkw.dts +++ b/arch/arm/dts/kirkwood-atl-sbx81lifkw.dts @@ -70,6 +70,20 @@ }; }; }; + + gpio-leds { + compatible = "gpio-leds"; + + ledn { + label = "status:ledn"; + gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>; + }; + + ledp { + label = "status:ledp"; + gpios = <&gpio0 18 GPIO_ACTIVE_HIGH>; + }; + }; }; &spi0 { |
