From: Masahiro Yamada Date: Thu, 5 Nov 2015 08:46:06 +0000 (+0900) Subject: ARM: dts: zynq: describe SLCR as simple-mfd rather than simple-bus X-Git-Tag: v4.14-rc1~3962^2~29^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc5ba9b98435bf76d92e0954da1784695aa449f1;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Michal Simek --- diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi index fe1a5d0..59a35df 100644 --- a/arch/arm/boot/dts/zynq-7000.dtsi +++ b/arch/arm/boot/dts/zynq-7000.dtsi @@ -240,7 +240,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 {