2022-11-04 06:10:23

by Peng Fan (OSS)

[permalink] [raw]
Subject: [PATCH] arm64: dts: imx93-pinfunc: drop execution permission

From: Peng Fan <[email protected]>

Drop the header file execution permission

Signed-off-by: Peng Fan <[email protected]>
---
arch/arm64/boot/dts/freescale/imx93-pinfunc.h | 0
1 file changed, 0 insertions(+), 0 deletions(-)
mode change 100755 => 100644 arch/arm64/boot/dts/freescale/imx93-pinfunc.h

diff --git a/arch/arm64/boot/dts/freescale/imx93-pinfunc.h b/arch/arm64/boot/dts/freescale/imx93-pinfunc.h
old mode 100755
new mode 100644
--
2.37.1



2022-11-11 07:29:47

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: imx93-pinfunc: drop execution permission

On Fri, Nov 04, 2022 at 01:49:42PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <[email protected]>
>
> Drop the header file execution permission
>
> Signed-off-by: Peng Fan <[email protected]>

Added Fixes tag below:

Fixes: ec8b5b5058ea ("arm64: dts: freescale: Add i.MX93 dtsi support")

Applied, thanks!