Skip to content

Commit eb99854

Browse files
Anson-HuangShawn Guo
authored andcommitted
ARM: dts: imx: make src node name generic
Node name should be generic, use "reset-controller" instead of "src" for i.MX6/i.MX7 SoCs src nodes. Signed-off-by: Anson Huang <[email protected]> Reviewed-by: Dong Aisheng <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent fbf40f4 commit eb99854

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

arch/arm/boot/dts/imx6qdl.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@
858858
interrupts = <0 57 IRQ_TYPE_LEVEL_HIGH>;
859859
};
860860

861-
src: src@20d8000 {
861+
src: reset-controller@20d8000 {
862862
compatible = "fsl,imx6q-src", "fsl,imx51-src";
863863
reg = <0x020d8000 0x4000>;
864864
interrupts = <0 91 IRQ_TYPE_LEVEL_HIGH>,

arch/arm/boot/dts/imx6sl.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@
678678
interrupts = <0 57 IRQ_TYPE_LEVEL_HIGH>;
679679
};
680680

681-
src: src@20d8000 {
681+
src: reset-controller@20d8000 {
682682
compatible = "fsl,imx6sl-src", "fsl,imx51-src";
683683
reg = <0x020d8000 0x4000>;
684684
interrupts = <0 91 IRQ_TYPE_LEVEL_HIGH>,

arch/arm/boot/dts/imx6sx.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@
754754
interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
755755
};
756756

757-
src: src@20d8000 {
757+
src: reset-controller@20d8000 {
758758
compatible = "fsl,imx6sx-src", "fsl,imx51-src";
759759
reg = <0x020d8000 0x4000>;
760760
interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>,

arch/arm/boot/dts/imx6ul.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@
676676
interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
677677
};
678678

679-
src: src@20d8000 {
679+
src: reset-controller@20d8000 {
680680
compatible = "fsl,imx6ul-src", "fsl,imx51-src";
681681
reg = <0x020d8000 0x4000>;
682682
interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>,

arch/arm/boot/dts/imx7s.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@
624624
clock-names = "ckil", "osc";
625625
};
626626

627-
src: src@30390000 {
627+
src: reset-controller@30390000 {
628628
compatible = "fsl,imx7d-src", "syscon";
629629
reg = <0x30390000 0x10000>;
630630
interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)