From f70575805708cabdedea7498aaa3f710fde4d920 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 31 Jan 2024 03:29:01 +0000 Subject: [PATCH] add lvds1024*800 --- kernel/Documentation/devicetree/bindings/cpufreq/ti-cpufreq.txt | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/kernel/Documentation/devicetree/bindings/cpufreq/ti-cpufreq.txt b/kernel/Documentation/devicetree/bindings/cpufreq/ti-cpufreq.txt index 0c38e4b..1758051 100644 --- a/kernel/Documentation/devicetree/bindings/cpufreq/ti-cpufreq.txt +++ b/kernel/Documentation/devicetree/bindings/cpufreq/ti-cpufreq.txt @@ -15,12 +15,16 @@ In 'operating-points-v2' table: - compatible: Should be - - 'operating-points-v2-ti-cpu' for am335x, am43xx, and dra7xx/am57xx SoCs + - 'operating-points-v2-ti-cpu' for am335x, am43xx, and dra7xx/am57xx, + omap34xx, omap36xx and am3517 SoCs - syscon: A phandle pointing to a syscon node representing the control module register space of the SoC. Optional properties: -------------------- +- "vdd-supply", "vbb-supply": to define two regulators for dra7xx +- "cpu0-supply", "vbb-supply": to define two regulators for omap36xx + For each opp entry in 'operating-points-v2' table: - opp-supported-hw: Two bitfields indicating: 1. Which revision of the SoC the OPP is supported by -- Gitblit v1.6.2