On 11/01/2016 14:51, Martin Blumenstingl wrote: > According to the datasheet says that the xbar register range is > 0x1F400000-0x1F400FFF. Thanks to John Crispin for looking it up. > > Signed-off-by: Martin Blumenstingl <[email protected]> > --- > target/linux/lantiq/dts/vr9.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/target/linux/lantiq/dts/vr9.dtsi > b/target/linux/lantiq/dts/vr9.dtsi > index df63ce7..927a54a 100644 > --- a/target/linux/lantiq/dts/vr9.dtsi > +++ b/target/linux/lantiq/dts/vr9.dtsi > @@ -78,7 +78,7 @@ > > xbar0: xbar@400000 { > compatible = "lantiq,xbar-xway"; > - reg = <0x400000 0x1000>; > + reg = <0x400000 0xfff>;
0x1F400000-0x1F400FFF means that its size is 0x1000. i think you having a off-by-one thinko ... _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
