mirror of https://gitee.com/openkylin/linux.git
ARM: dts: amlogic: Enable Reset Controller on Meson8b platforms
Update DTSI file to add the reset controller node. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
parent
1a695a905c
commit
cad059c6e6
|
@ -46,6 +46,7 @@
|
||||||
|
|
||||||
#include <dt-bindings/clock/meson8b-clkc.h>
|
#include <dt-bindings/clock/meson8b-clkc.h>
|
||||||
#include <dt-bindings/gpio/meson8b-gpio.h>
|
#include <dt-bindings/gpio/meson8b-gpio.h>
|
||||||
|
#include <dt-bindings/reset/amlogic,meson8b-reset.h>
|
||||||
#include "skeleton.dtsi"
|
#include "skeleton.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
@ -105,6 +106,12 @@ gic: interrupt-controller@c4301000 {
|
||||||
#interrupt-cells = <3>;
|
#interrupt-cells = <3>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
reset: reset-controller@c1104404 {
|
||||||
|
compatible = "amlogic,meson8b-reset";
|
||||||
|
reg = <0xc1104404 0x20>;
|
||||||
|
#reset-cells = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
wdt: watchdog@c1109900 {
|
wdt: watchdog@c1109900 {
|
||||||
compatible = "amlogic,meson8b-wdt";
|
compatible = "amlogic,meson8b-wdt";
|
||||||
reg = <0xc1109900 0x8>;
|
reg = <0xc1109900 0x8>;
|
||||||
|
|
Loading…
Reference in New Issue