Commit 5e8a724d authored by Thierry Reding's avatar Thierry Reding

ARM: tegra: apalis-tk1: Drop leading 0 from unit-address

According to the latest best practices, unit-addresses should be
represented without any leading zeroes.
Acked-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 8948e746
......@@ -1595,7 +1595,7 @@ i2c@7000d000 {
clock-frequency = <400000>;
/* SGTL5000 audio codec */
sgtl5000: codec@0a {
sgtl5000: codec@a {
compatible = "fsl,sgtl5000";
reg = <0x0a>;
VDDA-supply = <&reg_3v3>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment