Enable the cape manager on the beaglebone family of boards.
Signed-off-by: Pantelis Antoniou <[email protected]>
---
arch/arm/boot/dts/am335x-bone-common.dtsi | 42 +++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/arch/arm/boot/dts/am335x-bone-common.dtsi b/arch/arm/boot/dts/am335x-bone-common.dtsi
index 236b7db..28d9764 100644
--- a/arch/arm/boot/dts/am335x-bone-common.dtsi
+++ b/arch/arm/boot/dts/am335x-bone-common.dtsi
@@ -375,3 +375,45 @@
&sham {
status = "okay";
};
+
+/* the cape manager */
+/ {
+ bone_capemgr {
+ compatible = "ti,bone-capemgr";
+ status = "okay";
+
+ eeprom = <&baseboard_data>;
+
+ /* map board revisions to compatible definitions */
+ baseboardmaps {
+ baseboard_beaglebone: board@0 {
+ board-name = "A335BONE";
+ compatible-name = "ti,beaglebone";
+ };
+
+ baseboard_beaglebone_black: board@1 {
+ board-name = "A335BNLT";
+ compatible-name = "ti,beaglebone-black";
+ };
+ };
+
+ /* only 4 slots defined */
+ slots {
+ slot@0 {
+ eeprom = <&cape0_data>;
+ };
+
+ slot@1 {
+ eeprom = <&cape1_data>;
+ };
+
+ slot@2 {
+ eeprom = <&cape2_data>;
+ };
+
+ slot@3 {
+ eeprom = <&cape3_data>;
+ };
+ };
+ };
+};
--
1.7.12
* Pantelis Antoniou <[email protected]> [150513 01:06]:
> Enable the cape manager on the beaglebone family of boards.
I don't think we have the "ti,bone-capemgr" binding in use yet
in Linux next?
An ack from the DT people would be good to have here for the
binding.
Regards,
Tony
> Signed-off-by: Pantelis Antoniou <[email protected]>
> ---
> arch/arm/boot/dts/am335x-bone-common.dtsi | 42 +++++++++++++++++++++++++++++++
> 1 file changed, 42 insertions(+)
>
> diff --git a/arch/arm/boot/dts/am335x-bone-common.dtsi b/arch/arm/boot/dts/am335x-bone-common.dtsi
> index 236b7db..28d9764 100644
> --- a/arch/arm/boot/dts/am335x-bone-common.dtsi
> +++ b/arch/arm/boot/dts/am335x-bone-common.dtsi
> @@ -375,3 +375,45 @@
> &sham {
> status = "okay";
> };
> +
> +/* the cape manager */
> +/ {
> + bone_capemgr {
> + compatible = "ti,bone-capemgr";
> + status = "okay";
> +
> + eeprom = <&baseboard_data>;
> +
> + /* map board revisions to compatible definitions */
> + baseboardmaps {
> + baseboard_beaglebone: board@0 {
> + board-name = "A335BONE";
> + compatible-name = "ti,beaglebone";
> + };
> +
> + baseboard_beaglebone_black: board@1 {
> + board-name = "A335BNLT";
> + compatible-name = "ti,beaglebone-black";
> + };
> + };
> +
> + /* only 4 slots defined */
> + slots {
> + slot@0 {
> + eeprom = <&cape0_data>;
> + };
> +
> + slot@1 {
> + eeprom = <&cape1_data>;
> + };
> +
> + slot@2 {
> + eeprom = <&cape2_data>;
> + };
> +
> + slot@3 {
> + eeprom = <&cape3_data>;
> + };
> + };
> + };
> +};
> --
> 1.7.12
>