diff options
| author | Chuanhua Han <[email protected]> | 2019-07-10 21:00:25 +0800 |
|---|---|---|
| committer | Prabhakar Kushwaha <[email protected]> | 2019-08-22 09:07:35 +0530 |
| commit | 16c22fb39de4f6157adc03fc9011eccd83646a6e (patch) | |
| tree | 635c9d1223f97c285b5e0828a5dbe6f62024dfaa | |
| parent | d1edea248ac19ad594cfeca325b4914e566f2b22 (diff) | |
armv8: dts: Add pcf2127 node for lx2160ardb
Adds the pcf2127-rtc node under the i2c4 node dts of lx2160ardb boards.
Signed-off-by: Chuanhua Han <[email protected]>
Reviewed-by: Prabhakar Kushwaha <[email protected]>
| -rw-r--r-- | arch/arm/dts/fsl-lx2160a-rdb.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-lx2160a-rdb.dts b/arch/arm/dts/fsl-lx2160a-rdb.dts index 4b526449a19..8180b867220 100644 --- a/arch/arm/dts/fsl-lx2160a-rdb.dts +++ b/arch/arm/dts/fsl-lx2160a-rdb.dts @@ -27,6 +27,15 @@ status = "okay"; }; +&i2c4 { + status = "okay"; + + rtc@51 { + compatible = "pcf2127-rtc"; + reg = <0x51>; + }; +}; + &sata0 { status = "okay"; }; |
