Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>

authored by

Masahiro Yamada and committed by
Michal Simek
bc5ba9b9 b0d12e9a

+1 -1
+1 -1
arch/arm/boot/dts/zynq-7000.dtsi
··· 240 240 slcr: slcr@f8000000 { 241 241 #address-cells = <1>; 242 242 #size-cells = <1>; 243 - compatible = "xlnx,zynq-slcr", "syscon", "simple-bus"; 243 + compatible = "xlnx,zynq-slcr", "syscon", "simple-mfd"; 244 244 reg = <0xF8000000 0x1000>; 245 245 ranges; 246 246 clkc: clkc@100 {