[RFC PATCH 4/5] ARM: mv78x00: Add the Device Tree support for MV78X00 family

Sebastian Hesselbarth sebastian.hesselbarth at gmail.com
Mon May 20 13:23:41 EDT 2013


On 05/20/2013 07:21 PM, Jason Cooper wrote:
> On Sun, May 19, 2013 at 11:39:37PM +0200, Gregory CLEMENT wrote:
>> This commit adds the Device Tree support for the mv78x00 SoC
>> family. It adds an mv78x00.dtsi description of the mv78x00 SoC
>>
>> So far, the Device Tree contains the interrupt controller, the GPIO
>> bank, the UART controllers, the USB host controllers, the SATA
>> controllers and the I2C controllers.
>>
>> Signed-off-by: Gregory CLEMENT<gregory.clement at free-electrons.com>
>> ---
...
>> +		serial at 12300 {
>> +			compatible = "ns16550a";
>> +			reg =<0x12300 0x100>;
>> +			reg-shift =<2>;
>> +			interrupts =<15>;
>> +			/* set clock-frequency in board dts */
>
> We should probably add a note to these comments that this is only until
> mv78x00 is converted to the clock infrastructure.

Or use a fixed-rate clock node, reference here, and set that in board
dts?

Sebastian



More information about the linux-arm-kernel mailing list