diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-10-09 13:13:13 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-10-09 17:21:44 +0200 |
commit | ae400fde75703f2c0744fd60a5314a0d7857a67f (patch) | |
tree | 609f543781a87f086dac33c9df962f41574b05ce /arch/arm | |
parent | beced53a74a32087651150b0c2a8a95eaddd53c2 (diff) |
ARM: dts: rmobile: Reinstate missing CPLD on ULCB
The CPLD is used to reset the ULCB and it was removed
during DT sync with Linux 4.17. Reinstate it.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/ulcb.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/dts/ulcb.dtsi b/arch/arm/dts/ulcb.dtsi index f66727ca8e..ab886650cd 100644 --- a/arch/arm/dts/ulcb.dtsi +++ b/arch/arm/dts/ulcb.dtsi @@ -24,6 +24,15 @@ stdout-path = "serial0:115200n8"; }; + cpld { + compatible = "renesas,ulcb-cpld"; + status = "okay"; + gpio-sck = <&gpio6 8 0>; + gpio-mosi = <&gpio6 7 0>; + gpio-miso = <&gpio6 10 0>; + gpio-sstbz = <&gpio2 3 0>; + }; + audio_clkout: audio-clkout { /* * This is same as <&rcar_sound 0> |