2021-12-06 14:26:16

by Michal Vokáč

[permalink] [raw]
Subject: [PATCH] ARM: dts: imx6dl-yapp4: Remove not-yet added support for sound from Crux

Remove mistakingly added support for audio codec. We support the coded
by our downstream patches but the appropriate driver and bindings are not
in mainline yet.

Reported-by: kernel test robot <[email protected]>
Fixes: a4d744ac2bab ("ARM: dts: imx6dl-yapp4: Add Y Soft IOTA Crux/Crux+ board")
Signed-off-by: Michal Vokáč <[email protected]>
---
arch/arm/boot/dts/imx6q-yapp4-crux.dts | 22 --------------------
arch/arm/boot/dts/imx6qp-yapp4-crux-plus.dts | 22 --------------------
2 files changed, 44 deletions(-)

diff --git a/arch/arm/boot/dts/imx6q-yapp4-crux.dts b/arch/arm/boot/dts/imx6q-yapp4-crux.dts
index deb18c57cf18..15f4824a5142 100644
--- a/arch/arm/boot/dts/imx6q-yapp4-crux.dts
+++ b/arch/arm/boot/dts/imx6q-yapp4-crux.dts
@@ -17,22 +17,10 @@ memory@10000000 {
};
};

-&audmux {
- status = "okay";
-};
-
-&codec {
- status = "okay";
-};
-
&gpio_oled {
status = "okay";
};

-&i2c1 {
- status = "okay";
-};
-
&leds {
status = "okay";
};
@@ -49,16 +37,6 @@ &reg_usb_h1_vbus {
status = "okay";
};

-&sound {
- audio-routing =
- "Ext Spk", "LSOUT";
- status = "okay";
-};
-
-&ssi2 {
- status = "okay";
-};
-
&touchkeys {
status = "okay";
};
diff --git a/arch/arm/boot/dts/imx6qp-yapp4-crux-plus.dts b/arch/arm/boot/dts/imx6qp-yapp4-crux-plus.dts
index a450a77f920f..cea165f2161a 100644
--- a/arch/arm/boot/dts/imx6qp-yapp4-crux-plus.dts
+++ b/arch/arm/boot/dts/imx6qp-yapp4-crux-plus.dts
@@ -17,22 +17,10 @@ memory@10000000 {
};
};

-&audmux {
- status = "okay";
-};
-
-&codec {
- status = "okay";
-};
-
&gpio_oled {
status = "okay";
};

-&i2c1 {
- status = "okay";
-};
-
&leds {
status = "okay";
};
@@ -49,16 +37,6 @@ &reg_usb_h1_vbus {
status = "okay";
};

-&sound {
- audio-routing =
- "Ext Spk", "LSOUT";
- status = "okay";
-};
-
-&ssi2 {
- status = "okay";
-};
-
&touchkeys {
status = "okay";
};
--
2.25.1



2021-12-06 14:54:29

by Fabio Estevam

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: imx6dl-yapp4: Remove not-yet added support for sound from Crux

On Mon, Dec 6, 2021 at 11:26 AM Michal Vokáč <[email protected]> wrote:
>
> Remove mistakingly added support for audio codec. We support the coded
> by our downstream patches but the appropriate driver and bindings are not
> in mainline yet.
>
> Reported-by: kernel test robot <[email protected]>
> Fixes: a4d744ac2bab ("ARM: dts: imx6dl-yapp4: Add Y Soft IOTA Crux/Crux+ board")
> Signed-off-by: Michal Vokáč <[email protected]>

Reviewed-by: Fabio Estevam <[email protected]>

2021-12-08 12:34:29

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: imx6dl-yapp4: Remove not-yet added support for sound from Crux

On Mon, Dec 06, 2021 at 03:26:01PM +0100, Michal Vokáč wrote:
> Remove mistakingly added support for audio codec. We support the coded
> by our downstream patches but the appropriate driver and bindings are not
> in mainline yet.
>
> Reported-by: kernel test robot <[email protected]>
> Fixes: a4d744ac2bab ("ARM: dts: imx6dl-yapp4: Add Y Soft IOTA Crux/Crux+ board")
> Signed-off-by: Michal Vokáč <[email protected]>

Amended, thanks!