| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2015 Broadcom Corporation |
|---|
| 3 | | - * |
|---|
| 4 | | - * This program is free software; you can redistribute it and/or |
|---|
| 5 | | - * modify it under the terms of the GNU General Public License as |
|---|
| 6 | | - * published by the Free Software Foundation version 2. |
|---|
| 7 | | - * |
|---|
| 8 | | - * This program is distributed "as is" WITHOUT ANY WARRANTY of any |
|---|
| 9 | | - * kind, whether express or implied; without even the implied warranty |
|---|
| 10 | | - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 11 | | - * GNU General Public License for more details. |
|---|
| 12 | 4 | */ |
|---|
| 13 | 5 | |
|---|
| 14 | 6 | #define BCM2835_PLLA 0 |
|---|
| .. | .. |
|---|
| 66 | 58 | #define BCM2835_CLOCK_DSI1E 48 |
|---|
| 67 | 59 | #define BCM2835_CLOCK_DSI0P 49 |
|---|
| 68 | 60 | #define BCM2835_CLOCK_DSI1P 50 |
|---|
| 61 | + |
|---|
| 62 | +#define BCM2711_CLOCK_EMMC2 51 |
|---|