[PATCH 15/16] Add device tree for Ebony
Segher Boessenkool
segher at kernel.crashing.org
Thu Feb 15 11:27:28 EST 2007
>>>> Can't you use decimal for these?
>>>
>>> dtc doesn't support decimal cells at present. Suggest a good syntax
>>> for doing it, and I'll add the feature.
>>
>> d# 100000000 like is used in "real" OF?
>
> Sorry, I don't entirely follow. How does this sit in the context of a
> dtc property definition? foo = <d# 100>;? foo = d# 100 200;?
The first option. Anywhere a number can be used, "d# xxx"
would mean decimal.
When you would say <d# 1234 5678>, 1234 is decimal and
5678 is hexadecimal.
Segher
More information about the Linuxppc-dev
mailing list