Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1601084

[PATCH 4/4] arm64: dts: rockchip: disable mailbox of RK3368 SoCs defaultly

From Jianqun Xu <jay.xu@rock-chips.com>
Newsgroups linux.kernel
Subject [PATCH 4/4] arm64: dts: rockchip: disable mailbox of RK3368 SoCs defaultly
Date 2017-03-15 07:20 +0100
Message-ID <tlarU-3wO-19@gated-at.bofh.it> (permalink)
References <tlarT-3wO-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Default to disable mailbox in rk3368 core dts file.

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
---
 arch/arm64/boot/dts/rockchip/rk3368.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3368.dtsi b/arch/arm64/boot/dts/rockchip/rk3368.dtsi
index 90f72c2..36aeed0 100644
--- a/arch/arm64/boot/dts/rockchip/rk3368.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3368.dtsi
@@ -662,6 +662,7 @@
 		clocks = <&cru PCLK_MAILBOX>;
 		clock-names = "pclk_mailbox";
 		#mbox-cells = <1>;
+		status = "disabled";
 	};
 
 	pmugrf: syscon@ff738000 {
-- 
1.9.1

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/4] arm64: dts: rockchip: add more nodes for RK3368 SoCs Jianqun Xu <jay.xu@rock-chips.com> - 2017-03-15 07:20 +0100
  [PATCH 3/4] arm64: dts: rockchip: add amba node support for RK3368 SoCs Jianqun Xu <jay.xu@rock-chips.com> - 2017-03-15 07:20 +0100
  [PATCH 2/4] arm64: dts: rockchip: add i2s nodes support for RK3368 SoCs Jianqun Xu <jay.xu@rock-chips.com> - 2017-03-15 07:20 +0100
  [PATCH 4/4] arm64: dts: rockchip: disable mailbox of RK3368 SoCs defaultly Jianqun Xu <jay.xu@rock-chips.com> - 2017-03-15 07:20 +0100
  [PATCH 1/4] ASoC: rockchip: add bindings for rk3368 i2s Jianqun Xu <jay.xu@rock-chips.com> - 2017-03-15 07:20 +0100

csiph-web