-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
meson64-current: fix broken patch and overall rewrite patches #9020
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+36
−40
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,14 @@ | ||
| From 4e44bc6b46bf3a0fc0de72755293a918467613fe Mon Sep 17 00:00:00 2001 | ||
| From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
| From: Hsun Lai <[email protected]> | ||
| Date: Mon, 29 Sep 2025 09:59:25 +0800 | ||
| Subject: [PATCH] arm64: dts: amlogic: enable npu node for khadas vim3 (a311d) | ||
| Subject: arm64: dts: amlogic: enable npu node for khadas vim3 (a311d) | ||
|
|
||
| --- | ||
| arch/arm64/boot/dts/amlogic/meson-g12b-a311d-khadas-vim3.dts | 4 ++++ | ||
| 1 file changed, 4 insertions(+) | ||
|
|
||
| diff --git a/arch/arm64/boot/dts/amlogic/meson-g12b-a311d-khadas-vim3.dts b/arch/arm64/boot/dts/amlogic/meson-g12b-a311d-khadas-vim3.dts | ||
| index 124a80901..73f3d87dc 100644 | ||
| index 111111111111..222222222222 100644 | ||
| --- a/arch/arm64/boot/dts/amlogic/meson-g12b-a311d-khadas-vim3.dts | ||
| +++ b/arch/arm64/boot/dts/amlogic/meson-g12b-a311d-khadas-vim3.dts | ||
| @@ -15,6 +15,10 @@ / { | ||
|
|
@@ -23,5 +23,5 @@ index 124a80901..73f3d87dc 100644 | |
| * The VIM3 on-board MCU can mux the PCIe/USB3.0 shared differential | ||
| * lines using a FUSB340TMX USB 3.1 SuperSpeed Data Switch between | ||
| -- | ||
| 2.43.0 | ||
| Armbian | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| From c32d87bcbabb6a22624964c3dce7aabf0467de92 Mon Sep 17 00:00:00 2001 | ||
| From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
| From: Patrick Yavitz <[email protected]> | ||
| Date: Sun, 2 Mar 2025 09:02:09 -0500 | ||
| Subject: [PATCH] board odroid sm1 reset | ||
| Subject: board odroid sm1 reset | ||
|
|
||
| Add reset and power down support for both ODROID SM1 units. | ||
|
|
||
|
|
@@ -12,7 +12,7 @@ Signed-off-by: Patrick Yavitz <[email protected]> | |
| 1 file changed, 10 insertions(+) | ||
|
|
||
| diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi b/arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi | ||
| index 7b0e9817a615..104389b4874e 100644 | ||
| index 111111111111..222222222222 100644 | ||
| --- a/arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi | ||
| +++ b/arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi | ||
| @@ -23,6 +23,16 @@ memory@0 { | ||
|
|
@@ -33,5 +33,5 @@ index 7b0e9817a615..104389b4874e 100644 | |
| compatible = "mmc-pwrseq-emmc"; | ||
| reset-gpios = <&gpio BOOT_12 GPIO_ACTIVE_LOW>; | ||
| -- | ||
| 2.39.5 | ||
| Armbian | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -34,7 +34,7 @@ diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentat | |
| index 111111111111..222222222222 100644 | ||
| --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml | ||
| +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml | ||
| @@ -1437,6 +1437,8 @@ patternProperties: | ||
| @@ -1441,6 +1441,8 @@ patternProperties: | ||
| description: Sundance DSP Inc. | ||
| "^sunplus,.*": | ||
| description: Sunplus Technology Co., Ltd. | ||
|
|
@@ -63,7 +63,7 @@ index 000000000000..111111111111 | |
| @@ -0,0 +1,75 @@ | ||
| +// SPDX-License-Identifier: GPL-2.0+ | ||
| +/* | ||
| + * Copyright (c) 2023 Christian Hewitt <[email protected] | ||
| + * Copyright (c) 2023 Christian Hewitt <[email protected]> | ||
| + */ | ||
| + | ||
| +#include <media/rc-map.h> | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| From e1e66c32b7a9ce7cf52922fe073c4bff40054599 Mon Sep 17 00:00:00 2001 | ||
| From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
| From: Yuntian Zhang <[email protected]> | ||
| Date: Thu, 13 Jan 2022 21:34:10 +0800 | ||
| Subject: [PATCH] pinctrl: meson: Add several missing pinmux for pwm functions | ||
| Subject: pinctrl: meson: Add several missing pinmux for pwm functions | ||
|
|
||
| The following pin definitions are mentioned in A311D Quick | ||
| Reference Manual and S922X Public Datasheet, but not in S905Y2 | ||
|
|
@@ -11,12 +11,12 @@ They are currently exposed in Radxa Zero 2's GPIO header. | |
|
|
||
| Signed-off-by: Yuntian Zhang <[email protected]> | ||
| --- | ||
| arch/arm64/boot/dts/amlogic/meson-g12b.dtsi | 42 +++++++++++++++++++++ | ||
| drivers/pinctrl/meson/pinctrl-meson-g12a.c | 16 ++++++-- | ||
| arch/arm64/boot/dts/amlogic/meson-g12b.dtsi | 42 ++++++++++ | ||
| drivers/pinctrl/meson/pinctrl-meson-g12a.c | 16 +++- | ||
| 2 files changed, 55 insertions(+), 3 deletions(-) | ||
|
|
||
| diff --git a/arch/arm64/boot/dts/amlogic/meson-g12b.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12b.dtsi | ||
| index 86e6ceb31..b2f9a09b2 100644 | ||
| index 111111111111..222222222222 100644 | ||
| --- a/arch/arm64/boot/dts/amlogic/meson-g12b.dtsi | ||
| +++ b/arch/arm64/boot/dts/amlogic/meson-g12b.dtsi | ||
| @@ -149,3 +149,45 @@ &pmu { | ||
|
|
@@ -66,10 +66,10 @@ index 86e6ceb31..b2f9a09b2 100644 | |
| + }; | ||
| +}; | ||
| diff --git a/drivers/pinctrl/meson/pinctrl-meson-g12a.c b/drivers/pinctrl/meson/pinctrl-meson-g12a.c | ||
| index e2788bfc5..c94360afc 100644 | ||
| index 111111111111..222222222222 100644 | ||
| --- a/drivers/pinctrl/meson/pinctrl-meson-g12a.c | ||
| +++ b/drivers/pinctrl/meson/pinctrl-meson-g12a.c | ||
| @@ -268,17 +268,22 @@ static const unsigned int eth_act_led_pins[] = { GPIOZ_15 }; | ||
| @@ -271,17 +271,22 @@ static const unsigned int eth_act_led_pins[] = { GPIOZ_15 }; | ||
| static const unsigned int pwm_a_pins[] = { GPIOX_6 }; | ||
|
|
||
| /* pwm_b */ | ||
|
|
@@ -92,7 +92,7 @@ index e2788bfc5..c94360afc 100644 | |
|
|
||
| /* pwm_e */ | ||
| static const unsigned int pwm_e_pins[] = { GPIOX_16 }; | ||
| @@ -591,6 +596,10 @@ static const struct meson_pmx_group meson_g12a_periphs_groups[] = { | ||
| @@ -594,6 +599,10 @@ static const struct meson_pmx_group meson_g12a_periphs_groups[] = { | ||
| GROUP(bt565_a_din5, 2), | ||
| GROUP(bt565_a_din6, 2), | ||
| GROUP(bt565_a_din7, 2), | ||
|
|
@@ -103,15 +103,15 @@ index e2788bfc5..c94360afc 100644 | |
| GROUP(tsin_b_valid_z, 3), | ||
| GROUP(tsin_b_sop_z, 3), | ||
| GROUP(tsin_b_din0_z, 3), | ||
| @@ -723,6 +732,7 @@ static const struct meson_pmx_group meson_g12a_periphs_groups[] = { | ||
| @@ -726,6 +735,7 @@ static const struct meson_pmx_group meson_g12a_periphs_groups[] = { | ||
| GROUP(uart_c_rts, 2), | ||
| GROUP(iso7816_clk_h, 1), | ||
| GROUP(iso7816_data_h, 1), | ||
| + GROUP(pwm_b_h, 5), | ||
| GROUP(pwm_f_h, 4), | ||
| GROUP(cec_ao_a_h, 4), | ||
| GROUP(cec_ao_b_h, 5), | ||
| @@ -1058,15 +1068,15 @@ static const char * const pwm_a_groups[] = { | ||
| @@ -1066,15 +1076,15 @@ static const char * const pwm_a_groups[] = { | ||
| }; | ||
|
|
||
| static const char * const pwm_b_groups[] = { | ||
|
|
@@ -131,5 +131,5 @@ index e2788bfc5..c94360afc 100644 | |
|
|
||
| static const char * const pwm_e_groups[] = { | ||
| -- | ||
| 2.49.0 | ||
| Armbian | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.