| 8f0cd531 | 18-Oct-2023 |
Sascha Hauer <[email protected]> |
dt-bindings: devfreq: event: rockchip,dfi: Add rk3588 support
This adds rockchip,rk3588-dfi to the list of compatibles. Unlike ealier SoCs the rk3588 has four interrupts (one for each channel) inste
dt-bindings: devfreq: event: rockchip,dfi: Add rk3588 support
This adds rockchip,rk3588-dfi to the list of compatibles. Unlike ealier SoCs the rk3588 has four interrupts (one for each channel) instead of only one, so increase the number of allowed interrupts to four.
Link: https://lore.kernel.org/all/[email protected]/ Acked-by: Conor Dooley <[email protected]> Acked-by: Chanwoo Choi <[email protected]> Signed-off-by: Sascha Hauer <[email protected]> Signed-off-by: Chanwoo Choi <[email protected]>
show more ...
|
| 97cfa4ae | 18-Oct-2023 |
Sascha Hauer <[email protected]> |
dt-bindings: devfreq: event: rockchip,dfi: Add rk3568 support
This adds the rockchip,rk3568-dfi compatible to the binding. Make clocks optional for this SoC as the RK3568 doesn't have a kernel contr
dt-bindings: devfreq: event: rockchip,dfi: Add rk3568 support
This adds the rockchip,rk3568-dfi compatible to the binding. Make clocks optional for this SoC as the RK3568 doesn't have a kernel controllable PCLK.
Link: https://lore.kernel.org/all/[email protected]/ Reviewed-by: Conor Dooley <[email protected]> Acked-by: Chanwoo Choi <[email protected]> Signed-off-by: Sascha Hauer <[email protected]> Signed-off-by: Chanwoo Choi <[email protected]>
show more ...
|
| c507f152 | 20-Aug-2021 |
Krzysztof Kozlowski <[email protected]> |
dt-bindings: devfreq: event: convert Samsung Exynos PPMU to dtschema
Convert Samsung Exynos PPMU bindings to DT schema format using json-schema. The example is quite different due to the nature of
dt-bindings: devfreq: event: convert Samsung Exynos PPMU to dtschema
Convert Samsung Exynos PPMU bindings to DT schema format using json-schema. The example is quite different due to the nature of dtschema examples parsing (no overriding via-label allowed).
New bindings contain copied description from previous bindings document, therefore the license is set as GPL-2.0-only.
Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
show more ...
|
| 6b61f55e | 01-Jun-2021 |
Dmitry Osipenko <[email protected]> |
dt-bindings: devfreq: tegra30-actmon: Add cooling-cells
The ACTMON watches activity of memory clients. Decisions about a minimum required frequency are made based on the info from ACTMON. We can use
dt-bindings: devfreq: tegra30-actmon: Add cooling-cells
The ACTMON watches activity of memory clients. Decisions about a minimum required frequency are made based on the info from ACTMON. We can use ACTMON as a thermal cooling device by limiting the required frequency. Document new cooling-cells property of NVIDIA Tegra ACTMON hardware unit.
Reviewed-by: Rob Herring <[email protected]> Acked-by: Chanwoo Choi <[email protected]> Acked-by: Thierry Reding <[email protected]> Signed-off-by: Dmitry Osipenko <[email protected]> Signed-off-by: Chanwoo Choi <[email protected]>
show more ...
|
| 36eba5de | 07-Aug-2019 |
Kamil Konieczny <[email protected]> |
dt-bindings: devfreq: exynos-bus: Remove unused property
Remove unused DT property "exynos,voltage-tolerance".
Signed-off-by: Kamil Konieczny <[email protected]> Acked-by: Chanwoo Cho
dt-bindings: devfreq: exynos-bus: Remove unused property
Remove unused DT property "exynos,voltage-tolerance".
Signed-off-by: Kamil Konieczny <[email protected]> Acked-by: Chanwoo Choi <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Chanwoo Choi <[email protected]>
show more ...
|
| 77f2c230 | 09-May-2018 |
Enric Balletbo i Serra <[email protected]> |
dt-bindings: devfreq: rk3399_dmc: move interrupts to be optional.
In ATF we already wait for DDR DVFS finish, so move the interrupts properties to be optional.
Signed-off-by: Enric Balletbo i Serra
dt-bindings: devfreq: rk3399_dmc: move interrupts to be optional.
In ATF we already wait for DDR DVFS finish, so move the interrupts properties to be optional.
Signed-off-by: Enric Balletbo i Serra <[email protected]> Reviewed-by: Chanwoo Choi <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: MyungJoo Ham <[email protected]>
show more ...
|
| 49502b23 | 09-May-2018 |
Enric Balletbo i Serra <[email protected]> |
dt-bindings: clock: add rk3399 DDR3 standard speed bins.
DDR3 SDRAM Standard (JESD79-3F) defines some standard speed bins for DDR3 memories. The rk3399_dmc driver allows you to pass these values via
dt-bindings: clock: add rk3399 DDR3 standard speed bins.
DDR3 SDRAM Standard (JESD79-3F) defines some standard speed bins for DDR3 memories. The rk3399_dmc driver allows you to pass these values via the device tree. For that purpose the devfreq/rk3399_dmc.txt binding refers to a ddr.h file which does not exist. This patch adds the missing defines in a include file called rk3399-ddr.h with the definition of standard speed bins according to the ARM Trusted Firmware (ATF).
Fixes: c1ceb8f7c167 (Documentation: bindings: add dt documentation for rk3399 dmc) Signed-off-by: Enric Balletbo i Serra <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: MyungJoo Ham <[email protected]>
show more ...
|