powerpc: dts: p2020: Set dfsrr property for i2c nodes
Linux kernel dts files pq3-i2c-*.dtsi also sets this dfsrr property for i2c nodes. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
fd3dc72945
commit
e8c9148bc9
@ -12,4 +12,5 @@ i2c@3000 {
|
||||
u-boot,dm-pre-reloc;
|
||||
reg = <0x3000 0x100>;
|
||||
interrupts = <43 2 0 0>;
|
||||
dfsrr;
|
||||
};
|
||||
|
@ -12,4 +12,5 @@ i2c@3100 {
|
||||
u-boot,dm-pre-reloc;
|
||||
reg = <0x3100 0x100>;
|
||||
interrupts = <43 2 0 0>;
|
||||
dfsrr;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user