Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: ARM: Mediatek: use more generic node name in examples

Use 'clock-controller' and 'power-controller' as node names in the
examples rather than the specific names of the units.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

authored by

Sascha Hauer and committed by
Stephen Boyd
c4b6c26e a6334725

+4 -4
+1 -1
Documentation/devicetree/bindings/arm/mediatek/mediatek,apmixedsys.txt
··· 16 16 17 17 Example: 18 18 19 - apmixedsys: apmixedsys@10209000 { 19 + apmixedsys: clock-controller@10209000 { 20 20 compatible = "mediatek,mt8173-apmixedsys"; 21 21 reg = <0 0x10209000 0 0x1000>; 22 22 #clock-cells = <1>;
+1 -1
Documentation/devicetree/bindings/arm/mediatek/mediatek,infracfg.txt
··· 22 22 23 23 Example: 24 24 25 - infracfg: infracfg@10001000 { 25 + infracfg: power-controller@10001000 { 26 26 compatible = "mediatek,mt8173-infracfg", "syscon"; 27 27 reg = <0 0x10001000 0 0x1000>; 28 28 #clock-cells = <1>;
+1 -1
Documentation/devicetree/bindings/arm/mediatek/mediatek,pericfg.txt
··· 22 22 23 23 Example: 24 24 25 - pericfg: pericfg@10003000 { 25 + pericfg: power-controller@10003000 { 26 26 compatible = "mediatek,mt8173-pericfg", "syscon"; 27 27 reg = <0 0x10003000 0 0x1000>; 28 28 #clock-cells = <1>;
+1 -1
Documentation/devicetree/bindings/arm/mediatek/mediatek,topckgen.txt
··· 16 16 17 17 Example: 18 18 19 - topckgen: topckgen@10000000 { 19 + topckgen: power-controller@10000000 { 20 20 compatible = "mediatek,mt8173-topckgen"; 21 21 reg = <0 0x10000000 0 0x1000>; 22 22 #clock-cells = <1>;