Message ID | 1418124305-7445-1-git-send-email-geert+renesas@glider.be (mailing list archive) |
---|---|
State | Accepted |
Commit | 5f61ffb5cfd516c62bae69535e28b0085210b3ae |
Headers | show |
On Tue, Dec 09, 2014 at 12:24:59PM +0100, Geert Uytterhoeven wrote: > While the DT parsing code recognizes "ok" as a valid value for the > "status" property, ePAPR v1.1 doesn't mention it in the list of valid > values. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Thanks, I have queued up this and the other 6 patches. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/r7s72100-genmai.dts b/arch/arm/boot/dts/r7s72100-genmai.dts index 1518c5bcca33d8d1..a9da7a89fc4ba65a 100644 --- a/arch/arm/boot/dts/r7s72100-genmai.dts +++ b/arch/arm/boot/dts/r7s72100-genmai.dts @@ -45,7 +45,7 @@ }; &mtu2 { - status = "ok"; + status = "okay"; }; &i2c2 {
While the DT parsing code recognizes "ok" as a valid value for the "status" property, ePAPR v1.1 doesn't mention it in the list of valid values. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- arch/arm/boot/dts/r7s72100-genmai.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)