]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
ARM: dts: imx25-pdk: Remove unneeded 'codec-handle' property
authorFabio Estevam <fabio.estevam@nxp.com>
Wed, 14 Mar 2018 17:39:35 +0000 (14:39 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 16 Apr 2018 07:06:43 +0000 (15:06 +0800)
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>
arch/arm/boot/dts/imx25-pdk.dts

index 7f9bd052b84ef1c222441b6a59032822eb21e2e9..7696e0c0aba514fc1ea30a6ee148dcb2ae7e3d61 100644 (file)
 };
 
 &ssi1 {
-       codec-handle = <&codec>;
        status = "okay";
 };