mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-23 10:20:46 +00:00
bmips: dts: fix syscon-reboot nodes
Using regmap with phandles is deprecated. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
3f3407f473
commit
75e212d7fe
@ -131,17 +131,16 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
pll_cntl: syscon@10000074 {
|
pll_cntl: syscon@10000074 {
|
||||||
compatible = "syscon";
|
compatible = "syscon", "simple-mfd";
|
||||||
reg = <0x10000074 0x4>;
|
reg = <0x10000074 0x4>;
|
||||||
native-endian;
|
native-endian;
|
||||||
};
|
|
||||||
|
|
||||||
syscon-reboot {
|
syscon-reboot {
|
||||||
compatible = "syscon-reboot";
|
compatible = "syscon-reboot";
|
||||||
regmap = <&pll_cntl>;
|
|
||||||
offset = <0>;
|
offset = <0>;
|
||||||
mask = <0x1>;
|
mask = <0x1>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
gpio: syscon@10000080 {
|
gpio: syscon@10000080 {
|
||||||
compatible = "syscon", "simple-mfd";
|
compatible = "syscon", "simple-mfd";
|
||||||
|
@ -93,17 +93,16 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
pll_cntl: syscon@10000008 {
|
pll_cntl: syscon@10000008 {
|
||||||
compatible = "syscon";
|
compatible = "syscon", "simple-mfd";
|
||||||
reg = <0x10000008 0x4>;
|
reg = <0x10000008 0x4>;
|
||||||
native-endian;
|
native-endian;
|
||||||
};
|
|
||||||
|
|
||||||
syscon-reboot {
|
syscon-reboot {
|
||||||
compatible = "syscon-reboot";
|
compatible = "syscon-reboot";
|
||||||
regmap = <&pll_cntl>;
|
|
||||||
offset = <0x0>;
|
offset = <0x0>;
|
||||||
mask = <0x1>;
|
mask = <0x1>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
periph_rst: reset-controller@10000010 {
|
periph_rst: reset-controller@10000010 {
|
||||||
compatible = "brcm,bcm6345-reset";
|
compatible = "brcm,bcm6345-reset";
|
||||||
|
@ -134,17 +134,16 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
pll_cntl: syscon@10000068 {
|
pll_cntl: syscon@10000068 {
|
||||||
compatible = "syscon";
|
compatible = "syscon", "simple-mfd";
|
||||||
reg = <0x10000068 0x4>;
|
reg = <0x10000068 0x4>;
|
||||||
native-endian;
|
native-endian;
|
||||||
};
|
|
||||||
|
|
||||||
syscon-reboot {
|
syscon-reboot {
|
||||||
compatible = "syscon-reboot";
|
compatible = "syscon-reboot";
|
||||||
regmap = <&pll_cntl>;
|
|
||||||
offset = <0>;
|
offset = <0>;
|
||||||
mask = <0x1>;
|
mask = <0x1>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
gpio: syscon@10000080 {
|
gpio: syscon@10000080 {
|
||||||
compatible = "syscon", "simple-mfd";
|
compatible = "syscon", "simple-mfd";
|
||||||
|
@ -92,17 +92,16 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
pll_cntl: syscon@fffe0008 {
|
pll_cntl: syscon@fffe0008 {
|
||||||
compatible = "syscon";
|
compatible = "syscon", "simple-mfd";
|
||||||
reg = <0xfffe0008 0x4>;
|
reg = <0xfffe0008 0x4>;
|
||||||
native-endian;
|
native-endian;
|
||||||
};
|
|
||||||
|
|
||||||
syscon-reboot {
|
syscon-reboot {
|
||||||
compatible = "syscon-reboot";
|
compatible = "syscon-reboot";
|
||||||
regmap = <&pll_cntl>;
|
|
||||||
offset = <0x0>;
|
offset = <0x0>;
|
||||||
mask = <0x1>;
|
mask = <0x1>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
periph_intc: interrupt-controller@fffe000c {
|
periph_intc: interrupt-controller@fffe000c {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
@ -93,17 +93,16 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
pll_cntl: syscon@10000008 {
|
pll_cntl: syscon@10000008 {
|
||||||
compatible = "syscon";
|
compatible = "syscon", "simple-mfd";
|
||||||
reg = <0x10000008 0x4>;
|
reg = <0x10000008 0x4>;
|
||||||
native-endian;
|
native-endian;
|
||||||
};
|
|
||||||
|
|
||||||
syscon-reboot {
|
syscon-reboot {
|
||||||
compatible = "syscon-reboot";
|
compatible = "syscon-reboot";
|
||||||
regmap = <&pll_cntl>;
|
|
||||||
offset = <0x0>;
|
offset = <0x0>;
|
||||||
mask = <0x1>;
|
mask = <0x1>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
periph_rst: reset-controller@10000010 {
|
periph_rst: reset-controller@10000010 {
|
||||||
compatible = "brcm,bcm6345-reset";
|
compatible = "brcm,bcm6345-reset";
|
||||||
|
@ -83,17 +83,16 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
pll_cntl: syscon@10000008 {
|
pll_cntl: syscon@10000008 {
|
||||||
compatible = "syscon";
|
compatible = "syscon", "simple-mfd";
|
||||||
reg = <0x10000008 0x4>;
|
reg = <0x10000008 0x4>;
|
||||||
native-endian;
|
native-endian;
|
||||||
};
|
|
||||||
|
|
||||||
syscon-reboot {
|
syscon-reboot {
|
||||||
compatible = "syscon-reboot";
|
compatible = "syscon-reboot";
|
||||||
regmap = <&pll_cntl>;
|
|
||||||
offset = <0x0>;
|
offset = <0x0>;
|
||||||
mask = <0x1>;
|
mask = <0x1>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
periph_rst: reset-controller@10000010 {
|
periph_rst: reset-controller@10000010 {
|
||||||
compatible = "brcm,bcm6345-reset";
|
compatible = "brcm,bcm6345-reset";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user