On Sun, Aug 17, 2014 at 4:42 PM, Beniamino Galvani <b.galvani@xxxxxxxxx> wrote: > Hi, >> +/include/ "meson.dtsi" >> + >> +/ { >> + model = "Amlogic Meson6 SoC"; >> + compatible = "amlogic,meson6", "amlogic,8726_mx"; >> + >> + interrupt-parent = <&gic>; >> + >> + cpus { >> + #address-cells = <1>; >> + #size-cells = <0>; >> + >> + cpu@0 { > > The address after the @ should match the value of the 'reg' property. Agree >> + device_type = "cpu"; >> + compatible = "arm,cortex-a9"; >> + reg = <0x200>; >> + }; >> + >> + cpu@1 { >> + device_type = "cpu"; >> + compatible = "arm,cortex-a9"; >> + reg = <0x1>; > > According to Documentation/devicetree/bindings/arm/cpus.txt, this > should be set to bits [23:0] of the CPU MPIDR register, in this case > 0x201. Right. Thanks for noticing. I will fix it in v2. Thank you, -- Carlo Caione -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html