1
0
Fork 0

arch: arm: dts: add dts file to enable can1

Add dts file to enbale can1 which is pin conflict with fec on
i.MX6Q/QP/DL sabreauto board.

Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Joakim Zhang 2019-10-29 13:01:08 +08:00 committed by Dong Aisheng
parent c4d79d3680
commit 6738f1d9e1
4 changed files with 57 additions and 0 deletions

View File

@ -436,6 +436,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \
imx6dl-riotboard.dtb \
imx6dl-sabreauto.dtb \
imx6dl-sabreauto-enetirq.dtb \
imx6dl-sabreauto-flexcan1.dtb \
imx6dl-sabrelite.dtb \
imx6dl-sabresd.dtb \
imx6dl-sabresd-hdcp.dtb \
@ -517,6 +518,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \
imx6q-rex-pro.dtb \
imx6q-sabreauto.dtb \
imx6q-sabreauto-enetirq.dtb \
imx6q-sabreauto-flexcan1.dtb \
imx6q-sabrelite.dtb \
imx6q-sabresd.dtb \
imx6q-sabresd-hdcp.dtb \
@ -546,6 +548,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \
imx6qp-nitrogen6_som2.dtb \
imx6qp-phytec-mira-rdk-nand.dtb \
imx6qp-sabreauto.dtb \
imx6qp-sabreauto-flexcan1.dtb \
imx6qp-sabresd.dtb \
imx6qp-sabresd-hdcp.dtb \
imx6qp-tx6qp-8037.dtb \

View File

@ -0,0 +1,18 @@
/*
* Copyright (C) 2013 Freescale Semiconductor, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include "imx6dl-sabreauto.dts"
&can1{
status = "okay";
};
&fec {
/* pin conflict with flexcan1 */
status = "disabled";
};

View File

@ -0,0 +1,18 @@
/*
* Copyright (C) 2013 Freescale Semiconductor, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include "imx6q-sabreauto.dts"
&can1{
status = "okay";
};
&fec {
/* pin conflict with flexcan1 */
status = "disabled";
};

View File

@ -0,0 +1,18 @@
/*
* Copyright (C) 2015 Freescale Semiconductor, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include "imx6qp-sabreauto.dts"
&can1{
status = "okay";
};
&fec {
/* pin conflict with flexcan1 */
status = "disabled";
};