[U-Boot] [PATCH v2 05/10] dra7: dtsi: mark ocp2scp bus compatible with "simple-bus"
Tom Rini
trini at konsulko.com
Sun Apr 9 01:13:38 UTC 2017
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.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170408/d5f45455/attachment.sig>
More information about the U-Boot
mailing list