summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/ls1021a-twr.dts
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2017-12-19 13:36:37 -0200
committerShawn Guo <shawnguo@kernel.org>2017-12-26 16:34:40 +0800
commit9fd9ab283c787bb576091873ee100818428e5cca (patch)
treee39d25a703af900f71fb3fbb68402b86ab1d7918 /arch/arm/boot/dts/ls1021a-twr.dts
parent1adf1e990b31dbddc055a821fcb5b6333e039fba (diff)
downloadlinux-0-day-9fd9ab283c787bb576091873ee100818428e5cca.tar.gz
linux-0-day-9fd9ab283c787bb576091873ee100818428e5cca.tar.xz
ARM: dts: ls1021a-twr: Remove extra clock cell
There is an extraneous '1' cell in the clock phandle, which causes the following build warning: arch/arm/boot/dts/ls1021a-twr.dtb: Warning (clocks_property): Property 'clocks', cell 1 is not a phandle reference in /soc/i2c@2190000/sgtl5000@a arch/arm/boot/dts/ls1021a-twr.dtb: Warning (clocks_property): Missing property '#clock-cells' in node /soc/interrupt-controller@1400000 or bad phandle (referred from /soc/i2c@2190000/sgtl5000@a:clocks[1]) Remove the unneeded extra cell. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/ls1021a-twr.dts')
-rw-r--r--arch/arm/boot/dts/ls1021a-twr.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ls1021a-twr.dts b/arch/arm/boot/dts/ls1021a-twr.dts
index f7946f40d35dd..b186c370ad549 100644
--- a/arch/arm/boot/dts/ls1021a-twr.dts
+++ b/arch/arm/boot/dts/ls1021a-twr.dts
@@ -187,7 +187,7 @@
reg = <0x0a>;
VDDA-supply = <&reg_3p3v>;
VDDIO-supply = <&reg_3p3v>;
- clocks = <&sys_mclk 1>;
+ clocks = <&sys_mclk>;
};
};