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>
This commit is contained in:
Fabio Estevam 2018-03-14 14:39:35 -03:00 committed by Shawn Guo
parent 60cc43fc88
commit a2d0f54ed9
1 changed files with 0 additions and 1 deletions

View File

@ -291,7 +291,6 @@ MATRIX_KEY(0x3, 0x2, KEY_POWER)
};
&ssi1 {
codec-handle = <&codec>;
status = "okay";
};