From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Mon, 25 Apr 2016 10:24:25 +0200 Subject: [U-Boot] [PATCH] ARM: dts: zynq: describe SLCR as simple-mfd rather than simple-bus In-Reply-To: <1461554083-11189-1-git-send-email-yamada.masahiro@socionext.com> References: <1461554083-11189-1-git-send-email-yamada.masahiro@socionext.com> Message-ID: <571DD439.7080200@xilinx.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 25.4.2016 05:14, Masahiro Yamada wrote: > Commit 9f56917ab88a ("dm: core: make simple-bus compatible to > simple-mfd") made possible to import the following commit: > > Linux commit: bc5ba9b98435bf76d92e0954da1784695aa449f1 > > 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 > --- > > arch/arm/dts/zynq-7000.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/dts/zynq-7000.dtsi b/arch/arm/dts/zynq-7000.dtsi > index a327557..b618a3f 100644 > --- a/arch/arm/dts/zynq-7000.dtsi > +++ b/arch/arm/dts/zynq-7000.dtsi > @@ -251,7 +251,7 @@ > slcr: slcr at 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 at 100 { > Applied. Thanks, Michal