diff mbox

[5/7] arm64: tegra: Enable DPAUX for Tegra210 Smaug

Message ID 1470756082-19099-6-git-send-email-jonathanh@nvidia.com
State Accepted
Delegated to: Thierry Reding
Headers show

Commit Message

Jon Hunter Aug. 9, 2016, 3:21 p.m. UTC
The Tegra210 Smaug uses I2C6 for interfacing to various audio chips.
I2C6 shares pads with the DPAUX interface and to allow I2C6 to request
the pads owned by DPAUX, the DPAUX device needs to be enabled. Enable
DPAUX for Tegra210 Smaug.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
---
 arch/arm64/boot/dts/nvidia/tegra210-smaug.dts | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Thierry Reding Aug. 24, 2016, 2:53 p.m. UTC | #1
On Tue, Aug 09, 2016 at 04:21:20PM +0100, Jon Hunter wrote:
> The Tegra210 Smaug uses I2C6 for interfacing to various audio chips.
> I2C6 shares pads with the DPAUX interface and to allow I2C6 to request
> the pads owned by DPAUX, the DPAUX device needs to be enabled. Enable
> DPAUX for Tegra210 Smaug.
> 
> Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
> ---
>  arch/arm64/boot/dts/nvidia/tegra210-smaug.dts | 6 ++++++
>  1 file changed, 6 insertions(+)

Applied, thanks.

Thierry
diff mbox

Patch

diff --git a/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts b/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts
index 2d50a889ddff..2c4672527d75 100644
--- a/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts
+++ b/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts
@@ -27,6 +27,12 @@ 
 		reg = <0x0 0x80000000 0x0 0xc0000000>;
 	};
 
+	host1x@50000000 {
+		dpaux: dpaux@545c0000 {
+			status = "okay";
+		};
+	};
+
 	pinmux: pinmux@700008d4 {
 		pinctrl-names = "boot";
 		pinctrl-0 = <&state_boot>;