diff --git a/arch/arm/boot/dts/amlogic/c3_c308l_aw419.dts b/arch/arm/boot/dts/amlogic/c3_c308l_aw419.dts index 46899f003..f9c2431b2 100644 --- a/arch/arm/boot/dts/amlogic/c3_c308l_aw419.dts +++ b/arch/arm/boot/dts/amlogic/c3_c308l_aw419.dts @@ -61,7 +61,8 @@ }; logo_reserved:linux,meson-fb { - compatible = "amlogic, meson-fb"; + compatible = "shared-dma-pool"; + reusable; /* keep sync with fb */ /* fox example:logo_addr = "0x3f800000"*/ size = <0x1800000>; diff --git a/arch/arm/boot/dts/amlogic/c3_c30xx_aw402_128m.dtsi b/arch/arm/boot/dts/amlogic/c3_c30xx_aw402_128m.dtsi index 033fcc1d5..3de427cd1 100644 --- a/arch/arm/boot/dts/amlogic/c3_c30xx_aw402_128m.dtsi +++ b/arch/arm/boot/dts/amlogic/c3_c30xx_aw402_128m.dtsi @@ -59,7 +59,8 @@ }; logo_reserved:linux,meson-fb { - compatible = "amlogic, meson-fb"; + compatible = "shared-dma-pool"; + reusable; /* keep sync with fb */ /* fox example:logo_addr = "0x3f800000"*/ size = <0x1800000>; diff --git a/arch/arm/boot/dts/amlogic/c3_c30xx_aw409_128m.dtsi b/arch/arm/boot/dts/amlogic/c3_c30xx_aw409_128m.dtsi index d239106dd..ef1cf0e7d 100644 --- a/arch/arm/boot/dts/amlogic/c3_c30xx_aw409_128m.dtsi +++ b/arch/arm/boot/dts/amlogic/c3_c30xx_aw409_128m.dtsi @@ -59,7 +59,8 @@ }; logo_reserved:linux,meson-fb { - compatible = "amlogic, meson-fb"; + compatible = "shared-dma-pool"; + reusable; /* keep sync with fb */ /* fox example:logo_addr = "0x3f800000"*/ size = <0x1800000>; diff --git a/arch/arm/boot/dts/amlogic/c3_c30xx_aw409_256m.dtsi b/arch/arm/boot/dts/amlogic/c3_c30xx_aw409_256m.dtsi index 0662cccbf..4e72a580e 100644 --- a/arch/arm/boot/dts/amlogic/c3_c30xx_aw409_256m.dtsi +++ b/arch/arm/boot/dts/amlogic/c3_c30xx_aw409_256m.dtsi @@ -59,7 +59,8 @@ }; logo_reserved:linux,meson-fb { - compatible = "amlogic, meson-fb"; + compatible = "shared-dma-pool"; + reusable; /* keep sync with fb */ /* fox example:logo_addr = "0x3f800000"*/ size = <0x1800000>; diff --git a/arch/arm/boot/dts/amlogic/c3_pxp.dts b/arch/arm/boot/dts/amlogic/c3_pxp.dts index 7749d9c5e..a9bb6c2fe 100644 --- a/arch/arm/boot/dts/amlogic/c3_pxp.dts +++ b/arch/arm/boot/dts/amlogic/c3_pxp.dts @@ -58,7 +58,8 @@ }; logo_reserved:linux,meson-fb { - compatible = "amlogic, meson-fb"; + compatible = "shared-dma-pool"; + reusable; /* keep sync with fb */ /* fox example:logo_addr = "0x3f800000"*/ size = <0x1800000>;