From: Grant Likely <[EMAIL PROTECTED]>

To boot from a cuImage requires the device tree to have a
linux,stdout-path property in the chosen node.  This patch adds it
to the .dts files.

Signed-of-by: Grant Likely <[EMAIL PROTECTED]>
CC: Scott Wood <[EMAIL PROTECTED]>
CC: Kumar Gala <[EMAIL PROTECTED]>
---

 arch/powerpc/boot/dts/mpc8349emitx.dts   |    4 ++++
 arch/powerpc/boot/dts/mpc8349emitxgp.dts |    5 +++++
 arch/powerpc/boot/dts/mpc834x_mds.dts    |    4 ++++
 3 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/boot/dts/mpc8349emitx.dts 
b/arch/powerpc/boot/dts/mpc8349emitx.dts
index 7c13b38..7651589 100644
--- a/arch/powerpc/boot/dts/mpc8349emitx.dts
+++ b/arch/powerpc/boot/dts/mpc8349emitx.dts
@@ -250,4 +250,8 @@
                        device_type = "ipic";
                };
        };
+
+       chosen {
+               linux,stdout-path = "/[EMAIL PROTECTED]/[EMAIL PROTECTED]";
+       };
 };
diff --git a/arch/powerpc/boot/dts/mpc8349emitxgp.dts 
b/arch/powerpc/boot/dts/mpc8349emitxgp.dts
index 3c42902..c80fc94 100644
--- a/arch/powerpc/boot/dts/mpc8349emitxgp.dts
+++ b/arch/powerpc/boot/dts/mpc8349emitxgp.dts
@@ -181,4 +181,9 @@
                        device_type = "ipic";
                };
        };
+
+       chosen {
+               linux,stdout-path = "/[EMAIL PROTECTED]/[EMAIL PROTECTED]";
+       };
 };
+
diff --git a/arch/powerpc/boot/dts/mpc834x_mds.dts 
b/arch/powerpc/boot/dts/mpc834x_mds.dts
index 13779cd..671dde5 100644
--- a/arch/powerpc/boot/dts/mpc834x_mds.dts
+++ b/arch/powerpc/boot/dts/mpc834x_mds.dts
@@ -338,4 +338,8 @@
                        device_type = "ipic";
                };
        };
+
+       chosen {
+               linux,stdout-path = "/[EMAIL PROTECTED]/[EMAIL PROTECTED]";
+       };
 };
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to