diff options
author | Vladimir Barinov <vladimir.barinov@cogentembedded.com> | 2015-02-14 01:06:13 +0300 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2015-02-25 14:17:49 +0900 |
commit | 60c0467a9448fdf6da509ca6c38583d406362660 (patch) | |
tree | fcab431c82c8570dbad20e7789583a3ee2adb8ca /board/renesas/porter/qos.h | |
parent | acdfecbbb44bea1bc265397d7dcfa32db6760528 (diff) | |
download | blackbird-obmc-uboot-60c0467a9448fdf6da509ca6c38583d406362660.tar.gz blackbird-obmc-uboot-60c0467a9448fdf6da509ca6c38583d406362660.zip |
arm: rmobile: Add Porter board support
Porter is an entry level development board based on R-Car M2 SoC (R8A7791)
This commit supports the following peripherals:
- SCIF, I2C, Ethernet, QSPI, SD, USB Host
Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'board/renesas/porter/qos.h')
-rw-r--r-- | board/renesas/porter/qos.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/board/renesas/porter/qos.h b/board/renesas/porter/qos.h new file mode 100644 index 0000000000..75a20bb075 --- /dev/null +++ b/board/renesas/porter/qos.h @@ -0,0 +1,13 @@ +/* + * Copyright (C) 2015 Renesas Electronics Corporation + * Copyright (C) 2015 Cogent Embedded, Inc. + * + * SPDX-License-Identifier: GPL-2.0 + */ + +#ifndef __QOS_H__ +#define __QOS_H__ + +void qos_init(void); + +#endif |