Commit 692fbddc authored by Marc Gonzalez's avatar Marc Gonzalez Committed by Arnd Bergmann

ARM: dts: tango4: Update DT to match clk driver

Commit fefe0535 ("clk: tango4: improve clkgen driver") added
support for USB and SDIO clocks.
Signed-off-by: default avatarMarc Gonzalez <marc_gonzalez@sigmadesigns.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent a6e81889
......@@ -3,11 +3,13 @@
* https://github.com/mansr/linux-tangox
*/
#define CPU_CLK 0
#define SYS_CLK 1
#include <dt-bindings/interrupt-controller/arm-gic.h>
#define CPU_CLK 0
#define SYS_CLK 1
#define USB_CLK 2
#define SDIO_CLK 3
/ {
interrupt-parent = <&gic>;
#address-cells = <1>;
......@@ -70,7 +72,7 @@ xtal: xtal {
clkgen: clkgen@10000 {
compatible = "sigma,tango4-clkgen";
reg = <0x10000 0x40>;
reg = <0x10000 0x100>;
clocks = <&xtal>;
#clock-cells = <1>;
};
......
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include "tango4-common.dtsi"
/ {
cpus {
......
/dts-v1/;
#include "tango4-smp8758.dtsi"
#include "tango4-common.dtsi"
/ {
model = "Sigma Designs SMP8758 Vantage-1172 Rev E1";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment