Skip to content

Commit faf2755

Browse files
okiasdigetx
authored andcommitted
ARM: tegra: Name clock and regulator nodes according to DT-schema
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 <david@ixit.cz>
1 parent 139a893 commit faf2755

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/tegra20-trimslice.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@
445445
regulator-always-on;
446446
};
447447

448-
vdd_core: regulator@5 {
448+
vdd_core: regulator-core {
449449
compatible = "regulator-fixed";
450450
regulator-name = "vdd_core";
451451
regulator-min-microvolt = <1300000>;

0 commit comments

Comments
 (0)