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

Peng Fan (OSS) posted 1 patch 3 years, 5 months ago
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
[PATCH] arm64: dts: imx93-pinfunc: drop execution permission
Posted by Peng Fan (OSS) 3 years, 5 months ago
From: Peng Fan <peng.fan@nxp.com>

Drop the header file execution permission

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 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
Re: [PATCH] arm64: dts: imx93-pinfunc: drop execution permission
Posted by Shawn Guo 3 years, 4 months ago
On Fri, Nov 04, 2022 at 01:49:42PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Drop the header file execution permission
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Added Fixes tag below:

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

Applied, thanks!