Message ID | 20191218085710.2142-1-arnaud.pouliquen@st.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: dts: stm32: update mlahb node according to the bindings | expand |
Hi Arnaud On 12/18/19 9:57 AM, Arnaud Pouliquen wrote: > Update of the mlahb node according to to DT bindings using json-schema > > Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com> > --- > arch/arm/boot/dts/stm32mp157c.dtsi | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/stm32mp157c.dtsi b/arch/arm/boot/dts/stm32mp157c.dtsi > index ed8b258256d7..be04eab7f139 100644 > --- a/arch/arm/boot/dts/stm32mp157c.dtsi > +++ b/arch/arm/boot/dts/stm32mp157c.dtsi > @@ -1513,10 +1513,11 @@ > }; > }; > > - mlahb { > - compatible = "simple-bus"; > + mlahb: ahb { > + compatible = "st,mlahb", "simple-bus"; > #address-cells = <1>; > #size-cells = <1>; > + ranges; > dma-ranges = <0x00000000 0x38000000 0x10000>, > <0x10000000 0x10000000 0x60000>, > <0x30000000 0x30000000 0x60000>; > For DT patches, please rebase your patches on stm32-next. Major updates have been done for STM DT diversity. Thanks in advance. Alex
diff --git a/arch/arm/boot/dts/stm32mp157c.dtsi b/arch/arm/boot/dts/stm32mp157c.dtsi index ed8b258256d7..be04eab7f139 100644 --- a/arch/arm/boot/dts/stm32mp157c.dtsi +++ b/arch/arm/boot/dts/stm32mp157c.dtsi @@ -1513,10 +1513,11 @@ }; }; - mlahb { - compatible = "simple-bus"; + mlahb: ahb { + compatible = "st,mlahb", "simple-bus"; #address-cells = <1>; #size-cells = <1>; + ranges; dma-ranges = <0x00000000 0x38000000 0x10000>, <0x10000000 0x10000000 0x60000>, <0x30000000 0x30000000 0x60000>;
Update of the mlahb node according to to DT bindings using json-schema Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com> --- arch/arm/boot/dts/stm32mp157c.dtsi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)