We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45219c commit d182bcfCopy full SHA for d182bcf
arch/arm64/boot/dts/amlogic/meson-axg.dtsi
@@ -1886,7 +1886,7 @@
1886
sd_emmc_b: sd@5000 {
1887
compatible = "amlogic,meson-axg-mmc";
1888
reg = <0x0 0x5000 0x0 0x800>;
1889
- interrupts = <GIC_SPI 217 IRQ_TYPE_EDGE_RISING>;
+ interrupts = <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>;
1890
status = "disabled";
1891
clocks = <&clkc CLKID_SD_EMMC_B>,
1892
<&clkc CLKID_SD_EMMC_B_CLK0>,
@@ -1898,7 +1898,7 @@
1898
sd_emmc_c: mmc@7000 {
1899
1900
reg = <0x0 0x7000 0x0 0x800>;
1901
- interrupts = <GIC_SPI 218 IRQ_TYPE_EDGE_RISING>;
+ interrupts = <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>;
1902
1903
clocks = <&clkc CLKID_SD_EMMC_C>,
1904
<&clkc CLKID_SD_EMMC_C_CLK0>,
0 commit comments