aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2017-12-26 15:55:58 -0200
committerShawn Guo <shawnguo@kernel.org>2017-12-27 10:37:11 +0800
commit2d30369bcc8e81af09dcc62fcc5f72f1eba6716c (patch)
treeb1ddbd7c2c91f5013d65a752d383bc98760b4c47
parentARM: dts: ls1021a: add support for Moxa UC-8410A open platform (diff)
downloadlinux-dev-2d30369bcc8e81af09dcc62fcc5f72f1eba6716c.tar.xz
linux-dev-2d30369bcc8e81af09dcc62fcc5f72f1eba6716c.zip
ARM: dts: imx6qdl-hummingboard2: Remove leading zero in unit address
Remove the leading zero from unit address to fix the following build warning with W=1: arch/arm/boot/dts/imx6dl-hummingboard2.dtb: Warning (unit_address_format): Node /soc/aips-bus@2100000/i2c@21a0000/codec@0a unit name should not have leading 0s Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r--arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi b/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi
index 117c4daf31e9..dffbc92e0023 100644
--- a/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi
@@ -188,7 +188,7 @@
reg = <0x68>;
};
- sgtl5000: codec@0a {
+ sgtl5000: codec@a {
clocks = <&clks IMX6QDL_CLK_CKO>;
compatible = "fsl,sgtl5000";
pinctrl-names = "default";