Path: csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod From: Caesar Wang Newsgroups: linux.kernel Subject: [PATCH 3/3] ARM64: dts: rk3368: Add mailbox device nodes Date: Mon, 14 Sep 2015 13:10:02 +0200 Message-ID: References: X-Original-To: heiko@sntech.de, jassisinghbrar@gmail.com X-Google-Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=hQ1LXYWqI8F6dFMr4aHIaQilyGRGvbGT7FSLiBbxo6Y=; b=BeBO8/aXc8L0YfS+3+gUUgfOw7pgY7a4hlxNwMHx7xFKYix8+Nbu/B1IDlO9mtZ0mw jbc0pYI25eSpNb3s7OpdXRpFQJ7Tq6Q7+wp3IAuR3ZqNjmTiXe+aQ4rMwO0wm9Vke5ho eaFoHxdKG3k9cPZLPEhUS4hYe8wgabNRAboASp0gH81CzAHlf2JkhBmDVh1aWSGia8o9 0j+AxhSwybeo/W81J+a3UC0WVqacMXO63QN7h0TlKDlVCgD/XddJsdFdgTXdpaLls6HD YPBOyPNO0Y40vpHwSOIXBZMrMEquz2XcbAZiGLxXqEElfTF+6esynkJoa7uPsB/1R4hz 23Mg== X-Received: by 10.69.0.132 with SMTP id ay4mr954981pbd.87.1442228916419; Mon, 14 Sep 2015 04:08:36 -0700 (PDT) X-Mailer: git-send-email 1.9.1 Sender: robomod@news.nic.it List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Approved: robomod@news.nic.it Lines: 43 Organization: linux.* mail to news gateway X-Original-Cc: devicetree@vger.kernel.org, wxt@rock-chips.com, robh+dt@kernel.org, galak@codeaurora.org, linux-kernel@vger.kernel.org, ijc+devicetree@hellion.org.uk, linux-rockchip@lists.infradead.org, pawel.moll@arm.com, will.deacon@arm.com, mark.rutland@arm.com, olof@lixom.net, catalin.marinas@arm.com, linux-arm-kernel@lists.infradead.org, frank.wang@rock-chips.com X-Original-Date: Mon, 14 Sep 2015 19:06:38 +0800 X-Original-Message-ID: <1442228798-15191-4-git-send-email-wxt@rock-chips.com> X-Original-References: <1442228798-15191-1-git-send-email-wxt@rock-chips.com> X-Original-Sender: linux-kernel-owner@vger.kernel.org Xref: csiph.com linux.kernel:1224028 This adds mailbox device nodes in dts. mailbox is used by the Rockchip CPU cores to communicate requests to MCU processormZ Signed-off-by: Caesar Wang --- arch/arm64/boot/dts/rockchip/rk3368.dtsi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3368.dtsi b/arch/arm64/boot/dts/rockchip/rk3368.dtsi index a712bea..9ac5cca 100644 --- a/arch/arm64/boot/dts/rockchip/rk3368.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3368.dtsi @@ -484,6 +484,19 @@ status = "disabled"; }; + mbox: mbox@ff6b0000 { + compatible = "rockchip,rk3368-mailbox"; + reg = <0x0 0xff6b0000 0x0 0x1000>, + <0x0 0xff8cf000 0x0 0x1000>; /* the end 4k of sram */ + interrupts = , + , + , + ; + clocks = <&cru PCLK_MAILBOX>; + clock-names = "pclk_mailbox"; + #mbox-cells = <1>; + }; + pmugrf: syscon@ff738000 { compatible = "rockchip,rk3368-pmugrf", "syscon"; reg = <0x0 0xff738000 0x0 0x1000>; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/