linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx6dl-yapp4: Remove not-yet added support for sound from Crux
       [not found] <202112061855.SidQyicE-lkp@intel.com>
@ 2021-12-06 14:26 ` Michal Vokáč
  2021-12-06 14:54   ` Fabio Estevam
  2021-12-08 12:34   ` Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Michal Vokáč @ 2021-12-06 14:26 UTC (permalink / raw)
  To: Rob Herring, Shawn Guo
  Cc: Sascha Hauer, kernel, Fabio Estevam, NXP Linux Team, devicetree,
	linux-kernel, Michal Vokáč,
	kernel test robot

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 <lkp@intel.com>
Fixes: a4d744ac2bab ("ARM: dts: imx6dl-yapp4: Add Y Soft IOTA Crux/Crux+ board")
Signed-off-by: Michal Vokáč <michal.vokac@ysoft.com>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: imx6dl-yapp4: Remove not-yet added support for sound from Crux
  2021-12-06 14:26 ` [PATCH] ARM: dts: imx6dl-yapp4: Remove not-yet added support for sound from Crux Michal Vokáč
@ 2021-12-06 14:54   ` Fabio Estevam
  2021-12-08 12:34   ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2021-12-06 14:54 UTC (permalink / raw)
  To: Michal Vokáč
  Cc: Rob Herring, Shawn Guo, Sascha Hauer, Sascha Hauer,
	NXP Linux Team,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	linux-kernel, kernel test robot

On Mon, Dec 6, 2021 at 11:26 AM Michal Vokáč <michal.vokac@ysoft.com> 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 <lkp@intel.com>
> Fixes: a4d744ac2bab ("ARM: dts: imx6dl-yapp4: Add Y Soft IOTA Crux/Crux+ board")
> Signed-off-by: Michal Vokáč <michal.vokac@ysoft.com>

Reviewed-by: Fabio Estevam <festevam@gmail.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: imx6dl-yapp4: Remove not-yet added support for sound from Crux
  2021-12-06 14:26 ` [PATCH] ARM: dts: imx6dl-yapp4: Remove not-yet added support for sound from Crux Michal Vokáč
  2021-12-06 14:54   ` Fabio Estevam
@ 2021-12-08 12:34   ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2021-12-08 12:34 UTC (permalink / raw)
  To: Michal Vokáč
  Cc: Rob Herring, Sascha Hauer, kernel, Fabio Estevam, NXP Linux Team,
	devicetree, linux-kernel, kernel test robot

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 <lkp@intel.com>
> Fixes: a4d744ac2bab ("ARM: dts: imx6dl-yapp4: Add Y Soft IOTA Crux/Crux+ board")
> Signed-off-by: Michal Vokáč <michal.vokac@ysoft.com>

Amended, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-08 12:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <202112061855.SidQyicE-lkp@intel.com>
2021-12-06 14:26 ` [PATCH] ARM: dts: imx6dl-yapp4: Remove not-yet added support for sound from Crux Michal Vokáč
2021-12-06 14:54   ` Fabio Estevam
2021-12-08 12:34   ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).