omap443x.dtsi (34069d12e239ae8f36dd96c378e4622fb1c42a76) | omap443x.dtsi (6469b2feade8fd82d224dd3734e146536f3e9f0e) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * Device Tree Source for OMAP443x SoC 4 * 5 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ 6 */ 7 8#include "omap4.dtsi" --- 55 unchanged lines hidden (view full) --- 64 reg-names = "base-address", "int-address"; 65 }; 66 67 }; 68 69}; 70 71&cpu_thermal { | 1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * Device Tree Source for OMAP443x SoC 4 * 5 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ 6 */ 7 8#include "omap4.dtsi" --- 55 unchanged lines hidden (view full) --- 64 reg-names = "base-address", "int-address"; 65 }; 66 67 }; 68 69}; 70 71&cpu_thermal { |
72 thermal-sensors = <&bandgap>; |
|
72 coefficients = <0 20000>; 73}; 74 75/include/ "omap443x-clocks.dtsi" 76 77/* 78 * Use dpll_per for sgx at 307.2MHz like droid4 stock v3.0.8 Android kernel 79 */ 80&sgx_module { 81 assigned-clocks = <&l3_gfx_clkctrl OMAP4_GPU_CLKCTRL 24>, 82 <&dpll_per_m7x2_ck>; 83 assigned-clock-rates = <0>, <307200000>; 84 assigned-clock-parents = <&dpll_per_m7x2_ck>; 85}; | 73 coefficients = <0 20000>; 74}; 75 76/include/ "omap443x-clocks.dtsi" 77 78/* 79 * Use dpll_per for sgx at 307.2MHz like droid4 stock v3.0.8 Android kernel 80 */ 81&sgx_module { 82 assigned-clocks = <&l3_gfx_clkctrl OMAP4_GPU_CLKCTRL 24>, 83 <&dpll_per_m7x2_ck>; 84 assigned-clock-rates = <0>, <307200000>; 85 assigned-clock-parents = <&dpll_per_m7x2_ck>; 86}; |