mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 12:11:59 +02:00
riscv: dts: microchip: add adc interrupt on beaglev-fire
The mcp3464r on the beaglev-fire has its interrupt wired up, but not present in the devicetree. Add it. Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
This commit is contained in:
parent
044427ff27
commit
11cec5d0f5
|
|
@ -4,6 +4,7 @@
|
|||
/dts-v1/;
|
||||
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
#include <dt-bindings/interrupt-controller/irq.h>
|
||||
#include "mpfs.dtsi"
|
||||
#include "mpfs-beaglev-fire-fabric.dtsi"
|
||||
|
||||
|
|
@ -255,6 +256,7 @@ adc@0 {
|
|||
spi-cpha;
|
||||
spi-max-frequency = <5000000>;
|
||||
microchip,hw-device-address = <1>;
|
||||
interrupts-extended = <&gpio1 20 IRQ_TYPE_LEVEL_LOW>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "okay";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user