diff mbox series

[U-Boot,06/16] dt-bindings: Define BCM2838_CLOCK_EMMC2 needed for RaspberryPi 4

Message ID 20190716133803.1174-7-andrei@gherzan.ro
State Superseded
Delegated to: Matthias Brugger
Headers show
Series Raspberry Pi 32/64 support | expand

Commit Message

Andrei Gherzan July 16, 2019, 1:37 p.m. UTC
From: Andrei Gherzan <andrei@gherzan.ro>

On BCM2838 there is an additional clock. This clock was added in the
same bcm2835-cprman driver and is used by the emmc2 dt node.

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
 include/dt-bindings/clock/bcm2835.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Matthias Brugger July 16, 2019, 2:23 p.m. UTC | #1
On 16/07/2019 15:37, andrei@gherzan.ro wrote:
> From: Andrei Gherzan <andrei@gherzan.ro>
> 
> On BCM2838 there is an additional clock. This clock was added in the
> same bcm2835-cprman driver and is used by the emmc2 dt node.
> 
> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
> ---
>  include/dt-bindings/clock/bcm2835.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/dt-bindings/clock/bcm2835.h b/include/dt-bindings/clock/bcm2835.h
> index 2cec01f968..457fd4e23c 100644
> --- a/include/dt-bindings/clock/bcm2835.h
> +++ b/include/dt-bindings/clock/bcm2835.h
> @@ -58,3 +58,5 @@
>  #define BCM2835_CLOCK_DSI1E		48
>  #define BCM2835_CLOCK_DSI0P		49
>  #define BCM2835_CLOCK_DSI1P		50
> +
> +#define BCM2838_CLOCK_EMMC2            51

no new line please.
diff mbox series

Patch

diff --git a/include/dt-bindings/clock/bcm2835.h b/include/dt-bindings/clock/bcm2835.h
index 2cec01f968..457fd4e23c 100644
--- a/include/dt-bindings/clock/bcm2835.h
+++ b/include/dt-bindings/clock/bcm2835.h
@@ -58,3 +58,5 @@ 
 #define BCM2835_CLOCK_DSI1E		48
 #define BCM2835_CLOCK_DSI0P		49
 #define BCM2835_CLOCK_DSI1P		50
+
+#define BCM2838_CLOCK_EMMC2            51