mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
arm64: tegra: Enable DPAUX for Tegra210 Smaug
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>
This commit is contained in:
parent
9fab004dcb
commit
b4f10afdad
1 changed files with 6 additions and 0 deletions
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue