Skip to content

Commit f295228

Browse files
Johan Jonkermmind
authored andcommitted
ARM: dts: rockchip: rename pcfg_* nodenames for rk3066/rk3188
Rename pcfg_* nodenames for rk3066/rk3188 to pcfg-*, so that they fit in the regex with the other Rockchip SoCs. Signed-off-by: Johan Jonker <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent e73f0f0 commit f295228

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

arch/arm/boot/dts/rk3066a.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,11 +351,11 @@
351351
#interrupt-cells = <2>;
352352
};
353353

354-
pcfg_pull_default: pcfg_pull_default {
354+
pcfg_pull_default: pcfg-pull-default {
355355
bias-pull-pin-default;
356356
};
357357

358-
pcfg_pull_none: pcfg_pull_none {
358+
pcfg_pull_none: pcfg-pull-none {
359359
bias-disable;
360360
};
361361

arch/arm/boot/dts/rk3188.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,15 +275,15 @@
275275
#interrupt-cells = <2>;
276276
};
277277

278-
pcfg_pull_up: pcfg_pull_up {
278+
pcfg_pull_up: pcfg-pull-up {
279279
bias-pull-up;
280280
};
281281

282-
pcfg_pull_down: pcfg_pull_down {
282+
pcfg_pull_down: pcfg-pull-down {
283283
bias-pull-down;
284284
};
285285

286-
pcfg_pull_none: pcfg_pull_none {
286+
pcfg_pull_none: pcfg-pull-none {
287287
bias-disable;
288288
};
289289

0 commit comments

Comments
 (0)