dtsi: dtbo: change dto partition name to dtbo [1/1]
authorLuan Yuan <luan.yuan@amlogic.com>
Mon, 15 Oct 2018 05:58:53 +0000 (13:58 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Mon, 15 Oct 2018 12:33:34 +0000 (05:33 -0700)
PD#173146

Problem:
All devices launching with Android 9 must use dtbo partition
and previous leave out curie dtsi

Solution:
Android P request device tree overlay partition name is dtbo

Verify:
verified by p241

Change-Id: If3067ef4d67c7b692668f28b3e5a2233ea393a1a
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
arch/arm64/boot/dts/amlogic/partition_mbox_p241_P.dtsi

index 5ae9030..aeb1dee 100644 (file)
@@ -15,7 +15,7 @@
                part-0 = <&logo>;
                part-1 = <&recovery>;
                part-2 = <&misc>;
-               part-3 = <&dto>;
+               part-3 = <&dtbo>;
                part-4 = <&cri_data>;
                part-5 = <&param>;
                part-6 = <&boot>;
@@ -45,8 +45,8 @@
                        size = <0x0 0x800000>;
                        mask = <1>;
                };
-               dto:dto{
-                       pname = "dto";
+               dtbo:dtbo{
+                       pname = "dtbo";
                        size = <0x0 0x800000>;
                        mask = <1>;
                };