t1040d4rdb: assign muxed pins to qe-tdm when set hwconfig qe-tdm
qe-tdm is muxed with diu, if hwconfig setted as qe-tdm, assign muxed pins to qe-tdm, then delete diu node from device tree. Signed-off-by: Zhao Qiang <qiang.zhao@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
This commit is contained in:
11
arch/powerpc/include/asm/fsl_fdt.h
Normal file
11
arch/powerpc/include/asm/fsl_fdt.h
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2015 Freescale Semiconductor, Inc.
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
#ifndef _FSL_FDT_H_
|
||||
#define _FSL_FDT_H_
|
||||
|
||||
void fdt_del_diu(void *blob);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user