diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-06-21 13:59:19 -0700 |
---|---|---|
committer | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-06-21 13:59:58 -0700 |
commit | 3624375a5d3beaa0ae95b71dff739cdab9cb9ccd (patch) | |
tree | cbc502758b868c3607b84d00142766055791592a /bsp | |
parent | 868ca678c1a7e8355cf446df778c2fe0dff1bf9a (diff) |
Change compat on S51 QEMU nodes
Compat strings need to match the FE310 ones to get support from the
FE310 drivers.
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
Diffstat (limited to 'bsp')
-rw-r--r-- | bsp/qemu-sifive-s51/design.dts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bsp/qemu-sifive-s51/design.dts b/bsp/qemu-sifive-s51/design.dts index 083653e..fce4a4a 100644 --- a/bsp/qemu-sifive-s51/design.dts +++ b/bsp/qemu-sifive-s51/design.dts @@ -50,7 +50,7 @@ clock-frequency = <16000000>; }; hfxoscout: clock@1 { - compatible = "sifive,fs510-g000,hfxosc"; + compatible = "sifive,fe310-g000,hfxosc"; clocks = <&hfxoscin>; reg = <&prci 0x4>; reg-names = "config"; @@ -61,13 +61,13 @@ clock-frequency = <72000000>; }; hfroscout: clock@3 { - compatible = "sifive,fs510-g000,hfrosc"; + compatible = "sifive,fe310-g000,hfrosc"; clocks = <&hfroscin>; reg = <&prci 0x0>; reg-names = "config"; }; hfclk: clock@4 { - compatible = "sifive,fs510-g000,pll"; + compatible = "sifive,fe310-g000,pll"; clocks = <&hfxoscout &hfroscout>; clock-names = "pllref", "pllsel0"; reg = <&prci 0x8 &prci 0xc>; @@ -81,7 +81,7 @@ clock-frequency = <32000000>; }; lfclk: clock@6 { - compatible = "sifive,fs510-g000,lfrosc"; + compatible = "sifive,fe310-g000,lfrosc"; clocks = <&lfroscin>; reg = <&aon 0x70>; reg-names = "config"; @@ -94,7 +94,7 @@ }; prci: prci@10008000 { - compatible = "sifive,fs510-g000,prci"; + compatible = "sifive,fe310-g000,prci"; reg = <0x10008000 0x8000>; reg-names = "mem"; }; |