mbox

[GIT,PULL] Amlogic DT 64-bit updates for v4.8 (#2)

Message ID m237nmqt41.fsf@baylibre.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64-2

Message

Kevin Hilman July 6, 2016, 10:50 p.m. UTC
This is the 2nd round of 64-bit DT updates for Amlogic.  Please pull.

Thanks,

Kevin




The following changes since commit 6d1a5c9381eb022104442b2e036124f12ac748e4:

  ARM64: dts: amlogic: Enable Reset Controller on GXBB-based platforms (2016-06-01 10:57:35 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64-2

for you to fetch changes up to f3abd6296168d9d356192b50a92a7a980ca99a2f:

  ARM64: DTS: meson-gxbb: switch ethernet to real clock (2016-06-23 15:59:31 -0700)

----------------------------------------------------------------
Amlogic 64-bit DT updates
- add RNG and new clock driver support

----------------------------------------------------------------
Kevin Hilman (1):
      ARM64: DTS: meson-gxbb: switch ethernet to real clock

Michael Turquette (1):
      arm64: dts: gxbb clock controller

Neil Armstrong (2):
      dt-bindings: hwrng: Add Amlogic Meson Hardware Random Generator bindings
      ARM64: dts: meson-gxbb: Add Hardware Random Generator node

 Documentation/devicetree/bindings/rng/amlogic,meson-rng.txt | 14 ++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi                 | 14 +++++++++++++-
 2 files changed, 27 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/rng/amlogic,meson-rng.txt

Comments

Arnd Bergmann July 7, 2016, 1:12 p.m. UTC | #1
On Wednesday, July 6, 2016 3:50:06 PM CEST Kevin Hilman wrote:
> Amlogic 64-bit DT updates
> - add RNG and new clock driver support
> 

Merged into next/dt64, thanks!

	Arnd
Arnd Bergmann July 7, 2016, 3:57 p.m. UTC | #2
On Wednesday, July 6, 2016 3:50:06 PM CEST Kevin Hilman wrote:
> 
> Kevin Hilman (1):
>      ARM64: DTS: meson-gxbb: switch ethernet to real clock


This one caused a build regression since the clk driver is not part of arm-soc:

/work/build/batch/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi:48:41: fatal error: dt-bindings/clock/gxbb-clkc.h: No such file or directory

I assume the patch was not meant to be applied yet and accidentally
slipped in, I've reverted it for now so we get a clean build with the
arm-soc tree.

	Arnd
Kevin Hilman July 7, 2016, 5:45 p.m. UTC | #3
Arnd Bergmann <arnd@arndb.de> writes:

> On Wednesday, July 6, 2016 3:50:06 PM CEST Kevin Hilman wrote:
>> 
>> Kevin Hilman (1):
>>      ARM64: DTS: meson-gxbb: switch ethernet to real clock
>
>
> This one caused a build regression since the clk driver is not part of arm-soc:
>
> /work/build/batch/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi:48:41: fatal error: dt-bindings/clock/gxbb-clkc.h: No such file or directory
>
> I assume the patch was not meant to be applied yet and accidentally
> slipped in, I've reverted it for now so we get a clean build with the
> arm-soc tree.

OK, Thanks.

Kevin