Skip to content

Commit 30731e3

Browse files
committed
Merge branch 'at91-5.4-trunk/dt' into linux-5.4-at91
2 parents 7224e54 + 0fe0fd3 commit 30731e3

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

arch/arm/boot/dts/at91-sam9x60ek.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -572,10 +572,6 @@
572572
};
573573
}; /* pinctrl */
574574

575-
&pmc {
576-
atmel,osc-bypass;
577-
};
578-
579575
&pwm0 {
580576
pinctrl-names = "default";
581577
pinctrl-0 = <&pinctrl_pwm0_0 &pinctrl_pwm0_1 &pinctrl_pwm0_2 &pinctrl_pwm0_3>;

arch/arm/boot/dts/sama5d2.dtsi

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,7 @@
647647
clocks = <&pmc PMC_TYPE_PERIPHERAL 51>;
648648
#address-cells = <1>;
649649
#size-cells = <1>;
650+
no-memory-wc;
650651
ranges = <0 0xf8044000 0x1420>;
651652
};
652653

@@ -715,7 +716,7 @@
715716

716717
can0: can@f8054000 {
717718
compatible = "bosch,m_can";
718-
reg = <0xf8054000 0x4000>, <0x210000 0x4000>;
719+
reg = <0xf8054000 0x4000>, <0x210000 0x2000>;
719720
reg-names = "m_can", "message_ram";
720721
interrupts = <56 IRQ_TYPE_LEVEL_HIGH 7>,
721722
<64 IRQ_TYPE_LEVEL_HIGH 7>;
@@ -950,7 +951,7 @@
950951
assigned-clocks = <&pmc PMC_TYPE_GCK 57>;
951952
assigned-clock-parents = <&pmc PMC_TYPE_CORE PMC_UTMI>;
952953
assigned-clock-rates = <40000000>;
953-
bosch,mram-cfg = <0x1100 0 0 64 0 0 32 32>;
954+
bosch,mram-cfg = <0x1c00 0 0 64 0 0 32 32>;
954955
status = "disabled";
955956
};
956957

0 commit comments

Comments
 (0)