Skip to content

Commit

Permalink
drivers: espi: Microchip MEC172x child host device interrupt priorities
Browse files Browse the repository at this point in the history
Set default interrupt priority to 3 for all Microchip MEC172x eSPI
host child devices except the UART's which are set to 1.
The espi peripherals don't require the maximum priority hence they
are being made uniform and a lower priority 3.

Signed-off-by: Jay Vasanth <[email protected]>
  • Loading branch information
jvasanth1 authored and MaureenHelm committed Oct 28, 2022
1 parent 0976343 commit 5780946
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dts/arm/microchip/mec172xnsz.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@
mbox0: mbox@400f0000 {
compatible = "microchip,xec-espi-host-dev";
reg = <0x400f0000 0x200>;
interrupts = <60 0>;
interrupts = <60 3>;
girqs = < MCHP_XEC_ECIA(15, 20, 7, 60) >;
pcrs = <2 17>;
ldn = <0>;
Expand Down Expand Up @@ -910,7 +910,7 @@
uart0: uart@400f2400 {
compatible = "microchip,xec-uart";
reg = <0x400f2400 0x400>;
interrupts = <40 0>;
interrupts = <40 1>;
clock-frequency = <1843200>;
current-speed = <38400>;
girqs = <15 0>;
Expand All @@ -921,7 +921,7 @@
uart1: uart@400f2800 {
compatible = "microchip,xec-uart";
reg = <0x400f2800 0x400>;
interrupts = <41 0>;
interrupts = <41 1>;
clock-frequency = <1843200>;
current-speed = <38400>;
girqs = <15 1>;
Expand All @@ -932,31 +932,31 @@
emi0: emi@400f4000 {
compatible = "microchip,xec-espi-host-dev";
reg = <0x400f4000 0x400>;
interrupts = <42 0>;
interrupts = <42 3>;
girqs = < MCHP_XEC_ECIA(15, 2, 7, 42) >;
ldn = <16>;
status = "disabled";
};
emi1: emi@400f4400 {
compatible = "microchip,xec-espi-host-dev";
reg = <0x400f4400 0x400>;
interrupts = <43 0>;
interrupts = <43 3>;
girqs = < MCHP_XEC_ECIA(15, 3, 7, 43) >;
ldn = <17>;
status = "disabled";
};
emi2: emi@400f4800 {
compatible = "microchip,xec-espi-host-dev";
reg = <0x400f4800 0x400>;
interrupts = <44 0>;
interrupts = <44 3>;
girqs = < MCHP_XEC_ECIA(15, 4, 7, 44) >;
ldn = <18>;
status = "disabled";
};
rtc0: rtc@400f5000 {
compatible = "microchip,xec-espi-host-dev";
reg = <0x400f5000 0x100>;
interrupts = <119 0>, <120 0>;
interrupts = <119 3>, <120 3>;
girqs = < MCHP_XEC_ECIA(21, 8, 13, 119)
MCHP_XEC_ECIA(21, 9, 13, 120) >;
pcrs = <2 18>;
Expand Down

0 comments on commit 5780946

Please sign in to comment.