diff mbox series

ARM: dts: imx6qdl-gw591: Remove lis2de12 interrupt-names

Message ID 20230907225807.574016-1-festevam@gmail.com (mailing list archive)
State New, archived
Headers show
Series ARM: dts: imx6qdl-gw591: Remove lis2de12 interrupt-names | expand

Commit Message

Fabio Estevam Sept. 7, 2023, 10:58 p.m. UTC
From: Fabio Estevam <festevam@denx.de>

According to st,st-sensors.yaml, the 'interrupt-names' property is
not a valid one.

Remove it to fix the following schema warnings:

imx6dl-gw5912.dtb: accel@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>
---
 arch/arm/boot/dts/nxp/imx/imx6qdl-gw5910.dtsi | 1 -
 arch/arm/boot/dts/nxp/imx/imx6qdl-gw5912.dtsi | 1 -
 2 files changed, 2 deletions(-)

Comments

Tim Harvey Sept. 12, 2023, 11:06 p.m. UTC | #1
On Thu, Sep 7, 2023 at 3:58 PM Fabio Estevam <festevam@gmail.com> wrote:
>
> From: Fabio Estevam <festevam@denx.de>
>
> According to st,st-sensors.yaml, the 'interrupt-names' property is
> not a valid one.
>
> Remove it to fix the following schema warnings:
>
> imx6dl-gw5912.dtb: accel@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>
> ---
>  arch/arm/boot/dts/nxp/imx/imx6qdl-gw5910.dtsi | 1 -
>  arch/arm/boot/dts/nxp/imx/imx6qdl-gw5912.dtsi | 1 -
>  2 files changed, 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/nxp/imx/imx6qdl-gw5910.dtsi b/arch/arm/boot/dts/nxp/imx/imx6qdl-gw5910.dtsi
> index 218d6e667ed2..424dc7fcd533 100644
> --- a/arch/arm/boot/dts/nxp/imx/imx6qdl-gw5910.dtsi
> +++ b/arch/arm/boot/dts/nxp/imx/imx6qdl-gw5910.dtsi
> @@ -326,7 +326,6 @@ accel@19 {
>                 st,drdy-int-pin = <1>;
>                 interrupt-parent = <&gpio7>;
>                 interrupts = <13 0>;
> -               interrupt-names = "INT1";
>         };
>  };
>
> diff --git a/arch/arm/boot/dts/nxp/imx/imx6qdl-gw5912.dtsi b/arch/arm/boot/dts/nxp/imx/imx6qdl-gw5912.dtsi
> index de5983cf7810..49ea25c71967 100644
> --- a/arch/arm/boot/dts/nxp/imx/imx6qdl-gw5912.dtsi
> +++ b/arch/arm/boot/dts/nxp/imx/imx6qdl-gw5912.dtsi
> @@ -307,7 +307,6 @@ accel@19 {
>                 st,drdy-int-pin = <1>;
>                 interrupt-parent = <&gpio7>;
>                 interrupts = <13 0>;
> -               interrupt-names = "INT1";
>         };
>  };
>
> --
> 2.34.1
>

Hi Fabio,

Acked-by: Tim Harvey <tharvey@gateworks.com>

Best regards,

Tim
Shawn Guo Sept. 25, 2023, 1:48 a.m. UTC | #2
On Thu, Sep 07, 2023 at 07:58:07PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> According to st,st-sensors.yaml, the 'interrupt-names' property is
> not a valid one.
> 
> Remove it to fix the following schema warnings:
> 
> imx6dl-gw5912.dtb: accel@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>

Applied, thanks!
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/nxp/imx/imx6qdl-gw5910.dtsi b/arch/arm/boot/dts/nxp/imx/imx6qdl-gw5910.dtsi
index 218d6e667ed2..424dc7fcd533 100644
--- a/arch/arm/boot/dts/nxp/imx/imx6qdl-gw5910.dtsi
+++ b/arch/arm/boot/dts/nxp/imx/imx6qdl-gw5910.dtsi
@@ -326,7 +326,6 @@  accel@19 {
 		st,drdy-int-pin = <1>;
 		interrupt-parent = <&gpio7>;
 		interrupts = <13 0>;
-		interrupt-names = "INT1";
 	};
 };
 
diff --git a/arch/arm/boot/dts/nxp/imx/imx6qdl-gw5912.dtsi b/arch/arm/boot/dts/nxp/imx/imx6qdl-gw5912.dtsi
index de5983cf7810..49ea25c71967 100644
--- a/arch/arm/boot/dts/nxp/imx/imx6qdl-gw5912.dtsi
+++ b/arch/arm/boot/dts/nxp/imx/imx6qdl-gw5912.dtsi
@@ -307,7 +307,6 @@  accel@19 {
 		st,drdy-int-pin = <1>;
 		interrupt-parent = <&gpio7>;
 		interrupts = <13 0>;
-		interrupt-names = "INT1";
 	};
 };