diff options
author | Kevin Hilman <khilman@baylibre.com> | 2019-08-07 20:54:02 -0700 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-08-29 16:13:33 -0700 |
commit | a833a15e5969053b195709bebb20a143294d5e8f (patch) | |
tree | bc40b718ad19f883467291a18a5332cf556eea0e /arch/arm64/boot/dts/amlogic | |
parent | b8b1c9ad1c20cb1373baaed87aebe4f944a65e83 (diff) | |
download | linux-a833a15e5969053b195709bebb20a143294d5e8f.tar.bz2 |
arm64: dts: meson: g12a-common: add VRTC
Tested-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi index cd3d23d2c6a2..c643411aabff 100644 --- a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi @@ -2045,6 +2045,11 @@ }; }; + vrtc: rtc@0a8 { + compatible = "amlogic,meson-vrtc"; + reg = <0x0 0x000a8 0x0 0x4>; + }; + cec_AO: cec@100 { compatible = "amlogic,meson-gx-ao-cec"; reg = <0x0 0x00100 0x0 0x14>; |