OSDN Git Service

ARM: dts: imx53-tx53: Remove unneeded 'codec-handle' property
authorFabio Estevam <fabio.estevam@nxp.com>
Wed, 14 Mar 2018 17:39:36 +0000 (14:39 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 16 Apr 2018 07:06:57 +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/imx53-tx53.dtsi

index 69a2af7..77f2ce9 100644 (file)
 };
 
 &ssi1 {
-       codec-handle = <&sgtl5000>;
        status = "okay";
 };