From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A8032C64E7B for ; Thu, 26 Nov 2020 07:34:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4FA2121D7F for ; Thu, 26 Nov 2020 07:34:06 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="BXS34bF3" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388611AbgKZHdx (ORCPT ); Thu, 26 Nov 2020 02:33:53 -0500 Received: from mail.kernel.org ([198.145.29.99]:45248 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730581AbgKZHdq (ORCPT ); Thu, 26 Nov 2020 02:33:46 -0500 Received: from wens.tw (mirror2.csie.ntu.edu.tw [140.112.30.76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 241EA21D81; Thu, 26 Nov 2020 07:33:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1606376026; bh=AyBcETcUXHxQfpaJ1Qc1wfZW0HDdZWtar/7MThviV7k=; h=From:To:Cc:Subject:Date:From; b=BXS34bF3soW3uEkltzK98lPgXOPl1h80ch3LmkzhJ4p7AccviksHpaQb7ITQoeuOy NapmNuXxiUKjdq0SafsBpl/M6STWrm0SqiTxXrD0xgcMkVeWMejBTFEcV+8BpheuXj XOTxbxULc74AnZta05Rm5s50ckOLD7WOq8EeA+M0= Received: by wens.tw (Postfix, from userid 1000) id C389E5F806; Thu, 26 Nov 2020 15:33:42 +0800 (CST) From: Chen-Yu Tsai To: Heiko Stuebner , Rob Herring Cc: Chen-Yu Tsai , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] arm64: dts: rockchip: rk3328-roc-cc: Misc improvements Date: Thu, 26 Nov 2020 15:33:33 +0800 Message-Id: <20201126073336.30794-1-wens@kernel.org> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Chen-Yu Tsai Hi, Here are some improvements for the ROC-RK3328-CC. Patch 1 sets dr_mode to "host" for OTG. Since the board has a type A host port wired to the OTG controller, setting this is appropriate. Patch 2 enables HDMI audio. Patch 3 enables analog audio. I opted to use one simple-card for each audio interface since a) the definitions are already in the .dtsi file and b) having one card per interface with proper names makes them easier to identify. The changes are quite trivial. Hope they can be merged for the next release. Regards ChenYu Chen-Yu Tsai (3): arm64: dts: rockchip: rk3328-roc-cc: Set dr_mode to "host" for OTG arm64: dts: rockchip: rk3328-roc-cc: Enable HDMI audio arm64: dts: rockchip: rk3328-roc-cc: Enable analog audio .../arm64/boot/dts/rockchip/rk3328-roc-cc.dts | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) -- 2.29.2