Message ID | 1446747224-32514-10-git-send-email-akshay.bhat@timesys.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/arm/boot/dts/imx6q-bx50v3.dtsi b/arch/arm/boot/dts/imx6q-bx50v3.dtsi index e9d97ee..2715cd9 100644 --- a/arch/arm/boot/dts/imx6q-bx50v3.dtsi +++ b/arch/arm/boot/dts/imx6q-bx50v3.dtsi @@ -1,6 +1,6 @@ /* * Copyright 2015 Timesys Corporation. - * Copyright 2015 GE Healthcare. + * Copyright 2015 General Electric Company * * The code contained herein is licensed under the GNU General Public * License. You may obtain a copy of the GNU General Public License @@ -79,6 +79,11 @@ compatible = "ti,ads7830"; reg = <0x48>; }; + + mma8453: mma8453@1c { + compatible = "fsl,mma8453"; + reg = <0x1c>; + }; }; mux_i2c4: i2c@1 {
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com> --- arch/arm/boot/dts/imx6q-bx50v3.dtsi | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)