diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-12-03 21:39:48 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-12-04 09:21:07 +0100 |
commit | 3b255531b60b05308971e4ec0b10fdc75cd3b1b4 (patch) | |
tree | cbc90b1b3245127831d97cb72fa7114766b67999 /arch/arm/dts/r8a7794-alt.dts | |
parent | 4e96b693eecb927925d8e844b3d6b61af1847152 (diff) | |
download | u-boot-3b255531b60b05308971e4ec0b10fdc75cd3b1b4.tar.gz u-boot-3b255531b60b05308971e4ec0b10fdc75cd3b1b4.tar.xz u-boot-3b255531b60b05308971e4ec0b10fdc75cd3b1b4.zip |
ARM: dts: rmobile: Sync Gen2 DTs with Linux 4.19.6
Synchronize DTs with mainline Linux 4.19.6 ,
commit 96db90800c06d3fe3fa08eb6222fe201286bb778
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
V2: Rebase on u-boot/master
Diffstat (limited to 'arch/arm/dts/r8a7794-alt.dts')
-rw-r--r-- | arch/arm/dts/r8a7794-alt.dts | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/arch/arm/dts/r8a7794-alt.dts b/arch/arm/dts/r8a7794-alt.dts index af3c67eb02..ef7e2a837d 100644 --- a/arch/arm/dts/r8a7794-alt.dts +++ b/arch/arm/dts/r8a7794-alt.dts @@ -178,6 +178,12 @@ }; }; }; + + eeprom@50 { + compatible = "renesas,r1ex24002", "atmel,24c02"; + reg = <0x50>; + pagesize = <16>; + }; }; /* @@ -327,6 +333,11 @@ status = "okay"; }; +&rwdt { + timeout-sec = <60>; + status = "okay"; +}; + &sdhi0 { pinctrl-0 = <&sdhi0_pins>; pinctrl-1 = <&sdhi0_pins_uhs>; @@ -372,9 +383,6 @@ pinctrl-names = "default"; port { - #address-cells = <1>; - #size-cells = <0>; - vin0ep: endpoint { remote-endpoint = <&adv7180>; bus-width = <8>; |