Loading arch/arm/boot/dts/mmp3.dtsi +25 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ */ #include <dt-bindings/clock/marvell,mmp2.h> #include <dt-bindings/power/marvell,mmp2.h> #include <dt-bindings/interrupt-controller/arm-gic.h> / { Loading Loading @@ -310,6 +311,30 @@ camera1: camera@d420a800 { clock-output-names = "mclk"; status = "disabled"; }; gpu_3d: gpu@d420d000 { compatible = "vivante,gc"; reg = <0xd420d000 0x2000>; interrupt-parent = <&gpu_mux>; interrupts = <0>; status = "disabled"; clocks = <&soc_clocks MMP3_CLK_GPU_3D>, <&soc_clocks MMP3_CLK_GPU_BUS>; clock-names = "core", "bus"; power-domains = <&soc_clocks MMP2_POWER_DOMAIN_GPU>; }; gpu_2d: gpu@d420f000 { compatible = "vivante,gc"; reg = <0xd420f000 0x2000>; interrupt-parent = <&gpu_mux>; interrupts = <2>; status = "disabled"; clocks = <&soc_clocks MMP3_CLK_GPU_2D>, <&soc_clocks MMP3_CLK_GPU_BUS>; clock-names = "core", "bus"; power-domains = <&soc_clocks MMP2_POWER_DOMAIN_GPU>; }; }; apb@d4000000 { Loading Loading
arch/arm/boot/dts/mmp3.dtsi +25 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ */ #include <dt-bindings/clock/marvell,mmp2.h> #include <dt-bindings/power/marvell,mmp2.h> #include <dt-bindings/interrupt-controller/arm-gic.h> / { Loading Loading @@ -310,6 +311,30 @@ camera1: camera@d420a800 { clock-output-names = "mclk"; status = "disabled"; }; gpu_3d: gpu@d420d000 { compatible = "vivante,gc"; reg = <0xd420d000 0x2000>; interrupt-parent = <&gpu_mux>; interrupts = <0>; status = "disabled"; clocks = <&soc_clocks MMP3_CLK_GPU_3D>, <&soc_clocks MMP3_CLK_GPU_BUS>; clock-names = "core", "bus"; power-domains = <&soc_clocks MMP2_POWER_DOMAIN_GPU>; }; gpu_2d: gpu@d420f000 { compatible = "vivante,gc"; reg = <0xd420f000 0x2000>; interrupt-parent = <&gpu_mux>; interrupts = <2>; status = "disabled"; clocks = <&soc_clocks MMP3_CLK_GPU_2D>, <&soc_clocks MMP3_CLK_GPU_BUS>; clock-names = "core", "bus"; power-domains = <&soc_clocks MMP2_POWER_DOMAIN_GPU>; }; }; apb@d4000000 { Loading