Merge branch 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas...
authorOlof Johansson <olof@lixom.net>
Tue, 29 Jan 2013 17:02:05 +0000 (09:02 -0800)
committerOlof Johansson <olof@lixom.net>
Tue, 29 Jan 2013 17:02:47 +0000 (09:02 -0800)
From Simon Horman, updates to a few shmobile boards.

* 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
  ARM: shmobile: Include sh73a0 DTSI in kzm9g
  ARM: shmobile: Include DTSI of r8a7740 to armadillo800eva
  ARM: shmobile: kzm9g: Use of_machine_is_compatible()
  ARM: shmobile: add sample amixer settings for armadillo800eva
  ARM: shmobile: add sample amixer settings for ap4evb
  ARM: shmobile: fix sample amixer settings for mackerel
  ARM: mackerel: include the correct .dtsi file

Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/r8a7740-armadillo800eva.dts
arch/arm/boot/dts/sh7372-mackerel.dts
arch/arm/boot/dts/sh73a0-kzm9g.dts
arch/arm/mach-shmobile/board-ap4evb.c
arch/arm/mach-shmobile/board-armadillo800eva.c
arch/arm/mach-shmobile/board-kzm9g.c
arch/arm/mach-shmobile/board-mackerel.c

index 52cfeadd2cddb3f7836dff2a3777b2547befaa6e..93da655b2598982e9e0635ad4bedd5477d002eb5 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 /dts-v1/;
-/include/ "skeleton.dtsi"
+/include/ "r8a7740.dtsi"
 
 / {
        model = "armadillo 800 eva";
index 2623de8e349729bc84e7a586b1e7d5c4a4806820..8acf51e0cdae8b10bdda5d875a61f4c9e543e19c 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 /dts-v1/;
-/include/ "skeleton.dtsi"
+/include/ "sh7372.dtsi"
 
 / {
        model = "Mackerel (AP4 EVM 2nd)";
index 9a438795315fbf47e2b56290011136ffd251c452..7c4071e7790c34f180e990db3b89293cb8665f1f 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 /dts-v1/;
-/include/ "skeleton.dtsi"
+/include/ "sh73a0.dtsi"
 
 / {
        model = "KZM-A9-GT";
index 99ef190d0909d5ee5bf633efd0b660061244e71b..70d287c28a625f39081f23de73118a8d5801966b 100644 (file)
  *
  * SW41        :  ON : SH-Mobile AP4 Audio Mode
  *     : OFF : Bluetooth Audio Mode
+ *
+ * it needs amixer settings for playing
+ *
+ * amixer set "Headphone Enable" on
  */
 
 /*
index 5353adf6b828a55446933e070968c9b4bec20a94..5f179e1cb15725adf86e2e7981534da844c66bac 100644 (file)
  * this command is required when playback.
  *
  * # amixer set "Headphone" 50
+ *
+ * this command is required when capture.
+ *
+ * # amixer set "Input PGA" 15
+ * # amixer set "Left Input Mixer MicP" on
+ * # amixer set "Left Input Mixer MicN" on
+ * # amixer set "Right Input Mixer MicN" on
+ * # amixer set "Right Input Mixer MicP" on
  */
 
 /*
index c02448d6847f40aba1d2906e9957e376aecd0df4..eadf309dd473855a8db254ba2bb21d5f20624fa2 100644 (file)
@@ -623,7 +623,7 @@ static int __init as3711_enable_lcdc_backlight(void)
                0x45, 0xf0,
        };
 
-       if (!machine_is_kzm9g())
+       if (!of_machine_is_compatible("renesas,kzm9g"))
                return 0;
 
        if (!a)
index 2fed62f660459ccae4b08f8548543309587eb0fc..002eaf689f8ff51fadfb0c811799e2f2a75ee152 100644 (file)
  *
  * it needs amixer settings for playing
  *
- * amixer set "Headphone" on
- * amixer set "HPOUTL Mixer DACH" on
- * amixer set "HPOUTR Mixer DACH" on
+ * amixer set "Headphone Enable" on
  */
 
 /* Fixed 3.3V and 1.8V regulators to be used by multiple devices */
This page took 0.050338 seconds and 5 git commands to generate.