diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-03-14 14:39:35 -0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-04-16 15:06:43 +0800 |
commit | a2d0f54ed900a02e1df366b1bb03b57ba39546e2 (patch) | |
tree | 6deca4a1e925c0e2527f68948a5a3eb4da2adee9 /arch/arm/boot/dts/imx25-pdk.dts | |
parent | 60cc43fc888428bb2f18f08997432d426a243338 (diff) |
ARM: dts: imx25-pdk: Remove unneeded 'codec-handle' property
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@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx25-pdk.dts')
-rw-r--r-- | arch/arm/boot/dts/imx25-pdk.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx25-pdk.dts b/arch/arm/boot/dts/imx25-pdk.dts index 7f9bd052b84e..7696e0c0aba5 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"; }; |