diff options
| author | Biwen Li <[email protected]> | 2020-05-01 20:04:07 +0800 |
|---|---|---|
| committer | Priyanka Jain <[email protected]> | 2020-05-04 09:12:36 +0530 |
| commit | 0a98d5b02dad297926d29afca20d2dce858e469d (patch) | |
| tree | b730546135042586257ec232b28796160f65e85d | |
| parent | 84daa8118af44b7ccfa85929d1ed21e9f9d80029 (diff) | |
powerpc: dts: P3041: add i2c node
This adds i2c node for SoC P3041
Signed-off-by: Biwen Li <[email protected]>
Reviewed-by: Priyanka Jain <[email protected]>
| -rw-r--r-- | arch/powerpc/dts/p3041.dtsi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/powerpc/dts/p3041.dtsi b/arch/powerpc/dts/p3041.dtsi index 6736d000356..3152683b846 100644 --- a/arch/powerpc/dts/p3041.dtsi +++ b/arch/powerpc/dts/p3041.dtsi @@ -3,7 +3,7 @@ * P3041 Silicon/SoC Device Tree Source (pre include) * * Copyright 2010 - 2015 Freescale Semiconductor Inc. - * Copyright 2019 NXP + * Copyright 2019-2020 NXP */ /dts-v1/; @@ -86,6 +86,8 @@ reg = <0x114000 0x1000>; clock-frequency = <0>; }; + /include/ "qoriq-i2c-0.dtsi" + /include/ "qoriq-i2c-1.dtsi" }; pcie@ffe200000 { |
