ARM: dts: zynq: describe SLCR as simple-mfd rather than simple-bus
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 5 Nov 2015 08:46:06 +0000 (17:46 +0900)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 14 Dec 2015 08:48:39 +0000 (09:48 +0100)
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>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/boot/dts/zynq-7000.dtsi

index fe1a5d0..59a35df 100644 (file)
                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 {