ARM: dts: exynos5420: add mali dt bindings
authorInki Dae <inki.dae@samsung.com>
Mon, 19 Nov 2018 01:52:54 +0000 (10:52 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 3 Dec 2018 00:56:49 +0000 (09:56 +0900)
Change-Id: I850b32a6be2be6ada5344e26e4af636360e9cfbc
Signed-off-by: Inki Dae <inki.dae@samsung.com>
arch/arm/boot/dts/exynos5420.dtsi
arch/arm/boot/dts/exynos5422-odroid-core.dtsi

index 0318cd9684aa0c5d1795816ed1054e561eef7710..5eb15ee459a298a3ab9a057ff8fbcb06c5f1b249 100644 (file)
                };
        };
 
+       mali: mali@11800000 {
+               compatible = "arm,mali-midgard";
+               reg = <0x11800000 0x5000>;
+               interrupts = <GIC_SPI 219 IRQ_TYPE_NONE>,
+                            <GIC_SPI 74 IRQ_TYPE_NONE>,
+                            <GIC_SPI 117 IRQ_TYPE_NONE>;
+               interrupt-names = "JOB", "MMU", "GPU";
+               clocks = <&clock CLK_G3D>;
+               clock-names = "clk_mali";
+               status = "disabled";
+       };
+
        thermal-zones {
                cpu0_thermal: cpu0-thermal {
                        thermal-sensors = <&tmu_cpu0>;
index 81cbb77204a8ea3e123197831750b9a293de46cc..6ebd184ce5e3377bf262a1ddbcfe041e019b32e1 100644 (file)
        vtmu-supply = <&ldo7_reg>;
 };
 
+&mali {
+       mali-supply = <&buck4_reg>;
+       status = "okay";
+};
+
 &rtc {
        status = "okay";
        clocks = <&clock CLK_RTC>, <&s2mps11_osc S2MPS11_CLK_AP>;