]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
arm64: tegra: Enable DPAUX for Tegra210 Smaug
authorJon Hunter <jonathanh@nvidia.com>
Tue, 9 Aug 2016 15:21:20 +0000 (16:21 +0100)
committerThierry Reding <treding@nvidia.com>
Wed, 24 Aug 2016 14:53:32 +0000 (16:53 +0200)
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>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra210-smaug.dts

index 2d50a889ddff66ea0c107599d08a273b4635add7..2c4672527d7522933d964a2c45231619cb1a09ef 100644 (file)
                reg = <0x0 0x80000000 0x0 0xc0000000>;
        };
 
+       host1x@50000000 {
+               dpaux: dpaux@545c0000 {
+                       status = "okay";
+               };
+       };
+
        pinmux: pinmux@700008d4 {
                pinctrl-names = "boot";
                pinctrl-0 = <&state_boot>;