diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-03-14 18:39:36 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-04-16 09:06:57 +0200 |
commit | f9d7af0752771bd71f4382d0eb20f5dda58f1a4a (patch) | |
tree | 00cbd915f1b573987b9216ad8df366b6f246b054 /arch/arm/boot/dts/imx53-tx53.dtsi | |
parent | ARM: dts: imx25-pdk: Remove unneeded 'codec-handle' property (diff) | |
download | linux-f9d7af0752771bd71f4382d0eb20f5dda58f1a4a.tar.xz linux-f9d7af0752771bd71f4382d0eb20f5dda58f1a4a.zip |
ARM: dts: imx53-tx53: 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/imx53-tx53.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx53-tx53.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53-tx53.dtsi b/arch/arm/boot/dts/imx53-tx53.dtsi index 69a2af7d6c11..77f2ce9f1e41 100644 --- a/arch/arm/boot/dts/imx53-tx53.dtsi +++ b/arch/arm/boot/dts/imx53-tx53.dtsi @@ -550,7 +550,6 @@ }; &ssi1 { - codec-handle = <&sgtl5000>; status = "okay"; }; |