Skip to content

Commit

Permalink
ARM: tegra: Name clock and regulator nodes according to DT-schema
Browse files Browse the repository at this point in the history
Name clocks and regulators according to DT-schema to fix warnings such as:

arch/arm/boot/dts/tegra20-acer-a500-picasso.dt.yaml: /: clock@0: 'anyOf' conditional failed, one must be fixed:
 	'reg' is a required property
 	'ranges' is a required property
 	From schema: /home/runner/.local/lib/python3.8/site-packages/dtschema/schemas/root-node.yaml

Signed-off-by: David Heidelberg <[email protected]>
  • Loading branch information
okias authored and digetx committed Sep 30, 2021
1 parent 181795a commit 9d7078b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/tegra20-trimslice.dts
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@
regulator-always-on;
};

vdd_core: regulator@5 {
vdd_core: regulator-core {
compatible = "regulator-fixed";
regulator-name = "vdd_core";
regulator-min-microvolt = <1300000>;
Expand Down

0 comments on commit 9d7078b

Please sign in to comment.