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:
60cc43f
)
ARM: dts: imx25-pdk: Remove unneeded 'codec-handle' property
author
Fabio Estevam
<fabio.estevam@nxp.com>
Wed, 14 Mar 2018 17:39:35 +0000
(14:39 -0300)
committer
Shawn 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx25-pdk.dts
b/arch/arm/boot/dts/imx25-pdk.dts
index 7f9bd052b84ef1c222441b6a59032822eb21e2e9..7696e0c0aba514fc1ea30a6ee148dcb2ae7e3d61 100644
(file)
--- a/
arch/arm/boot/dts/imx25-pdk.dts
+++ b/
arch/arm/boot/dts/imx25-pdk.dts
@@
-291,7
+291,6
@@
};
&ssi1 {
- codec-handle = <&codec>;
status = "okay";
};