[PATCH 1/2] ARM: dts: imx25-pdk: Remove unneeded 'codec-handle' property
Fabio Estevam
festevam at gmail.com
Wed Mar 14 10:39:35 PDT 2018
From: Fabio Estevam <fabio.estevam at nxp.com>
The 'codec-handle' property is an optional one and there is really
no need to be used here.
As per the comment in the fsl_ssi driver:
"Backward compatible for older bindings by manually triggering the
machine driver's probe()."
,so just remove such uneeded property.
Signed-off-by: Fabio Estevam <fabio.estevam at nxp.com>
---
arch/arm/boot/dts/imx25-pdk.dts | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/boot/dts/imx25-pdk.dts b/arch/arm/boot/dts/imx25-pdk.dts
index 7f9bd05..7696e0c0 100644
--- a/arch/arm/boot/dts/imx25-pdk.dts
+++ b/arch/arm/boot/dts/imx25-pdk.dts
@@ -291,7 +291,6 @@
};
&ssi1 {
- codec-handle = <&codec>;
status = "okay";
};
--
2.7.4
More information about the linux-arm-kernel
mailing list