Hi all,

Today's linux-next merge of the net-next tree got a conflict in
arch/arm/boot/dts/rk3288.dtsi between commit eecfe981cecd ("ARM: dts:
rockchip: add RK3288 suspend support") from the arm-soc tree and commit
3d3fb74afc9b ("ARM: dts: rockchip: add gmac info for rk3288") from the
net-next tree.

I fixed it up (see below) and can carry the fix as necessary (no action
is required).

-- 
Cheers,
Stephen Rothwell                    s...@canb.auug.org.au

diff --cc arch/arm/boot/dts/rk3288.dtsi
index 2a878a35facc,910dcad2088a..000000000000
--- a/arch/arm/boot/dts/rk3288.dtsi
+++ b/arch/arm/boot/dts/rk3288.dtsi
@@@ -734,24 -741,11 +750,29 @@@
                        bias-disable;
                };
  
+               pcfg_pull_none_12ma: pcfg-pull-none-12ma {
+                       bias-disable;
+                       drive-strength = <12>;
+               };
+ 
 +              sleep {
 +                      global_pwroff: global-pwroff {
 +                              rockchip,pins = <0 0 RK_FUNC_1 &pcfg_pull_none>;
 +                      };
 +
 +                      ddrio_pwroff: ddrio-pwroff {
 +                              rockchip,pins = <0 1 RK_FUNC_1 &pcfg_pull_none>;
 +                      };
 +
 +                      ddr0_retention: ddr0-retention {
 +                              rockchip,pins = <0 2 RK_FUNC_1 &pcfg_pull_up>;
 +                      };
 +
 +                      ddr1_retention: ddr1-retention {
 +                              rockchip,pins = <0 3 RK_FUNC_1 &pcfg_pull_up>;
 +                      };
 +              };
 +
                i2c0 {
                        i2c0_xfer: i2c0-xfer {
                                rockchip,pins = <0 15 RK_FUNC_1 
&pcfg_pull_none>,

Attachment: pgpFIuGY6SdUM.pgp
Description: OpenPGP digital signature

Reply via email to