diff options
author | Chuanhong Guo <gch981213@gmail.com> | 2018-07-17 17:09:14 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-30 10:43:34 +0200 |
commit | 18db385eb7b6b693d949fe049e7ba74c271079b5 (patch) | |
tree | c34538c793033e22e230024dab272648657377d1 /target | |
parent | b7a10772d1eec04e86f07c7d9718ab35f04fc6e2 (diff) | |
download | upstream-18db385eb7b6b693d949fe049e7ba74c271079b5.tar.gz upstream-18db385eb7b6b693d949fe049e7ba74c271079b5.tar.bz2 upstream-18db385eb7b6b693d949fe049e7ba74c271079b5.zip |
ath79: qca955x: Update dts for current ag71xx driver
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ath79/dts/qca9557.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/qca9557.dtsi b/target/linux/ath79/dts/qca9557.dtsi index 980629c939..4f797a5543 100644 --- a/target/linux/ath79/dts/qca9557.dtsi +++ b/target/linux/ath79/dts/qca9557.dtsi @@ -293,7 +293,7 @@ }; ð0 { - compatible = "qca,qca9550-eth", "syscon"; + compatible = "qca,qca9550-eth", "syscon", "simple-mfd"; pll-data = <0x82000101 0x80000101 0x80001313>; phy-mode = "rgmii"; @@ -308,7 +308,7 @@ }; ð1 { - compatible = "qca,qca9550-eth", "syscon"; + compatible = "qca,qca9550-eth", "syscon", "simple-mfd"; pll-data = <0x82000101 0x80000101 0x80001313>; phy-mode = "sgmii"; |