Skip to content

Commit

Permalink
fix: bbb-bone-buses.dtsi: no need to define fb, already done in am33x…
Browse files Browse the repository at this point in the history
…x-l4.dtsi/am33xx.dtsi

Signed-off-by: Robert Nelson <[email protected]>
  • Loading branch information
RobertCNelson committed Oct 29, 2020
1 parent 39b14b8 commit 456d8d3
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/arm/bbb-bone-buses.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -669,13 +669,4 @@ bone_emmc: &mmc2 {
};
};
};

// Frame Buffer AM33XX
fb {
compatible = "ti,am33xx-tilcdc";
reg = <0x4830e000 0x1000>;
interrupt-parent = <&intc>;
interrupts = <36>;
ti,hwmods = "lcdc";
};
};
};

0 comments on commit 456d8d3

Please sign in to comment.