diff options
author | Hsin-Yi Wang <[email protected]> | 2022-05-30 19:30:33 +0800 |
---|---|---|
committer | Matthias Brugger <[email protected]> | 2022-07-07 16:52:49 +0200 |
commit | 9c61051561b02dc3c0974f8f883f986c62517bc3 (patch) | |
tree | d1f645a1010ba547a3946979014be260bf643d4c | |
parent | c98e6e683632386a3bd284acda4342e68aec4c41 (diff) |
arm64: dts: mt8183: Add panel rotation
krane, kakadu, and kodama boards have a default panel rotation.
Signed-off-by: Hsin-Yi Wang <[email protected]>
Reviewed-by: Enric Balletbo i Serra <[email protected]>
Tested-by: Enric Balletbo i Serra <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Matthias Brugger <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi index 33f3bf277ce9..b4b86bb1f1a7 100644 --- a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi @@ -280,6 +280,7 @@ avee-supply = <&ppvarp_lcd>; pp1800-supply = <&pp1800_lcd>; backlight = <&backlight_lcd0>; + rotation = <270>; port { panel_in: endpoint { remote-endpoint = <&dsi_out>; |