diff options
author | Li Yang <leoyang.li@nxp.com> | 2021-10-12 18:58:21 -0500 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-10-15 11:16:52 +0800 |
commit | 08dc4d0c9535063d4a523b863746ed016a7b6a77 (patch) | |
tree | d584969aaf2360e6c8bd59b5bc42a8e2711a4ee6 | |
parent | 6aae6c49690c9f425ee23dfb9d3d80b310f90d4b (diff) | |
download | lwn-08dc4d0c9535063d4a523b863746ed016a7b6a77.tar.gz lwn-08dc4d0c9535063d4a523b863746ed016a7b6a77.zip |
ARM: dts: ls1021a-tsn: remove undocumented property "position" from mma8452 node
Property "postion" is not documented in the mma8452 binding. Remove it
to resolve the error in "make dtbs_check"
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/ls1021a-tsn.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ls1021a-tsn.dts b/arch/arm/boot/dts/ls1021a-tsn.dts index ce470ebfb2c0..8005efc5c812 100644 --- a/arch/arm/boot/dts/ls1021a-tsn.dts +++ b/arch/arm/boot/dts/ls1021a-tsn.dts @@ -137,7 +137,6 @@ /* 3 axis accelerometer */ accelerometer@1e { compatible = "fsl,fxls8471"; - position = <0>; reg = <0x1e>; }; |