From mboxrd@z Thu Jan 1 00:00:00 1970 From: narmstrong@baylibre.com (Neil Armstrong) Date: Tue, 9 Aug 2016 11:13:28 +0200 Subject: [PATCH 3/3] ARM64: dts: meson-gxbb: Add GXBB AO Clock and Reset node In-Reply-To: <1470734008-18849-1-git-send-email-narmstrong@baylibre.com> References: <1470734008-18849-1-git-send-email-narmstrong@baylibre.com> Message-ID: <1470734008-18849-4-git-send-email-narmstrong@baylibre.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Add the AO clock controller node for the AmLogic GXBB SoC. Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index e502c24..c81e1ab 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi @@ -45,6 +45,8 @@ #include #include #include +#include +#include / { compatible = "amlogic,meson-gxbb"; @@ -205,6 +207,13 @@ }; }; + clkc_AO: clock-controller at 040 { + compatible = "amlogic,gxbb-aoclkc"; + reg = <0x0 0x00040 0x0 0x4>; + #clock-cells = <1>; + #reset-cells = <1>; + }; + uart_AO: serial at 4c0 { compatible = "amlogic,meson-uart"; reg = <0x0 0x004c0 0x0 0x14>; -- 2.7.0