summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra124-jetson-tk1.dts
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2014-04-25 10:12:42 -0600
committerStephen Warren <swarren@nvidia.com>2014-04-28 09:57:49 -0600
commit98de744e901f41c1662dd9054b51af811b23c8fd (patch)
treed0e178ee252e75dd920dab26d71d03a35a6ace22 /arch/arm/boot/dts/tegra124-jetson-tk1.dts
parent87ab35330c899f5ef3e11fe7d0fc463634f808cb (diff)
downloadop-kernel-dev-98de744e901f41c1662dd9054b51af811b23c8fd.zip
op-kernel-dev-98de744e901f41c1662dd9054b51af811b23c8fd.tar.gz
ARM: tegra: use correct audio CODEC on Jetson TK1
Jetson TK1 contains an RT5639 not an RT5640. While the two are extremely similar and mostly compatible, we should still use the correct device name in the device tree. I had meant to fix this before applying the initial DT, but this issue slipped my mind. Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra124-jetson-tk1.dts')
-rw-r--r--arch/arm/boot/dts/tegra124-jetson-tk1.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/tegra124-jetson-tk1.dts b/arch/arm/boot/dts/tegra124-jetson-tk1.dts
index e30a577..fbc3493 100644
--- a/arch/arm/boot/dts/tegra124-jetson-tk1.dts
+++ b/arch/arm/boot/dts/tegra124-jetson-tk1.dts
@@ -1360,8 +1360,8 @@
status = "okay";
clock-frequency = <100000>;
- rt5640: audio-codec@1c {
- compatible = "realtek,rt5640";
+ rt5639: audio-codec@1c {
+ compatible = "realtek,rt5639";
reg = <0x1c>;
interrupt-parent = <&gpio>;
interrupts = <TEGRA_GPIO(H, 4) GPIO_ACTIVE_HIGH>;
@@ -1814,7 +1814,7 @@
"IN2P", "Mic Jack";
nvidia,i2s-controller = <&tegra_i2s1>;
- nvidia,audio-codec = <&rt5640>;
+ nvidia,audio-codec = <&rt5639>;
nvidia,hp-det-gpios = <&gpio TEGRA_GPIO(R, 7) GPIO_ACTIVE_LOW>;
OpenPOWER on IntegriCloud