diff options
author | Fabio Estevam <festevam@denx.de> | 2023-09-07 21:12:37 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-09-25 03:47:19 +0200 |
commit | 7b2a19c8045aa6b6c9674e392a8fc1a622cc7d3a (patch) | |
tree | 093101a81ce6c691c5a9442158cdb2f53e5f0ece /arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx.dtsi | |
parent | arm64: dts: imx8ulp: Fix the SPI clock-names order (diff) | |
download | linux-7b2a19c8045aa6b6c9674e392a8fc1a622cc7d3a.tar.xz linux-7b2a19c8045aa6b6c9674e392a8fc1a622cc7d3a.zip |
arm64: dts: imx8mm/p-venice: Remove lis2de12 interrupt-names
According to st,st-sensors.yaml, the 'interrupt-names' property is
not a valid one.
Remove it to fix the following schema warnings:
imx8mp-venice-gw73xx-2x.dtb: accelerometer@19: 'interrupt-names' does not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/iio/st,st-sensors.yaml#
Signed-off-by: Fabio Estevam <festevam@denx.de>
Acked-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx.dtsi index 1800c6a4b1fc..4f859d0fec69 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx.dtsi @@ -138,7 +138,6 @@ st,drdy-int-pin = <1>; interrupt-parent = <&gpio4>; interrupts = <5 IRQ_TYPE_LEVEL_LOW>; - interrupt-names = "INT1"; }; }; |