Commit 80766f87 authored by Stefan Wahren's avatar Stefan Wahren Committed by Stephen Boyd
Browse files

dt-bindings: bcm2835-cprman: Add bcm2711 support



The new BCM2711 supports an additional clock for the emmc2 block.
So we need an additional compatible.

Signed-off-by: default avatarStefan Wahren <wahrenst@gmx.net>
Acked-by: default avatarEric Anholt <eric@anholt.net>
Reviewed-by: default avatarEric Anholt <eric@anholt.net>
parent 5f9e832c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -12,7 +12,9 @@ clock generators, but a few (like the ARM or HDMI) will source from
the PLL dividers directly.

Required properties:
- compatible:	Should be "brcm,bcm2835-cprman"
- compatible:	should be one of the following,
	"brcm,bcm2711-cprman"
	"brcm,bcm2835-cprman"
- #clock-cells:	Should be <1>. The permitted clock-specifier values can be
		  found in include/dt-bindings/clock/bcm2835.h
- reg:		Specifies base physical address and size of the registers
+2 −0
Original line number Diff line number Diff line
@@ -58,3 +58,5 @@
#define BCM2835_CLOCK_DSI1E		48
#define BCM2835_CLOCK_DSI0P		49
#define BCM2835_CLOCK_DSI1P		50

#define BCM2711_CLOCK_EMMC2		51