From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kuninori Morimoto Date: Tue, 14 Jul 2015 04:55:25 +0000 Subject: [PATCH 0/3] ARM: shmobile: add sound missing parts on DT Message-Id: <877fq3basy.wl%kuninori.morimoto.gx@renesas.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org Hi Simon These patches are not so important, but useful, especially for debug/test. 1), 2) add missing sound label on DTS. 3) enables DPCM related sound card driver which is not used in upstream. But, it is needed if customer wants advanced sound feature. Kuninori Morimoto (3): 1) ARM: shmobile: lager: add sound label on DTS 2) ARM: shmobile: koelsch: add sound label on DTS 3) ARM: shmobile: defconfig: add Renesas DPCM Sound Card arch/arm/boot/dts/r8a7790-lager.dts | 2 +- arch/arm/boot/dts/r8a7791-koelsch.dts | 2 +- arch/arm/configs/shmobile_defconfig | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) Best regards --- Kuninori Morimoto