Skip to content

Commit f649aa4

Browse files
Dharma-Bcristibirsan
authored andcommitted
sam9x75_curiosity: Align the overlay with board DT
Align the overlay properties with board DT and drivers. Fixes: 9e606bd ("sam9x75_curiosity: Add overlay for AC69T88A LVDS Display Panel") Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com> Acked-by : Cristian Birsan <cristian.birsan@microchip.com>
1 parent e4065f7 commit f649aa4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

sam9x75_curiosity/sam9x75_curiosity_lvds_display.dtso

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
};
3737

3838
panel {
39-
compatible = "sitronix,7262-lvds", "simple-panel";
39+
compatible = "sitronix,st7262", "simple-panel";
4040
backlight = <&lvds_panel_bl>;
4141
power-supply = <&mic23150_reg>;
4242
status="okay";
@@ -73,9 +73,6 @@
7373
&hlcdc {
7474
clocks = <&pmc PMC_TYPE_PERIPHERAL 25>, <&pmc PMC_TYPE_CORE PMC_LVDSPLL>, <&clk32k 1>;
7575
clock-names = "periph_clk", "lvds_pll_clk", "slow_clk";
76-
microchip,use-lvds-pll; /* Use LVDS PLL instead of sys clk */
77-
assigned-clocks = <&pmc PMC_TYPE_CORE PMC_LVDSPLL>;
78-
assigned-clock-rates = <175000000>;
7976
status="okay";
8077

8178
hlcdc-display-controller {

0 commit comments

Comments
 (0)