]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arm64: dts: renesas: Extract common ULCB board support
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 28 Apr 2017 12:58:44 +0000 (14:58 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 22 May 2017 12:54:39 +0000 (14:54 +0200)
commit253ed045a34d16d9f8305e18069a8843925046a5
tree92d66b01679944ac6ba5a7f1525944ad347ae12b
parentd25e8ff0d5aaf8b1040829d9eb837a71b2b3ed5e
arm64: dts: renesas: Extract common ULCB board support

The Renesas ULCB development board can be equipped with either an R-Car
H3 or M3-W SiP, which are pin-compatible.  Both boards use different
DTBs.

Reduce duplication by extracting common ULCB board support into its own
.dtsi file.  References to SoC-specific clocks are handled through cpp
definitions.  Sort device nodes while at it.

For H3ULCB, there are no functional changes.

For M3ULCB, the following new devices are now described in DT:
  - External audio, CAN, and PCIe clocks,
  - CS2000 clock generator,
  - AK4613 Audio Codec.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts
arch/arm64/boot/dts/renesas/r8a7796-m3ulcb.dts
arch/arm64/boot/dts/renesas/ulcb.dtsi [new file with mode: 0644]