[U-Boot] [PATCH v2 05/10] dra7: dtsi: mark ocp2scp bus compatible with "simple-bus"

Jean-Jacques Hiblot jjhiblot at ti.com
Thu Apr 13 14:18:24 UTC 2017



On 09/04/2017 03:13, Tom Rini wrote:
> On Fri, Apr 07, 2017 at 01:42:04PM +0200, Jean-Jacques Hiblot wrote:
>
>> This is needed to probe devices under that bus such as the SATA PHY.
>>
>> Signed-off-by: Jean-Jacques Hiblot <jjhiblot at ti.com>
>> ---
>>   arch/arm/dts/dra7.dtsi | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/dts/dra7.dtsi b/arch/arm/dts/dra7.dtsi
>> index 5570e30..6978359 100644
>> --- a/arch/arm/dts/dra7.dtsi
>> +++ b/arch/arm/dts/dra7.dtsi
>> @@ -1317,7 +1317,7 @@
>>   
>>   		/* OCP2SCP3 */
>>   		ocp2scp at 4a090000 {
>> -			compatible = "ti,omap-ocp2scp";
>> +			compatible = "ti,omap-ocp2scp", "simple-bus";
>>   			#address-cells = <1>;
>>   			#size-cells = <1>;
>>   			ranges;
> This is U-Boot specific I assume?  It should end up in a -u-boot.dtsi
> file instead so we don't overwrite it later.
OK. I'll put it in omap5-u-boot.dtsi
>



More information about the U-Boot mailing list