From 87360e3dd42bb627a9f2611f961728c0789e1c21 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 8 Jul 2015 14:44:21 +0200 Subject: dts: update to v4.2-rc1 Signed-off-by: Sascha Hauer --- dts/Bindings/clock/marvell,pxa1928.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dts/Bindings/clock/marvell,pxa1928.txt (limited to 'dts/Bindings/clock/marvell,pxa1928.txt') diff --git a/dts/Bindings/clock/marvell,pxa1928.txt b/dts/Bindings/clock/marvell,pxa1928.txt new file mode 100644 index 0000000000..809c5a2d8d --- /dev/null +++ b/dts/Bindings/clock/marvell,pxa1928.txt @@ -0,0 +1,21 @@ +* Marvell PXA1928 Clock Controllers + +The PXA1928 clock subsystem generates and supplies clock to various +controllers within the PXA1928 SoC. The PXA1928 contains 3 clock controller +blocks called APMU, MPMU, and APBC roughly corresponding to internal buses. + +Required Properties: + +- compatible: should be one of the following. + - "marvell,pxa1928-apmu" - APMU controller compatible + - "marvell,pxa1928-mpmu" - MPMU controller compatible + - "marvell,pxa1928-apbc" - APBC controller compatible +- reg: physical base address of the clock controller and length of memory mapped + region. +- #clock-cells: should be 1. +- #reset-cells: should be 1. + +Each clock is assigned an identifier and client nodes use the clock controller +phandle and this identifier to specify the clock which they consume. + +All these identifiers can be found in . -- cgit v1.2.3