arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S i.MX8MM module
[ Upstream commit8d0f39b7d0] The level of the interrupt signal is active low instead. Fix this. Fixes:de9618e84f("arm64: dts: Add support for Kontron SL/BL i.MX8MM OSM-S") Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
795fb93bde
commit
4f4f1e2dee
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@
|
|||
reg = <0x52>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_rtc>;
|
||||
interrupts-extended = <&gpio4 1 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupts-extended = <&gpio4 1 IRQ_TYPE_LEVEL_LOW>;
|
||||
trickle-diode-disable;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue