projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2d0f54
)
ARM: dts: imx53-tx53: Remove unneeded 'codec-handle' property
author
Fabio Estevam
<fabio.estevam@nxp.com>
Wed, 14 Mar 2018 17:39:36 +0000
(14:39 -0300)
committer
Shawn 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx53-tx53.dtsi
b/arch/arm/boot/dts/imx53-tx53.dtsi
index 69a2af7d6c115b1596ac1690d0397e9a6fe09509..77f2ce9f1e41f0324eae416b6844468becd8ed3f 100644
(file)
--- 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";
};