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


Groups > linux.kernel > #1263014 > unrolled thread

[PATCH] ARM: dts: zynq: describe SLCR as simple-mfd rather than simple-bus

Started byMasahiro Yamada <yamada.masahiro@socionext.com>
First post2015-11-05 09:50 +0100
Last post2015-11-05 09:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: dts: zynq: describe SLCR as simple-mfd rather than simple-bus Masahiro Yamada <yamada.masahiro@socionext.com> - 2015-11-05 09:50 +0100

#1263014 — [PATCH] ARM: dts: zynq: describe SLCR as simple-mfd rather than simple-bus

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2015-11-05 09:50 +0100
Subject[PATCH] ARM: dts: zynq: describe SLCR as simple-mfd rather than simple-bus
Message-ID<qrop4-4fa-11@gated-at.bofh.it>
The SLCR (System-Level Control Registers) block is an MFD (Multi
Function Device) rather than a bus.

"simple-mfd" seems a more suitable compatible string than "simple-bus".

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm/boot/dts/zynq-7000.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi
index 1a5220e..64ddd4d 100644
--- a/arch/arm/boot/dts/zynq-7000.dtsi
+++ b/arch/arm/boot/dts/zynq-7000.dtsi
@@ -238,7 +238,7 @@
 		slcr: slcr@f8000000 {
 			#address-cells = <1>;
 			#size-cells = <1>;
-			compatible = "xlnx,zynq-slcr", "syscon", "simple-bus";
+			compatible = "xlnx,zynq-slcr", "syscon", "simple-mfd";
 			reg = <0xF8000000 0x1000>;
 			ranges;
 			clkc: clkc@100 {
-- 
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/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web