diff options
author | 2021-02-14 09:12:43 +0300 | |
---|---|---|
committer | 2021-03-15 14:13:43 +0800 | |
commit | 5e27eeec3b89078f3590b64ce71e239e292200b0 (patch) | |
tree | d28af122ab9452b07a75f621df28b58812c543b1 | |
parent | ARM: dts: imx53-qsb: Describe the esdhc1 card detect pin (diff) | |
download | linux-dev-5e27eeec3b89078f3590b64ce71e239e292200b0.tar.xz linux-dev-5e27eeec3b89078f3590b64ce71e239e292200b0.zip |
ARM: dts: imx6qdl-ts7970: Drop redundant "fsl,mode" option
The operating mode is used for the AC97 interface only,
so lets drop the excess fsl,mode item from SSI node.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-ts7970.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-ts7970.dtsi b/arch/arm/boot/dts/imx6qdl-ts7970.dtsi index e6aa0c33754d..fded07f370b3 100644 --- a/arch/arm/boot/dts/imx6qdl-ts7970.dtsi +++ b/arch/arm/boot/dts/imx6qdl-ts7970.dtsi @@ -506,7 +506,6 @@ }; &ssi1 { - fsl,mode = "i2s-slave"; status = "okay"; }; |