ARM: dts: at91: sama5d2: add SFR node
This SFR node is looked up by the I2S controller driver to tune the SFR_I2SCLKSEL register. Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:

committed by
Nicolas Ferre

parent
f55532a0c0
commit
c8f26c2696
18
include/soc/at91/atmel-sfr.h
Normal file
18
include/soc/at91/atmel-sfr.h
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* Atmel SFR (Special Function Registers) register offsets and bit definitions.
|
||||
*
|
||||
* Copyright (C) 2016 Atmel
|
||||
*
|
||||
* Author: Ludovic Desroches <ludovic.desroches@atmel.com>
|
||||
*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_MFD_SYSCON_ATMEL_SFR_H
|
||||
#define _LINUX_MFD_SYSCON_ATMEL_SFR_H
|
||||
|
||||
#define AT91_SFR_I2SCLKSEL 0x90 /* I2SC Register */
|
||||
|
||||
#endif /* _LINUX_MFD_SYSCON_ATMEL_SFR_H */
|
Reference in New Issue
Block a user