On Tue, Oct 25, 2016 at 04:16:56AM -0700, Jeremy McNicoll wrote: > + memory { > + #address-cells = <2>; > + #size-cells = <2>; These shouldn't be here. There are no sub-nodes that this should affect. > + device_type = "memory"; > + reg = <0 0 0 0>; // bootloader will update > + }; > + > + clocks { > + xo_board: xo_board { > + compatible = "fixed-clock"; > + #clock-cells = <0>; > + clock-frequency = <19200000>; > + clock-output-names = "xo_board"; > + }; > + > + sleep_clk: sleep_clk { > + compatible = "fixed-clock"; > + #clock-cells = <0>; > + clock-frequency = <32768>; > + clock-output-names = "sleep_clk"; > + }; > + }; Please get rid of the clocks container node, and put these directly under the root node. Thanks, Mark. -- To unsubscribe from this list: send the line "unsubscribe linux-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html